# git rev-parse -q --verify 1a4431a5db2bf800c647ee0ed87f2727b8d6c29c^{commit} 1a4431a5db2bf800c647ee0ed87f2727b8d6c29c already have revision, skipping fetch # git checkout -q -f -B kisskb 1a4431a5db2bf800c647ee0ed87f2727b8d6c29c # git clean -qxdf # < git log -1 # commit 1a4431a5db2bf800c647ee0ed87f2727b8d6c29c # Merge: 1e28eed17697 a7889c6320b9 # Author: Linus Torvalds # Date: Mon Mar 15 16:36:40 2021 -0700 # # Merge tag 'afs-fixes-20210315' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs # # Pull AFS fixes from David Howells: # # - Fix an oops in AFS that can be triggered by accessing one of the # afs.yfs.* xattrs against an OpenAFS server - for instance by commands # like "cp -a"[1], "rsync -X" or getfattr[2]. These try and copy all of # the xattrs. # # cp and rsync should pay attention to the list in /etc/xattr.conf, but # cp doesn't on Ubuntu and rsync doesn't seem to on Ubuntu or Fedora. # xattr.conf has been modified upstream[3], and a new version has just # been cut that includes it. I've logged a bug against rsync for the # problem there[4]. # # - Stop listing "afs.*" xattrs[5][6][7], but particularly ACL ones[8] so # that they don't confuse cp and rsync. # # This removes them from the list returned by listxattr(), but they're # still available to get/set. # # Link: http://lists.infradead.org/pipermail/linux-afs/2021-March/003498.html [1] # Link: http://lists.infradead.org/pipermail/linux-afs/2021-March/003501.html [2] # Link: https://git.savannah.nongnu.org/cgit/attr.git/commit/?id=74da517cc655a82ded715dea7245ce88ebc91b98 [3] # Link: https://github.com/WayneD/rsync/issues/163 [4] # Link: http://lists.infradead.org/pipermail/linux-afs/2021-March/003516.html [5] # Link: http://lists.infradead.org/pipermail/linux-afs/2021-March/003524.html [6] # Link: http://lists.infradead.org/pipermail/linux-afs/2021-March/003565.html # v1 # Link: http://lists.infradead.org/pipermail/linux-afs/2021-March/003568.html [7] # Link: http://lists.infradead.org/pipermail/linux-afs/2021-March/003570.html [8] # Link: http://lists.infradead.org/pipermail/linux-afs/2021-March/003571.html # v2 # # * tag 'afs-fixes-20210315' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs: # afs: Stop listxattr() from listing "afs.*" attributes # afs: Fix accessing YFS xattrs on a non-YFS server # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 1a4431a5db2bf800c647ee0ed87f2727b8d6c29c # < make -s -j 8 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- randconfig KCONFIG_SEED=0xF2995657 # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # < make -s -j 8 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- help # make -s -j 8 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- olddefconfig .config:5371:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD # make -s -j 8 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- In file included from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/tm.h:27, from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/latent_entropy_plugin.c:78: /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/config/elfos.h:102:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\ ^ /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/config/elfos.h:170:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ In file included from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/tm.h:27, from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/sancov_plugin.c:22: /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/config/elfos.h:102:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\ ^ /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/config/elfos.h:170:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ In file included from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/tm.h:44, from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/latent_entropy_plugin.c:78: /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/defaults.h:126:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ In file included from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/tm.h:44, from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/sancov_plugin.c:22: /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/defaults.h:126:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ In file included from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/tm.h:27, from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/structleak_plugin.c:32: /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/config/elfos.h:102:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\ ^ /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/config/elfos.h:170:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ In file included from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/tm.h:44, from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/structleak_plugin.c:32: /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/defaults.h:126:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ In file included from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/tm.h:27, from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/stackleak_plugin.c:30: /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/config/elfos.h:102:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\ ^ /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/config/elfos.h:170:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ In file included from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/tm.h:44, from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/gcc-plugin.h:31, from /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/plugin.h:23, from /kisskb/src/scripts/gcc-plugins/gcc-common.h:9, from /kisskb/src/scripts/gcc-plugins/stackleak_plugin.c:30: /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/../lib/gcc/aarch64-buildroot-linux-gnu/5.4.0/plugin/include/defaults.h:126:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ ^ cc1plus: warning: unrecognized command line option '-Wno-format-diag' cc1plus: warning: unrecognized command line option '-Wno-format-diag' cc1plus: warning: unrecognized command line option '-Wno-format-diag' cc1plus: warning: unrecognized command line option '-Wno-format-diag' /kisskb/src/init/do_mounts_rd.c: In function 'identify_ramdisk_image': /kisskb/src/init/do_mounts_rd.c:68:14: note: byref variable will be forcibly initialized const char *compress_name; ^ /kisskb/src/init/do_mounts_rd.c: In function 'rd_load_image': /kisskb/src/init/do_mounts_rd.c:193:16: note: byref variable will be forcibly initialized decompress_fn decompressor = NULL; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:93:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'fdt_find_hyper_node': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:212:6: note: byref variable will be forcibly initialized 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:138:33: note: byref variable will be forcibly initialized struct vcpu_register_vcpu_info info; ^ In file included from /kisskb/src/include/linux/restart_block.h:10:0, from /kisskb/src/include/linux/thread_info.h:13, from /kisskb/src/arch/arm64/include/asm/preempt.h:5, 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:66:20: note: byref variable will be forcibly initialized 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:99:25: note: byref variable will be forcibly initialized struct xen_platform_op op; ^ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'xen_acpi_guest_init': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:274:23: note: byref variable will be forcibly initialized struct xen_hvm_param a; ^ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'xen_guest_init': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:310:28: note: byref variable will be forcibly initialized struct xen_add_to_physmap xatp; ^ In file included from /kisskb/src/include/linux/restart_block.h:10:0, from /kisskb/src/include/linux/thread_info.h:13, from /kisskb/src/arch/arm64/include/asm/preempt.h:5, 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 'xen_read_wallclock': /kisskb/src/include/linux/time64.h:66:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta; ^ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:75:25: note: byref variable will be forcibly initialized 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:409:21: note: byref variable will be forcibly initialized 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:177:24: note: byref variable will be forcibly initialized struct sched_shutdown r = { .reason = reason }; ^ In file included from /kisskb/src/include/linux/stackprotector.h:10:0, 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:16: note: byref variable will be forcibly initialized unsigned long canary; ^ /kisskb/src/init/main.c: In function 'xbc_snprint_cmdline': /kisskb/src/init/main.c:326:19: note: byref variable will be forcibly initialized struct xbc_node *knode, *vnode; ^ /kisskb/src/init/main.c: In function 'setup_boot_config': /kisskb/src/init/main.c:413:12: note: byref variable will be forcibly initialized u32 size, csum; ^ /kisskb/src/init/main.c:413:6: note: byref variable will be forcibly initialized u32 size, csum; ^ /kisskb/src/init/main.c:412:6: note: byref variable will be forcibly initialized int pos; ^ /kisskb/src/init/main.c:411:14: note: byref variable will be forcibly initialized const char *msg; ^ /kisskb/src/init/main.c: In function 'loglevel': /kisskb/src/init/main.c:249:6: note: byref variable will be forcibly initialized int newlevel; ^ /kisskb/src/init/main.c: In function 'initcall_blacklisted': /kisskb/src/init/main.c:1125:7: note: byref variable will be forcibly initialized char fn_name[KSYM_SYMBOL_LEN]; ^ In file included from /kisskb/src/include/linux/stackprotector.h:10:0, 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:16: note: byref variable will be forcibly initialized unsigned long canary; ^ /kisskb/src/init/main.c:854:8: note: byref variable will be forcibly initialized char *command_line; ^ /kisskb/src/init/main.c: In function 'do_one_initcall': /kisskb/src/init/main.c:1219:7: note: byref variable will be forcibly initialized char msgbuf[64]; ^ /kisskb/src/init/do_mounts.c: In function 'devt_from_partuuid': /kisskb/src/init/do_mounts.c:114:8: note: byref variable will be forcibly initialized char c = 0; ^ /kisskb/src/init/do_mounts.c:106:6: note: byref variable will be forcibly initialized int offset = 0; ^ /kisskb/src/init/do_mounts.c:103:17: note: byref variable will be forcibly initialized struct uuidcmp cmp; ^ /kisskb/src/init/do_mounts.c: In function 'devt_from_devname': /kisskb/src/init/do_mounts.c:195:7: note: byref variable will be forcibly initialized char s[32]; ^ /kisskb/src/init/do_mounts.c: In function 'devt_from_devnum': /kisskb/src/init/do_mounts.c:238:11: note: byref variable will be forcibly initialized char *p, dummy; ^ /kisskb/src/init/do_mounts.c:238:8: note: byref variable will be forcibly initialized char *p, dummy; ^ /kisskb/src/init/do_mounts.c:236:21: note: byref variable will be forcibly initialized unsigned maj, min, offset; ^ /kisskb/src/init/do_mounts.c:236:16: note: byref variable will be forcibly initialized unsigned maj, min, offset; ^ /kisskb/src/init/do_mounts.c:236:11: note: byref variable will be forcibly initialized unsigned maj, min, offset; ^ /kisskb/src/init/do_mounts.c: In function 'mount_block_root': /kisskb/src/init/do_mounts.c:416:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/include/trace/events/sched.h:8, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'finish_task': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/kernel/sched/core.c:3974:2: note: in expansion of macro 'smp_store_release' smp_store_release(&prev->on_cpu, 0); ^ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_getparam': /kisskb/src/kernel/sched/core.c:6630:21: note: byref variable will be forcibly initialized struct sched_param lp = { .sched_priority = 0 }; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/include/trace/events/sched.h:8, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:93:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^ /kisskb/src/kernel/sched/core.c: In function 'cpu_period_quota_parse': /kisskb/src/kernel/sched/core.c:9398:7: note: byref variable will be forcibly initialized char tok[21]; /* U64_MAX */ ^ /kisskb/src/kernel/sched/core.c: In function 'cpu_cgroup_can_attach': /kisskb/src/kernel/sched/core.c:8717:30: note: byref variable will be forcibly initialized struct cgroup_subsys_state *css; ^ /kisskb/src/kernel/sched/core.c: In function 'sched_rr_get_interval': /kisskb/src/kernel/sched/core.c:7271:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_rr_get_interval': /kisskb/src/kernel/sched/core.c:7317:20: note: byref variable will be forcibly initialized struct timespec64 t; ^ /kisskb/src/kernel/sched/core.c: In function 'cpu_cgroup_fork': /kisskb/src/kernel/sched/core.c:8703:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^ /kisskb/src/kernel/sched/core.c: In function '__cfs_schedulable': /kisskb/src/kernel/sched/core.c:9177:30: note: byref variable will be forcibly initialized struct cfs_schedulable_data data = { ^ /kisskb/src/kernel/sched/core.c: In function 'cpu_max_write': /kisskb/src/kernel/sched/core.c:9429:6: note: byref variable will be forcibly initialized u64 quota; ^ /kisskb/src/kernel/sched/core.c:9428:6: note: byref variable will be forcibly initialized u64 period = tg_get_cfs_period(tg); ^ /kisskb/src/kernel/sched/core.c: In function '__schedule': /kisskb/src/kernel/sched/core.c:4959:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^ /kisskb/src/kernel/sched/core.c: In function 'ttwu_runnable': /kisskb/src/kernel/sched/core.c:3020:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^ /kisskb/src/kernel/sched/core.c: In function 'migration_cpu_stop': /kisskb/src/kernel/sched/core.c:1912:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^ /kisskb/src/kernel/sched/core.c: In function 'wait_task_inactive': /kisskb/src/kernel/sched/core.c:2662:12: note: byref variable will be forcibly initialized ktime_t to = NSEC_PER_SEC / HZ; ^ /kisskb/src/kernel/sched/core.c:2591:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/include/trace/events/sched.h:8, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'sched_ttwu_pending': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/arch/arm64/include/asm/barrier.h:161:9: note: in expansion of macro 'smp_load_acquire' VAL = smp_load_acquire(__PTR); \ ^ /kisskb/src/kernel/sched/core.c:3059:4: note: in expansion of macro 'smp_cond_load_acquire' smp_cond_load_acquire(&p->on_cpu, !VAL); ^ /kisskb/src/kernel/sched/core.c:3042:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^ /kisskb/src/kernel/sched/core.c: In function 'wake_up_if_idle': /kisskb/src/kernel/sched/core.c:3099:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^ /kisskb/src/kernel/sched/core.c: In function 'ttwu_queue': /kisskb/src/kernel/sched/core.c:3179:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^ /kisskb/src/kernel/sched/core.c: In function 'try_invoke_on_locked_down_task': /kisskb/src/kernel/sched/core.c:3495:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^ /kisskb/src/kernel/sched/core.c: In function 'wake_up_new_task': /kisskb/src/kernel/sched/core.c:3821:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^ /kisskb/src/kernel/sched/core.c: In function 'sched_exec': /kisskb/src/kernel/sched/core.c:4444:24: note: byref variable will be forcibly initialized struct migration_arg arg = { p, dest_cpu }; ^ /kisskb/src/kernel/sched/core.c: In function 'task_sched_runtime': /kisskb/src/kernel/sched/core.c:4486:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^ /kisskb/src/kernel/sched/core.c: In function 'do_sched_yield': /kisskb/src/kernel/sched/core.c:6949:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/include/trace/events/sched.h:8, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'try_to_wake_up': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/arch/arm64/include/asm/barrier.h:161:9: note: in expansion of macro 'smp_load_acquire' VAL = smp_load_acquire(__PTR); \ ^ /kisskb/src/kernel/sched/core.c:3447:2: note: in expansion of macro 'smp_cond_load_acquire' smp_cond_load_acquire(&p->on_cpu, !VAL); ^ /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/kernel/sched/core.c:3434:6: note: in expansion of macro 'smp_load_acquire' if (smp_load_acquire(&p->on_cpu) && ^ /kisskb/src/kernel/sched/core.c: In function 'rt_mutex_setprio': /kisskb/src/kernel/sched/core.c:5579:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^ /kisskb/src/kernel/sched/core.c: In function 'set_user_nice': /kisskb/src/kernel/sched/core.c:5705:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^ /kisskb/src/kernel/sched/core.c: In function '__sched_setscheduler': /kisskb/src/kernel/sched/core.c:6084:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^ /kisskb/src/kernel/sched/core.c: In function 'do_sched_setscheduler': /kisskb/src/kernel/sched/core.c:6455:21: note: byref variable will be forcibly initialized struct sched_param lparam; ^ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_setattr': /kisskb/src/kernel/sched/core.c:6561:20: note: byref variable will be forcibly initialized struct sched_attr attr; ^ /kisskb/src/kernel/sched/core.c: In function 'sched_set_stop_task': /kisskb/src/kernel/sched/core.c:2834:21: note: byref variable will be forcibly initialized 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:6427:21: note: byref variable will be forcibly initialized 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:6437:21: note: byref variable will be forcibly initialized 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:6923:16: note: byref variable will be forcibly initialized cpumask_var_t mask; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/include/trace/events/sched.h:8, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'init_idle': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/kernel/sched/core.c:7472:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(rq->curr, idle); ^ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_activate': /kisskb/src/kernel/sched/core.c:7822:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_deactivate': /kisskb/src/kernel/sched/core.c:7866:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^ In file included from /kisskb/src/include/linux/fs.h:6:0, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:707, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:19, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/kernel/sched/sched.h:39, from /kisskb/src/kernel/sched/core.c:13: /kisskb/src/kernel/sched/core.c: In function 'affine_move_task': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized struct wait_bit_queue_entry __wbq_entry; \ ^ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' __wait_var_event(var, condition); \ ^ /kisskb/src/kernel/sched/core.c:2309:2: note: in expansion of macro 'wait_var_event' 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:2332:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^ /kisskb/src/kernel/sched/core.c: In function 'sched_setaffinity': /kisskb/src/kernel/sched/core.c:6761:30: note: byref variable will be forcibly initialized cpumask_var_t cpus_allowed, new_mask; ^ /kisskb/src/kernel/sched/core.c:6761:16: note: byref variable will be forcibly initialized 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:6870:16: note: byref variable will be forcibly initialized cpumask_var_t new_mask; ^ /kisskb/src/kernel/sched/core.c: In function 'sched_move_task': /kisskb/src/kernel/sched/core.c:8609:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^ /kisskb/src/kernel/sched/core.c: In function 'cpu_cgroup_attach': /kisskb/src/kernel/sched/core.c:8748:30: note: byref variable will be forcibly initialized struct cgroup_subsys_state *css; ^ /kisskb/src/arch/arm64/mm/init.c: In function 'early_init_dt_scan_usablemem': /kisskb/src/arch/arm64/mm/init.c:283:6: note: byref variable will be forcibly initialized int len; ^ /kisskb/src/arch/arm64/mm/init.c:282:16: note: byref variable will be forcibly initialized const __be32 *reg; ^ /kisskb/src/arch/arm64/mm/init.c: In function 'early_init_dt_scan_elfcorehdr': /kisskb/src/arch/arm64/mm/init.c:130:6: note: byref variable will be forcibly initialized int len; ^ /kisskb/src/arch/arm64/mm/init.c:129:16: note: byref variable will be forcibly initialized const __be32 *reg; ^ /kisskb/src/init/do_mounts_initrd.c: In function 'early_initrdmem': /kisskb/src/init/do_mounts_initrd.c:35:8: note: byref variable will be forcibly initialized char *endp; ^ /kisskb/src/arch/arm64/xen/../../arm/xen/p2m.c: In function 'set_foreign_p2m_mapping': /kisskb/src/arch/arm64/xen/../../arm/xen/p2m.c:97:33: note: byref variable will be forcibly initialized struct gnttab_unmap_grant_ref unmap; ^ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c: In function 'ghash_do_update': /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:74:8: note: byref variable will be forcibly initialized be128 dst = { cpu_to_be64(dg[1]), cpu_to_be64(dg[0]) }; ^ /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:6: note: byref variable will be forcibly initialized int buf_count = 0; ^ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:310:22: note: byref variable will be forcibly initialized struct scatter_walk walk; ^ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:309:5: note: byref variable will be forcibly initialized 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:465:8: note: byref variable will be forcibly initialized be128 lengths; ^ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:463:5: note: byref variable will be forcibly initialized u8 iv[AES_BLOCK_SIZE]; ^ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:462:5: note: byref variable will be forcibly initialized u8 buf[AES_BLOCK_SIZE]; ^ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:461:5: note: byref variable will be forcibly initialized u8 otag[AES_BLOCK_SIZE]; ^ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:460:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c: In function 'gcm_encrypt': /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:350:8: note: byref variable will be forcibly initialized be128 lengths; ^ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:348:5: note: byref variable will be forcibly initialized u8 iv[AES_BLOCK_SIZE]; ^ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:347:5: note: byref variable will be forcibly initialized u8 buf[AES_BLOCK_SIZE]; ^ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:346:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c: In function 'gcm_setkey': /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:234:8: note: byref variable will be forcibly initialized be128 h; ^ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:233:5: note: byref variable will be forcibly initialized u8 key[GHASH_BLOCK_SIZE]; ^ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:241:54: note: byref variable will be forcibly initialized aes_encrypt(&ctx->aes_key, key, (u8[AES_BLOCK_SIZE]){}); ^ /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c: In function 'dma_cache_maint': /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c:50:28: note: byref variable will be forcibly initialized struct gnttab_cache_flush cflush; ^ /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c: In function 'xen_mm_init': /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c:140:28: note: byref variable will be forcibly initialized struct gnttab_cache_flush cflush; ^ /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c: In function 'xen_get_swiotlb_free_pages': /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c:30:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c:28:14: note: byref variable will be forcibly initialized phys_addr_t base; ^ /kisskb/src/kernel/locking/mutex.c: In function '__mutex_lock_common': /kisskb/src/kernel/locking/mutex.c:920:22: note: byref variable will be forcibly initialized struct mutex_waiter waiter; ^ In file included from /kisskb/src/kernel/locking/mutex.c:25:0: /kisskb/src/kernel/locking/mutex.c: In function '__mutex_unlock_slowpath': /kisskb/src/kernel/locking/mutex.c:1215:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = { WAKE_Q_TAIL, &name.first } ^ /kisskb/src/kernel/locking/mutex.c: In function 'mutex_lock_io_nested': /kisskb/src/kernel/locking/mutex.c:920:22: note: byref variable will be forcibly initialized struct mutex_waiter waiter; ^ /kisskb/src/arch/arm64/kernel/process.c: In function 'get_wchan': /kisskb/src/arch/arm64/kernel/process.c:571:20: note: byref variable will be forcibly initialized struct stackframe frame; ^ In file included from /kisskb/src/arch/arm64/kernel/ptrace.c:29:0: /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'system_call_get': /kisskb/src/include/linux/regset.h:66:13: note: byref variable will be forcibly initialized typeof(v) __v = (v); \ ^ /kisskb/src/arch/arm64/kernel/ptrace.c:695:9: note: in expansion of macro 'membuf_store' return membuf_store(&to, task_pt_regs(target)->syscallno); ^ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'tagged_addr_ctrl_set': /kisskb/src/arch/arm64/kernel/ptrace.c:1053:7: note: byref variable will be forcibly initialized long ctrl; ^ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'system_call_set': /kisskb/src/arch/arm64/kernel/ptrace.c:703:6: note: byref variable will be forcibly initialized 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:681:16: note: byref variable will be forcibly initialized 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:628:27: note: byref variable will be forcibly initialized struct user_fpsimd_state newstate; ^ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'tagged_addr_ctrl_get': /kisskb/src/arch/arm64/kernel/ptrace.c:1039:7: note: byref variable will be forcibly initialized long ctrl = get_tagged_addr_ctrl(target); ^ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'ptrace_hbp_create': /kisskb/src/arch/arm64/kernel/ptrace.c:290:25: note: byref variable will be forcibly initialized struct perf_event_attr attr; ^ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'ptrace_hbp_set_addr': /kisskb/src/arch/arm64/kernel/ptrace.c:456:25: note: byref variable will be forcibly initialized struct perf_event_attr attr; ^ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'ptrace_hbp_fill_attr_ctrl': /kisskb/src/arch/arm64/kernel/ptrace.c:330:22: note: byref variable will be forcibly initialized int err, len, type, offset, disabled = !ctrl.enabled; ^ /kisskb/src/arch/arm64/kernel/ptrace.c:330:16: note: byref variable will be forcibly initialized int err, len, type, offset, disabled = !ctrl.enabled; ^ /kisskb/src/arch/arm64/kernel/ptrace.c:330:11: note: byref variable will be forcibly initialized int err, len, type, offset, disabled = !ctrl.enabled; ^ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'ptrace_hbp_set_ctrl': /kisskb/src/arch/arm64/kernel/ptrace.c:431:25: note: byref variable will be forcibly initialized struct perf_event_attr attr; ^ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'hw_break_set': /kisskb/src/arch/arm64/kernel/ptrace.c:514:6: note: byref variable will be forcibly initialized u64 addr; ^ /kisskb/src/arch/arm64/kernel/ptrace.c:513:6: note: byref variable will be forcibly initialized u32 ctrl; ^ In file included from /kisskb/src/arch/arm64/kernel/ptrace.c:29:0: /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'hw_break_get': /kisskb/src/include/linux/regset.h:66:13: note: byref variable will be forcibly initialized typeof(v) __v = (v); \ ^ /kisskb/src/arch/arm64/kernel/ptrace.c:499:3: note: in expansion of macro 'membuf_store' membuf_store(&to, ctrl); ^ /kisskb/src/include/linux/regset.h:66:13: note: byref variable will be forcibly initialized typeof(v) __v = (v); \ ^ /kisskb/src/arch/arm64/kernel/ptrace.c:498:3: note: in expansion of macro 'membuf_store' membuf_store(&to, addr); ^ /kisskb/src/arch/arm64/kernel/ptrace.c:480:12: note: byref variable will be forcibly initialized u32 info, ctrl; ^ /kisskb/src/arch/arm64/kernel/ptrace.c:480:6: note: byref variable will be forcibly initialized u32 info, ctrl; ^ In file included from /kisskb/src/arch/arm64/kernel/ptrace.c:29:0: /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'tls_get': /kisskb/src/include/linux/regset.h:66:13: note: byref variable will be forcibly initialized typeof(v) __v = (v); \ ^ /kisskb/src/arch/arm64/kernel/ptrace.c:673:9: note: in expansion of macro 'membuf_store' return membuf_store(&to, target->thread.uw.tp_value); ^ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'fpr_get': /kisskb/src/arch/arm64/kernel/ptrace.c:609:12: note: byref variable will be forcibly initialized static int fpr_get(struct task_struct *target, const struct user_regset *regset, ^ In file included from /kisskb/src/include/linux/audit.h:13:0, 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:351:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'gpr_set': /kisskb/src/arch/arm64/kernel/ptrace.c:573:22: note: byref variable will be forcibly initialized struct user_pt_regs newregs = task_pt_regs(target)->user_regs; ^ /kisskb/src/init/initramfs.c: In function 'do_utime': /kisskb/src/init/initramfs.c:119:20: note: byref variable will be forcibly initialized struct timespec64 t[2]; ^ /kisskb/src/init/initramfs.c: In function 'clean_path': /kisskb/src/init/initramfs.c:309:15: note: byref variable will be forcibly initialized struct kstat st; ^ /kisskb/src/init/initramfs.c: In function 'panic_show_mem': /kisskb/src/init/initramfs.c:51:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/init/initramfs.c: In function 'do_copy': /kisskb/src/init/initramfs.c:381:21: note: byref variable will be forcibly initialized struct timespec64 t[2] = { }; ^ /kisskb/src/init/initramfs.c: In function 'parse_header': /kisskb/src/init/initramfs.c:171:7: note: byref variable will be forcibly initialized char buf[9]; ^ /kisskb/src/init/initramfs.c: In function 'unpack_to_rootfs': /kisskb/src/init/initramfs.c:466:14: note: byref variable will be forcibly initialized const char *compress_name; ^ /kisskb/src/init/initramfs.c: In function 'populate_initrd_image': /kisskb/src/init/initramfs.c:642:9: note: byref variable will be forcibly initialized loff_t pos = 0; ^ /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:141:6: note: byref variable will be forcibly initialized u32 macp = 0; ^ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:139:22: note: byref variable will be forcibly initialized struct scatter_walk walk; ^ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:138:51: note: byref variable will be forcibly initialized struct __packed { __be16 l; __be32 h; u16 len; } ltag; ^ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c: In function 'ccm_crypt_fallback': /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:177:5: note: byref variable will be forcibly initialized u8 buf[AES_BLOCK_SIZE]; ^ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c: In function 'ccm_decrypt': /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:286:5: note: byref variable will be forcibly initialized u8 buf[AES_BLOCK_SIZE]; ^ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:285:18: note: byref variable will be forcibly initialized u8 __aligned(8) mac[AES_BLOCK_SIZE]; ^ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:284:23: note: byref variable will be forcibly initialized 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:228:5: note: byref variable will be forcibly initialized u8 buf[AES_BLOCK_SIZE]; ^ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:227:18: note: byref variable will be forcibly initialized u8 __aligned(8) mac[AES_BLOCK_SIZE]; ^ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:226:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^ /kisskb/src/kernel/locking/semaphore.c: In function '__down_common': /kisskb/src/kernel/locking/semaphore.c:207:26: note: byref variable will be forcibly initialized struct semaphore_waiter waiter; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/kernel/locking/rwsem.c:521:3: note: in expansion of macro 'smp_store_release' smp_store_release(&waiter->task, NULL); ^ /kisskb/src/kernel/locking/rwsem.c:386:19: note: byref variable will be forcibly initialized struct list_head wlist; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, 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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/kernel/locking/rwsem.c:980:8: note: in expansion of macro 'smp_load_acquire' if (!smp_load_acquire(&waiter.task)) { ^ In file included from /kisskb/src/kernel/locking/rwsem.c:24:0: /kisskb/src/kernel/locking/rwsem.c:897:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = { WAKE_Q_TAIL, &name.first } ^ /kisskb/src/kernel/locking/rwsem.c:896:22: note: byref variable will be forcibly initialized struct rwsem_waiter waiter; ^ /kisskb/src/kernel/locking/rwsem.c: In function '__down_read_common': /kisskb/src/kernel/locking/rwsem.c:1210:7: note: byref variable will be forcibly initialized long count; ^ In file included from /kisskb/src/kernel/locking/rwsem.c:24:0: /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_wake': /kisskb/src/kernel/locking/rwsem.c:1171:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = { WAKE_Q_TAIL, &name.first } ^ /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_downgrade_wake': /kisskb/src/kernel/locking/rwsem.c:1192:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = { WAKE_Q_TAIL, &name.first } ^ /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_down_write_slowpath': /kisskb/src/kernel/locking/rwsem.c:1022:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = { WAKE_Q_TAIL, &name.first } ^ /kisskb/src/kernel/locking/rwsem.c:1020:22: note: byref variable will be forcibly initialized struct rwsem_waiter waiter; ^ /kisskb/src/arch/arm64/kernel/setup.c: In function 'reserve_memblock_reserved_regions': /kisskb/src/arch/arm64/kernel/setup.c:270:24: note: byref variable will be forcibly initialized phys_addr_t r_start, r_end, mem_size = resource_size(mem); ^ /kisskb/src/arch/arm64/kernel/setup.c:270:15: note: byref variable will be forcibly initialized phys_addr_t r_start, r_end, mem_size = resource_size(mem); ^ /kisskb/src/arch/arm64/kernel/setup.c:266:9: note: byref variable will be forcibly initialized u64 i, j; ^ /kisskb/src/arch/arm64/kernel/setup.c: In function 'setup_machine_fdt': /kisskb/src/arch/arm64/kernel/setup.c:188:6: note: byref variable will be forcibly initialized int size; ^ /kisskb/src/arch/arm64/kernel/setup.c: In function 'early_fdt_map': /kisskb/src/arch/arm64/kernel/setup.c:180:6: note: byref variable will be forcibly initialized int fdt_size; ^ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'xcbc_setkey': /kisskb/src/arch/arm64/crypto/aes-glue.c:828:5: note: byref variable will be forcibly initialized 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:807:51: note: byref variable will be forcibly initialized 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:180:23: note: byref variable will be forcibly initialized 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:430:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'cbc_decrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:264:23: note: byref variable will be forcibly initialized 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:408:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'cbc_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:235:23: note: byref variable will be forcibly initialized 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:163:5: note: byref variable will be forcibly initialized 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:339:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^ /kisskb/src/arch/arm64/crypto/aes-glue.c:338:26: note: byref variable will be forcibly initialized struct skcipher_request subreq; ^ /kisskb/src/arch/arm64/crypto/aes-glue.c:337:32: note: byref variable will be forcibly initialized struct scatterlist sg_src[2], sg_dst[2]; ^ /kisskb/src/arch/arm64/crypto/aes-glue.c:337:21: note: byref variable will be forcibly initialized 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:282:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^ /kisskb/src/arch/arm64/crypto/aes-glue.c:281:26: note: byref variable will be forcibly initialized struct skcipher_request subreq; ^ /kisskb/src/arch/arm64/crypto/aes-glue.c:280:32: note: byref variable will be forcibly initialized struct scatterlist sg_src[2], sg_dst[2]; ^ /kisskb/src/arch/arm64/crypto/aes-glue.c:280:21: note: byref variable will be forcibly initialized 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:592:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^ /kisskb/src/arch/arm64/crypto/aes-glue.c:590:26: note: byref variable will be forcibly initialized struct skcipher_request subreq; ^ /kisskb/src/arch/arm64/crypto/aes-glue.c:589:32: note: byref variable will be forcibly initialized struct scatterlist sg_src[2], sg_dst[2]; ^ /kisskb/src/arch/arm64/crypto/aes-glue.c:589:21: note: byref variable will be forcibly initialized 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:520:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^ /kisskb/src/arch/arm64/crypto/aes-glue.c:518:26: note: byref variable will be forcibly initialized struct skcipher_request subreq; ^ /kisskb/src/arch/arm64/crypto/aes-glue.c:517:32: note: byref variable will be forcibly initialized struct scatterlist sg_src[2], sg_dst[2]; ^ /kisskb/src/arch/arm64/crypto/aes-glue.c:517:21: note: byref variable will be forcibly initialized struct scatterlist sg_src[2], sg_dst[2]; ^ In file included from /kisskb/src/arch/arm64/crypto/aes-glue.c:12:0: /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'crypto_ctr_encrypt_walk': /kisskb/src/include/crypto/ctr.h:27:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^ /kisskb/src/include/crypto/ctr.h:26:5: note: byref variable will be forcibly initialized u8 buf[MAX_CIPHER_BLOCKSIZE]; ^ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'ctr_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:460:6: note: byref variable will be forcibly initialized u8 buf[AES_BLOCK_SIZE]; ^ /kisskb/src/arch/arm64/crypto/aes-glue.c:452:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'ecb_decrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:200:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, 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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/atomic-arch-fallback.h:154:9: note: in expansion of macro 'smp_load_acquire' return 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/atomic-arch-fallback.h:163:2: note: in expansion of macro 'smp_store_release' 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rcuwait.h:47:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(w->task, current); ^ /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'finish_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rcuwait.h:52:9: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(w->task, NULL); ^ /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'percpu_rwsem_wake_function': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/kernel/locking/percpu-rwsem.c:131:2: note: in expansion of macro 'smp_store_release' smp_store_release(&wq_entry->private, NULL); ^ /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'percpu_rwsem_wait': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/kernel/locking/percpu-rwsem.c:158:8: note: in expansion of macro 'smp_load_acquire' if (!smp_load_acquire(&wq_entry.private)) ^ /kisskb/src/kernel/sched/cputime.c: In function 'thread_group_cputime': /kisskb/src/kernel/sched/cputime.c:299:15: note: byref variable will be forcibly initialized unsigned int seq, nextseq; ^ /kisskb/src/kernel/sched/cputime.c:297:13: note: byref variable will be forcibly initialized u64 utime, stime; ^ /kisskb/src/kernel/sched/cputime.c:297:6: note: byref variable will be forcibly initialized u64 utime, stime; ^ /kisskb/src/kernel/sched/cputime.c: In function 'thread_group_cputime_adjusted': /kisskb/src/kernel/sched/cputime.c:625:22: note: byref variable will be forcibly initialized struct task_cputime cputime; ^ /kisskb/src/kernel/sched/cputime.c: In function 'kcpustat_field': /kisskb/src/kernel/sched/cputime.c:960:6: note: byref variable will be forcibly initialized u64 val = cpustat[usage]; ^ /kisskb/src/arch/arm64/mm/mmu.c: In function 'map_mem': /kisskb/src/arch/arm64/mm/mmu.c:493:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/arch/arm64/mm/mmu.c:491:21: note: byref variable will be forcibly initialized phys_addr_t start, end; ^ /kisskb/src/arch/arm64/mm/mmu.c:491:14: note: byref variable will be forcibly initialized phys_addr_t start, end; ^ In file included from /kisskb/src/include/linux/radix-tree.h:19:0, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'page_cache_delete': /kisskb/src/mm/filemap.c:125:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, page->index); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' 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:300:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, pvec->pages[0]->index); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' 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:511:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^ /kisskb/src/mm/filemap.c:509:10: note: byref variable will be forcibly initialized pgoff_t index = start_byte >> PAGE_SHIFT; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/list.h:300:2: note: in expansion of macro 'smp_store_release' smp_store_release(&entry->next, entry); ^ /kisskb/src/mm/filemap.c: In function 'wake_page_function': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/mm/filemap.c:1080:2: note: in expansion of macro 'smp_store_release' smp_store_release(&wait->flags, flags | WQ_FLAG_WOKEN); ^ /kisskb/src/mm/filemap.c: In function 'wait_on_page_bit_common': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/mm/filemap.c:1269:11: note: in expansion of macro 'smp_load_acquire' flags = smp_load_acquire(&wait->flags); ^ /kisskb/src/mm/filemap.c:1197:25: note: byref variable will be forcibly initialized struct wait_page_queue wait_page; ^ /kisskb/src/mm/filemap.c: In function 'wake_up_page_bit': /kisskb/src/mm/filemap.c:1102:21: note: byref variable will be forcibly initialized wait_queue_entry_t bookmark; ^ /kisskb/src/mm/filemap.c:1100:23: note: byref variable will be forcibly initialized struct wait_page_key key; ^ In file included from /kisskb/src/include/linux/radix-tree.h:19:0, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'mapping_get_entry': /kisskb/src/mm/filemap.c:1677:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' 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:2187:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^ In file included from /kisskb/src/include/linux/blkdev.h:14:0, from /kisskb/src/include/linux/blk-cgroup.h:23, from /kisskb/src/include/linux/writeback.h:14, from /kisskb/src/include/linux/memcontrol.h:22, from /kisskb/src/include/linux/swap.h:9, from /kisskb/src/mm/filemap.c:23: /kisskb/src/mm/filemap.c: In function 'filemap_readahead': /kisskb/src/include/linux/pagemap.h:862:19: note: byref variable will be forcibly initialized DEFINE_READAHEAD(ractl, file, mapping, index); ^ /kisskb/src/include/linux/pagemap.h:806:27: note: in definition of macro 'DEFINE_READAHEAD' struct readahead_control rac = { \ ^ /kisskb/src/mm/filemap.c: In function 'do_async_mmap_readahead': /kisskb/src/include/linux/pagemap.h:862:19: note: byref variable will be forcibly initialized DEFINE_READAHEAD(ractl, file, mapping, index); ^ /kisskb/src/include/linux/pagemap.h:806:27: note: in definition of macro 'DEFINE_READAHEAD' struct readahead_control rac = { \ ^ In file included from /kisskb/src/include/linux/radix-tree.h:19:0, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'filemap_range_has_page': /kisskb/src/mm/filemap.c:479:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start_byte >> PAGE_SHIFT); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' 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:794:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, offset); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^ /kisskb/src/mm/filemap.c: In function '__add_to_page_cache_locked': /kisskb/src/mm/filemap.c:832:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, offset); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^ /kisskb/src/mm/filemap.c: In function 'add_to_page_cache_lru': /kisskb/src/mm/filemap.c:936:8: note: byref variable will be forcibly initialized void *shadow = NULL; ^ In file included from /kisskb/src/include/linux/radix-tree.h:19:0, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'filemap_map_pages': /kisskb/src/mm/filemap.c:3098:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start_pgoff); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^ In file included from /kisskb/src/include/linux/blkdev.h:14:0, from /kisskb/src/include/linux/blk-cgroup.h:23, from /kisskb/src/include/linux/writeback.h:14, from /kisskb/src/include/linux/memcontrol.h:22, from /kisskb/src/include/linux/swap.h:9, from /kisskb/src/mm/filemap.c:23: /kisskb/src/mm/filemap.c: In function 'filemap_get_pages': /kisskb/src/include/linux/pagemap.h:839:19: note: byref variable will be forcibly initialized DEFINE_READAHEAD(ractl, file, mapping, index); ^ /kisskb/src/include/linux/pagemap.h:806:27: note: in definition of macro 'DEFINE_READAHEAD' struct readahead_control rac = { \ ^ In file included from /kisskb/src/include/linux/radix-tree.h:19:0, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'page_cache_next_miss': /kisskb/src/mm/filemap.c:1611:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' 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:1647:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^ /kisskb/src/mm/filemap.c: In function 'filemap_fault': /kisskb/src/mm/filemap.c:2870:15: note: byref variable will be forcibly initialized struct file *fpin = NULL; ^ In file included from /kisskb/src/include/linux/radix-tree.h:19:0, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'find_get_entries': /kisskb/src/mm/filemap.c:1893:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' 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:1945:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^ /kisskb/src/mm/filemap.c: In function 'find_get_pages_range': /kisskb/src/mm/filemap.c:2005:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, *start); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' 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:2056:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' 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:2114:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, *index); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^ /kisskb/src/mm/filemap.c: In function 'filemap_read': /kisskb/src/mm/filemap.c:2434:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^ In file included from /kisskb/src/include/linux/radix-tree.h:19:0, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'mapping_seek_hole_data': /kisskb/src/mm/filemap.c:2674:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start >> PAGE_SHIFT); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' 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:3415:7: note: byref variable will be forcibly initialized char pathname[128]; ^ /kisskb/src/mm/filemap.c: In function 'generic_perform_write': /kisskb/src/mm/filemap.c:3548:9: note: byref variable will be forcibly initialized void *fsdata; ^ /kisskb/src/mm/filemap.c:3544:16: note: byref variable will be forcibly initialized struct page *page; ^ /kisskb/src/arch/arm64/kernel/signal.c: In function 'restore_fpsimd_context': /kisskb/src/arch/arm64/kernel/signal.c:190:27: note: byref variable will be forcibly initialized struct user_fpsimd_state fpsimd; ^ /kisskb/src/arch/arm64/kernel/signal.c: In function 'restore_sigframe': /kisskb/src/arch/arm64/kernel/signal.c:490:19: note: byref variable will be forcibly initialized struct user_ctxs user; ^ /kisskb/src/arch/arm64/kernel/signal.c:488:11: note: byref variable will be forcibly initialized sigset_t set; ^ /kisskb/src/arch/arm64/kernel/signal.c: In function 'setup_rt_frame': /kisskb/src/arch/arm64/kernel/signal.c:766:33: note: byref variable will be forcibly initialized struct rt_sigframe_user_layout user; ^ /kisskb/src/arch/arm64/kernel/signal.c: In function 'do_signal': /kisskb/src/arch/arm64/kernel/signal.c:847:17: note: byref variable will be forcibly initialized struct ksignal ksig; ^ /kisskb/src/arch/arm64/kernel/signal.c: In function 'minsigstksz_setup': /kisskb/src/arch/arm64/kernel/signal.c:961:33: note: byref variable will be forcibly initialized struct rt_sigframe_user_layout user; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/locking/lockdep.c:30: /kisskb/src/kernel/locking/lockdep.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:592:2: note: in expansion of macro 'rcu_assign_pointer' 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/asm-generic/qspinlock.h:99:2: note: in expansion of macro 'smp_store_release' smp_store_release(&lock->locked, 0); ^ /kisskb/src/kernel/locking/lockdep.c: In function 'assign_lock_key': /kisskb/src/kernel/locking/lockdep.c:910:16: note: byref variable will be forcibly initialized unsigned long can_addr, addr = (unsigned long)lock; ^ /kisskb/src/kernel/locking/lockdep.c: In function 'lock_stats': /kisskb/src/kernel/locking/lockdep.c:266:26: note: byref variable will be forcibly initialized struct lock_class_stats stats; ^ /kisskb/src/kernel/locking/lockdep.c: In function 'print_lockdep_cache': /kisskb/src/kernel/locking/lockdep.c:716:7: note: byref variable will be forcibly initialized char str[KSYM_NAME_LEN]; ^ /kisskb/src/kernel/locking/lockdep.c: In function '__print_lock_name': /kisskb/src/kernel/locking/lockdep.c:684:7: note: byref variable will be forcibly initialized char str[KSYM_NAME_LEN]; ^ /kisskb/src/kernel/locking/lockdep.c: In function 'print_lock_name': /kisskb/src/kernel/locking/lockdep.c:702:7: note: byref variable will be forcibly initialized char usage[LOCK_USAGE_CHARS]; ^ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_contended': /kisskb/src/kernel/locking/lockdep.c:5647:6: note: byref variable will be forcibly initialized int i, contention_point, contending_point; ^ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_acquired': /kisskb/src/kernel/locking/lockdep.c:5689:6: note: byref variable will be forcibly initialized int i, cpu; ^ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_downgrade': /kisskb/src/kernel/locking/lockdep.c:5114:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/kernel/locking/lockdep.c:5112:22: note: byref variable will be forcibly initialized unsigned int depth, merged = 0; ^ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_release': /kisskb/src/kernel/locking/lockdep.c:5168:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/kernel/locking/lockdep.c:5166:22: note: byref variable will be forcibly initialized unsigned int depth, merged = 1; ^ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_set_class': /kisskb/src/kernel/locking/lockdep.c:5069:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/kernel/locking/lockdep.c:5066:22: note: byref variable will be forcibly initialized unsigned int depth, merged = 0; ^ /kisskb/src/kernel/sched/idle.c: In function 'cpuidle_idle_call': /kisskb/src/kernel/sched/idle.c:227:8: note: byref variable will be forcibly initialized bool stop_tick = true; ^ /kisskb/src/kernel/sched/idle.c: In function 'play_idle_precise': /kisskb/src/kernel/sched/idle.c:357:20: note: byref variable will be forcibly initialized struct idle_timer it; ^ In file included from /kisskb/src/mm/mempool.c:14:0: /kisskb/src/mm/mempool.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:641:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/mm/mempool.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/mm/mempool.c: In function 'mempool_alloc': /kisskb/src/mm/mempool.c:377:21: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/percpu.h:5, 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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/kernel/locking/osq_lock.c:170:7: note: in expansion of macro 'smp_load_acquire' if (smp_load_acquire(&node->locked)) ^ In file included from /kisskb/src/arch/arm64/mm/context.c:12:0: /kisskb/src/arch/arm64/mm/context.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/kernel/sched/fair.c: In function 'cpu_runnable_without': /kisskb/src/kernel/sched/fair.c:5723:15: note: byref variable will be forcibly initialized unsigned int runnable; ^ /kisskb/src/kernel/sched/fair.c: In function 'cpu_util_next': /kisskb/src/kernel/sched/fair.c:6465:26: note: byref variable will be forcibly initialized unsigned long util_est, util = READ_ONCE(cfs_rq->avg.util_avg); ^ /kisskb/src/kernel/sched/fair.c: In function 'cpu_load_without': /kisskb/src/kernel/sched/fair.c:5700:15: note: byref variable will be forcibly initialized unsigned int load; ^ /kisskb/src/kernel/sched/fair.c: In function 'calculate_imbalance': /kisskb/src/kernel/sched/fair.c:9108:17: note: byref variable will be forcibly initialized 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:90:6: note: byref variable will be forcibly initialized int _shift = 0; ^ /kisskb/src/kernel/sched/fair.c: In function 'sched_slice': /kisskb/src/kernel/sched/fair.c:689:22: note: byref variable will be forcibly initialized struct load_weight lw; ^ /kisskb/src/kernel/sched/fair.c: In function 'cpu_util_without': /kisskb/src/kernel/sched/fair.c:6424:16: note: byref variable will be forcibly initialized unsigned int estimated = ^ /kisskb/src/kernel/sched/fair.c:6385:15: note: byref variable will be forcibly initialized unsigned int util; ^ /kisskb/src/kernel/sched/fair.c: In function 'find_energy_efficient_cpu': /kisskb/src/kernel/sched/fair.c:6616:28: note: byref variable will be forcibly initialized unsigned long cur_delta, spare_cap, max_spare_cap = 0; ^ /kisskb/src/kernel/sched/fair.c: In function 'find_idlest_group': /kisskb/src/kernel/sched/fair.c:8789:32: note: byref variable will be forcibly initialized struct sg_lb_stats local_sgs, tmp_sgs; ^ /kisskb/src/kernel/sched/fair.c:8789:21: note: byref variable will be forcibly initialized struct sg_lb_stats local_sgs, tmp_sgs; ^ /kisskb/src/kernel/sched/fair.c: In function 'select_idle_cpu': /kisskb/src/kernel/sched/fair.c:6127:14: note: byref variable will be forcibly initialized int i, cpu, idle_cpu = -1, nr = INT_MAX; ^ /kisskb/src/kernel/sched/fair.c: In function 'update_blocked_averages': /kisskb/src/kernel/sched/fair.c:8024:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^ /kisskb/src/kernel/sched/fair.c: In function 'check_preempt_wakeup': /kisskb/src/kernel/sched/fair.c:6928:40: note: byref variable will be forcibly initialized struct sched_entity *se = &curr->se, *pse = &p->se; ^ /kisskb/src/kernel/sched/fair.c:6928:23: note: byref variable will be forcibly initialized struct sched_entity *se = &curr->se, *pse = &p->se; ^ /kisskb/src/kernel/sched/fair.c: In function 'active_load_balance_cpu_stop': /kisskb/src/kernel/sched/fair.c:9924:17: note: byref variable will be forcibly initialized struct lb_env env = { ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/sched/sched.h:5, from /kisskb/src/kernel/sched/fair.c:23: /kisskb/src/kernel/sched/fair.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:93:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^ In file included from /kisskb/src/include/linux/genhd.h:16:0, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/kernel/sched/sched.h:39, from /kisskb/src/kernel/sched/fair.c:23: /kisskb/src/kernel/sched/fair.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/kernel/sched/fair.c: In function 'distribute_cfs_runtime': /kisskb/src/kernel/sched/fair.c:4920:19: note: byref variable will be forcibly initialized struct rq_flags rf; ^ /kisskb/src/kernel/sched/fair.c: In function 'update_sd_lb_stats': /kisskb/src/kernel/sched/fair.c:8941:6: note: byref variable will be forcibly initialized int sg_status = 0; ^ /kisskb/src/kernel/sched/fair.c:8940:21: note: byref variable will be forcibly initialized struct sg_lb_stats tmp_sgs; ^ /kisskb/src/kernel/sched/fair.c: In function 'load_balance': /kisskb/src/kernel/sched/fair.c:9580:16: note: byref variable will be forcibly initialized struct lb_env env = { ^ /kisskb/src/kernel/sched/fair.c: In function 'newidle_balance': /kisskb/src/kernel/sched/fair.c:10600:7: note: byref variable will be forcibly initialized int continue_balancing = 1; ^ /kisskb/src/kernel/sched/fair.c: In function 'rebalance_domains': /kisskb/src/kernel/sched/fair.c:9984:6: note: byref variable will be forcibly initialized int continue_balancing = 1; ^ /kisskb/src/kernel/sched/fair.c: In function 'sched_group_set_shares': /kisskb/src/kernel/sched/fair.c:11171:19: note: byref variable will be forcibly initialized struct rq_flags rf; ^ /kisskb/src/arch/arm64/kernel/stacktrace.c: In function 'unwind_frame': /kisskb/src/arch/arm64/kernel/stacktrace.c:45:20: note: byref variable will be forcibly initialized struct stack_info info; ^ /kisskb/src/arch/arm64/kernel/stacktrace.c: In function 'dump_backtrace': /kisskb/src/arch/arm64/kernel/stacktrace.c:138:20: note: byref variable will be forcibly initialized struct stackframe frame; ^ /kisskb/src/arch/arm64/kernel/stacktrace.c: In function 'arch_stack_walk': /kisskb/src/arch/arm64/kernel/stacktrace.c:200:20: note: byref variable will be forcibly initialized struct stackframe frame; ^ /kisskb/src/arch/arm64/kernel/time.c: In function 'profile_pc': /kisskb/src/arch/arm64/kernel/time.c:37:20: note: byref variable will be forcibly initialized struct stackframe frame; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/sched/sched.h:5, from /kisskb/src/kernel/sched/rt.c:6: /kisskb/src/kernel/sched/rt.c: In function 'arch_atomic_read_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/atomic-arch-fallback.h:154:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&(v)->counter); ^ /kisskb/src/kernel/sched/rt.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/atomic-arch-fallback.h:163:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^ /kisskb/src/arch/arm64/kernel/traps.c: In function 'dump_kernel_instr': /kisskb/src/arch/arm64/kernel/traps.c:67:16: note: byref variable will be forcibly initialized unsigned int val, bad; ^ /kisskb/src/arch/arm64/kernel/traps.c:60:7: note: byref variable will be forcibly initialized char str[sizeof("00000000 ") * 5 + 2 + 1], *p = str; ^ /kisskb/src/arch/arm64/kernel/traps.c: In function 'call_undef_hook': /kisskb/src/arch/arm64/kernel/traps.c:314:10: note: byref variable will be forcibly initialized __le32 instr_le; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/kernel/locking/mcs_spinlock.h:45:2: note: in expansion of macro 'smp_store_release' smp_store_release((l), 1) ^ /kisskb/src/kernel/locking/qspinlock.c:553:2: note: in expansion of macro 'arch_mcs_spin_unlock_contended' arch_mcs_spin_unlock_contended(&next->locked); ^ /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/arch/arm64/include/asm/barrier.h:161:9: note: in expansion of macro 'smp_load_acquire' VAL = smp_load_acquire(__PTR); \ ^ /kisskb/src/include/linux/atomic.h:28:40: note: in expansion of macro 'smp_cond_load_acquire' #define atomic_cond_read_acquire(v, c) smp_cond_load_acquire(&(v)->counter, (c)) ^ /kisskb/src/kernel/locking/qspinlock.c:511:8: note: in expansion of macro 'atomic_cond_read_acquire' val = atomic_cond_read_acquire(&lock->val, !(VAL & _Q_LOCKED_PENDING_MASK)); ^ /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/arch/arm64/include/asm/barrier.h:161:9: note: in expansion of macro 'smp_load_acquire' VAL = smp_load_acquire(__PTR); \ ^ /kisskb/src/kernel/locking/mcs_spinlock.h:34:2: note: in expansion of macro 'smp_cond_load_acquire' smp_cond_load_acquire(l, VAL); \ ^ /kisskb/src/kernel/locking/qspinlock.c:474:3: note: in expansion of macro 'arch_mcs_spin_lock_contended' arch_mcs_spin_lock_contended(&node->locked); ^ /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/arch/arm64/include/asm/barrier.h:161:9: note: in expansion of macro 'smp_load_acquire' VAL = smp_load_acquire(__PTR); \ ^ /kisskb/src/include/linux/atomic.h:28:40: note: in expansion of macro 'smp_cond_load_acquire' #define atomic_cond_read_acquire(v, c) smp_cond_load_acquire(&(v)->counter, (c)) ^ /kisskb/src/kernel/locking/qspinlock.c:382:3: note: in expansion of macro 'atomic_cond_read_acquire' atomic_cond_read_acquire(&lock->val, !(VAL & _Q_LOCKED_MASK)); ^ /kisskb/src/arch/arm64/mm/pageattr.c: In function '__change_memory_common': /kisskb/src/arch/arm64/mm/pageattr.c:40:26: note: byref variable will be forcibly initialized 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:153:26: note: byref variable will be forcibly initialized 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:168:26: note: byref variable will be forcibly initialized struct page_change_data data = { ^ /kisskb/src/kernel/locking/rtmutex.c: In function 'rt_mutex_slowlock': /kisskb/src/kernel/locking/rtmutex.c:1214:25: note: byref variable will be forcibly initialized struct rt_mutex_waiter waiter; ^ In file included from /kisskb/src/kernel/locking/rtmutex.c:19:0: /kisskb/src/kernel/locking/rtmutex.c: In function 'rt_mutex_fastunlock': /kisskb/src/kernel/locking/rtmutex.c:1438:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = { WAKE_Q_TAIL, &name.first } ^ /kisskb/src/kernel/locking/rtmutex.c: In function 'rt_mutex_futex_unlock': /kisskb/src/kernel/locking/rtmutex.c:1620:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wake_q); ^ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = { WAKE_Q_TAIL, &name.first } ^ /kisskb/src/mm/oom_kill.c: In function '__oom_reap_task_mm': /kisskb/src/mm/oom_kill.c:543:22: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^ /kisskb/src/mm/oom_kill.c:542:30: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/include/linux/oom.h:6, from /kisskb/src/mm/oom_kill.c:21: /kisskb/src/mm/oom_kill.c: In function 'oom_reaper': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:338:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:358:11: note: in expansion of macro '__wait_event_freezable' __ret = __wait_event_freezable(wq_head, condition); \ ^ /kisskb/src/mm/oom_kill.c:646:3: note: in expansion of macro 'wait_event_freezable' wait_event_freezable(oom_reaper_wait, oom_reaper_list != NULL); ^ /kisskb/src/mm/oom_kill.c: In function 'oom_killer_disable': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^ /kisskb/src/mm/oom_kill.c:773:8: note: in expansion of macro 'wait_event_interruptible_timeout' 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:1050:16: note: byref variable will be forcibly initialized unsigned long freed = 0; ^ /kisskb/src/arch/arm64/mm/ptdump.c: In function 'ptdump_walk': /kisskb/src/arch/arm64/mm/ptdump.c:319:18: note: byref variable will be forcibly initialized struct pg_state st; ^ /kisskb/src/arch/arm64/mm/ptdump.c:330:36: note: byref variable will be forcibly initialized .range = (struct ptdump_range[]){ ^ /kisskb/src/arch/arm64/mm/ptdump.c: In function 'ptdump_check_wx': /kisskb/src/arch/arm64/mm/ptdump.c:360:36: note: byref variable will be forcibly initialized .marker = (struct addr_marker[]) { ^ /kisskb/src/arch/arm64/mm/ptdump.c:368:37: note: byref variable will be forcibly initialized .range = (struct ptdump_range[]) { ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/asm-generic/qspinlock.h:99:2: note: in expansion of macro 'smp_store_release' 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/asm-generic/qrwlock.h:118:2: note: in expansion of macro 'smp_store_release' smp_store_release(&lock->wlocked, 0); ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/asm-generic/qspinlock.h:99:2: note: in expansion of macro 'smp_store_release' 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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/arch/arm64/include/asm/barrier.h:161:9: note: in expansion of macro 'smp_load_acquire' VAL = smp_load_acquire(__PTR); \ ^ /kisskb/src/include/linux/atomic.h:28:40: note: in expansion of macro 'smp_cond_load_acquire' #define atomic_cond_read_acquire(v, c) smp_cond_load_acquire(&(v)->counter, (c)) ^ /kisskb/src/kernel/locking/qrwlock.c:48:2: note: in expansion of macro 'atomic_cond_read_acquire' atomic_cond_read_acquire(&lock->cnts, !(VAL & _QW_LOCKED)); ^ /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/arch/arm64/include/asm/barrier.h:161:9: note: in expansion of macro 'smp_load_acquire' VAL = smp_load_acquire(__PTR); \ ^ /kisskb/src/include/linux/atomic.h:28:40: note: in expansion of macro 'smp_cond_load_acquire' #define atomic_cond_read_acquire(v, c) smp_cond_load_acquire(&(v)->counter, (c)) ^ /kisskb/src/kernel/locking/qrwlock.c:32:3: note: in expansion of macro 'atomic_cond_read_acquire' atomic_cond_read_acquire(&lock->cnts, !(VAL & _QW_LOCKED)); ^ /kisskb/src/kernel/locking/qrwlock.c: In function 'queued_write_lock_slowpath': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/arch/arm64/include/asm/barrier.h:161:9: note: in expansion of macro 'smp_load_acquire' VAL = smp_load_acquire(__PTR); \ ^ /kisskb/src/include/linux/atomic.h:28:40: note: in expansion of macro 'smp_cond_load_acquire' #define atomic_cond_read_acquire(v, c) smp_cond_load_acquire(&(v)->counter, (c)) ^ /kisskb/src/kernel/locking/qrwlock.c:76:3: note: in expansion of macro 'atomic_cond_read_acquire' atomic_cond_read_acquire(&lock->cnts, VAL == _QW_WAITING); ^ /kisskb/src/kernel/sched/deadline.c: In function 'dl_task_timer': /kisskb/src/kernel/sched/deadline.c:1046:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^ /kisskb/src/kernel/sched/deadline.c: In function 'dl_add_task_root_domain': /kisskb/src/kernel/sched/deadline.c:2387:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^ In file included from /kisskb/src/arch/arm64/kernel/vdso.c:20:0: /kisskb/src/arch/arm64/kernel/vdso.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/kernel/sched/deadline.c: In function 'inactive_task_timer': /kisskb/src/kernel/sched/deadline.c:1350:18: note: byref variable will be forcibly initialized struct rq_flags rf; ^ /kisskb/src/kernel/locking/test-ww_mutex.c: In function '__test_mutex': /kisskb/src/kernel/locking/test-ww_mutex.c:52:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ctx; ^ /kisskb/src/kernel/locking/test-ww_mutex.c:51:20: note: byref variable will be forcibly initialized struct test_mutex mtx; ^ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'test_aa': /kisskb/src/kernel/locking/test-ww_mutex.c:115:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ctx; ^ /kisskb/src/kernel/locking/test-ww_mutex.c:114:18: note: byref variable will be forcibly initialized struct ww_mutex mutex; ^ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'test_abba': /kisskb/src/kernel/locking/test-ww_mutex.c:187:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ctx; ^ /kisskb/src/kernel/locking/test-ww_mutex.c:186:19: note: byref variable will be forcibly initialized struct test_abba abba; ^ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'test_abba_work': /kisskb/src/kernel/locking/test-ww_mutex.c:160:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ctx; ^ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'test_cycle_work': /kisskb/src/kernel/locking/test-ww_mutex.c:249:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ctx; ^ In file included from /kisskb/src/kernel/locking/test-ww_mutex.c:13:0: /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'stress_inorder_work': /kisskb/src/kernel/locking/test-ww_mutex.c:383:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ctx; ^ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'stress_reorder_work': /kisskb/src/kernel/locking/test-ww_mutex.c:441:24: note: byref variable will be forcibly initialized struct ww_acquire_ctx ctx; ^ In file included from /kisskb/src/include/linux/swait.h:5:0, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/kernel/locking/test-ww_mutex.c:8: /kisskb/src/kernel/locking/test-ww_mutex.c:440:12: note: byref variable will be forcibly initialized LIST_HEAD(locks); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/mm/fadvise.c:15:0: /kisskb/src/mm/fadvise.c: In function 'generic_fadvise': /kisskb/src/mm/internal.h:59:19: note: byref variable will be forcibly initialized DEFINE_READAHEAD(ractl, file, mapping, index); ^ /kisskb/src/include/linux/pagemap.h:806:27: note: in definition of macro 'DEFINE_READAHEAD' struct readahead_control rac = { \ ^ /kisskb/src/mm/fadvise.c:144:18: note: byref variable will be forcibly initialized unsigned long nr_pagevec = 0; ^ /kisskb/src/mm/readahead.c: In function 'read_pages': /kisskb/src/mm/readahead.c:122:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ In file included from /kisskb/src/include/linux/wait.h:7:0, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/readahead.c:12: /kisskb/src/mm/readahead.c: In function 'page_cache_ra_unbounded': /kisskb/src/mm/readahead.c:179:12: note: byref variable will be forcibly initialized LIST_HEAD(page_pool); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/mm/page-writeback.c: In function '__wb_calc_thresh': /kisskb/src/mm/page-writeback.c:763:27: note: byref variable will be forcibly initialized unsigned long numerator, denominator; ^ /kisskb/src/mm/page-writeback.c:763:16: note: byref variable will be forcibly initialized unsigned long numerator, denominator; ^ /kisskb/src/mm/page-writeback.c: In function 'balance_dirty_pages': /kisskb/src/mm/page-writeback.c:1569:6: note: byref variable will be forcibly initialized int nr_dirtied_pause; ^ /kisskb/src/mm/page-writeback.c: In function 'writeback_set_ratelimit': /kisskb/src/mm/page-writeback.c:2060:16: note: byref variable will be forcibly initialized unsigned long dirty_thresh; ^ /kisskb/src/mm/page-writeback.c:2059:16: note: byref variable will be forcibly initialized unsigned long background_thresh; ^ In file included from /kisskb/src/include/linux/radix-tree.h:19:0, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/mm/page-writeback.c:18: /kisskb/src/mm/page-writeback.c: In function 'tag_pages_for_writeback': /kisskb/src/mm/page-writeback.c:2118:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, start); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^ /kisskb/src/mm/page-writeback.c: In function '__test_set_page_writeback': /kisskb/src/mm/page-writeback.c:2773:12: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, page_index(page)); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' 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:2177:10: note: byref variable will be forcibly initialized pgoff_t index; ^ /kisskb/src/mm/page-writeback.c:2175:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^ /kisskb/src/mm/page-writeback.c: In function 'generic_writepages': /kisskb/src/mm/page-writeback.c:2329:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/kernel/power/qos.c: In function 'cpu_latency_qos_read': /kisskb/src/kernel/power/qos.c:366:6: note: byref variable will be forcibly initialized s32 value; ^ /kisskb/src/kernel/power/qos.c: In function 'cpu_latency_qos_write': /kisskb/src/kernel/power/qos.c:381:6: note: byref variable will be forcibly initialized s32 value; ^ /kisskb/src/kernel/printk/printk.c: In function 'console_setup': /kisskb/src/kernel/printk/printk.c:2258:7: note: byref variable will be forcibly initialized char buf[sizeof(console_cmdline[0].name) + 4]; /* 4 for "ttyS" */ ^ /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:178:7: note: byref variable will be forcibly initialized char old_str[DEVKMSG_STR_MAX_SIZE]; ^ /kisskb/src/kernel/printk/printk.c: In function 'console_unlock': /kisskb/src/kernel/printk/printk.c:2477:21: note: byref variable will be forcibly initialized struct printk_info info; ^ /kisskb/src/crypto/asymmetric_keys/asymmetric_type.c: In function 'asymmetric_lookup_restriction': /kisskb/src/crypto/asymmetric_keys/asymmetric_type.c:501:16: note: byref variable will be forcibly initialized key_serial_t serial; ^ /kisskb/src/crypto/asymmetric_keys/asymmetric_type.c:481:8: note: byref variable will be forcibly initialized char *next; ^ /kisskb/src/fs/notify/fsnotify.c: In function 'fsnotify': /kisskb/src/fs/notify/fsnotify.c:466:28: note: byref variable will be forcibly initialized struct fsnotify_iter_info iter_info = {}; ^ In file included from /kisskb/src/include/linux/fs.h:6:0, from /kisskb/src/fs/notify/fsnotify.c:7: /kisskb/src/fs/notify/fsnotify.c: In function 'fsnotify_unmount_inodes': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized struct wait_bit_queue_entry __wbq_entry; \ ^ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' __wait_var_event(var, condition); \ ^ /kisskb/src/fs/notify/fsnotify.c:91:2: note: in expansion of macro 'wait_var_event' wait_var_event(&sb->s_fsnotify_inode_refs, ^ /kisskb/src/fs/notify/fsnotify.c: In function '__fsnotify_parent': /kisskb/src/fs/notify/fsnotify.c:191:23: note: byref variable will be forcibly initialized struct name_snapshot name; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/key.h:447:9: note: in expansion of macro 'smp_load_acquire' 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:455:5: note: byref variable will be forcibly initialized u8 iv[AES_BLOCK_SIZE]; ^ /kisskb/src/security/keys/encrypted-keys/encrypted.c:451:21: note: byref variable will be forcibly initialized struct scatterlist sg_out[1]; ^ /kisskb/src/security/keys/encrypted-keys/encrypted.c:450:21: note: byref variable will be forcibly initialized struct scatterlist sg_in[2]; ^ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'datablob_hmac_append': /kisskb/src/security/keys/encrypted-keys/encrypted.c:491:5: note: byref variable will be forcibly initialized u8 derived_key[HASH_SIZE]; ^ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'encrypted_read': /kisskb/src/security/keys/encrypted-keys/encrypted.c:907:7: note: byref variable will be forcibly initialized char derived_key[HASH_SIZE]; ^ /kisskb/src/security/keys/encrypted-keys/encrypted.c:906:9: note: byref variable will be forcibly initialized size_t master_keylen; ^ /kisskb/src/security/keys/encrypted-keys/encrypted.c:905:12: note: byref variable will be forcibly initialized const u8 *master_key; ^ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'datablob_parse': /kisskb/src/security/keys/encrypted-keys/encrypted.c:175:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'encrypted_key_alloc': /kisskb/src/security/keys/encrypted-keys/encrypted.c:606:7: note: byref variable will be forcibly initialized long dlen; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/key.h:476:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ ^ /kisskb/src/security/keys/encrypted-keys/encrypted.c:885:2: note: in expansion of macro 'rcu_assign_keypointer' rcu_assign_keypointer(key, new_epayload); ^ /kisskb/src/security/keys/encrypted-keys/encrypted.c:848:14: note: byref variable will be forcibly initialized const char *format = NULL; ^ /kisskb/src/security/keys/encrypted-keys/encrypted.c:847:8: note: byref variable will be forcibly initialized char *new_master_desc = NULL; ^ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'datablob_hmac_verify': /kisskb/src/security/keys/encrypted-keys/encrypted.c:515:5: note: byref variable will be forcibly initialized u8 digest[HASH_SIZE]; ^ /kisskb/src/security/keys/encrypted-keys/encrypted.c:514:5: note: byref variable will be forcibly initialized u8 derived_key[HASH_SIZE]; ^ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'derived_key_decrypt': /kisskb/src/security/keys/encrypted-keys/encrypted.c:557:5: note: byref variable will be forcibly initialized u8 iv[AES_BLOCK_SIZE]; ^ /kisskb/src/security/keys/encrypted-keys/encrypted.c:553:21: note: byref variable will be forcibly initialized struct scatterlist sg_out[2]; ^ /kisskb/src/security/keys/encrypted-keys/encrypted.c:552:21: note: byref variable will be forcibly initialized struct scatterlist sg_in[1]; ^ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'encrypted_key_decrypt': /kisskb/src/security/keys/encrypted-keys/encrypted.c:664:9: note: byref variable will be forcibly initialized size_t master_keylen; ^ /kisskb/src/security/keys/encrypted-keys/encrypted.c:660:12: note: byref variable will be forcibly initialized const u8 *master_key; ^ /kisskb/src/security/keys/encrypted-keys/encrypted.c:659:5: note: byref variable will be forcibly initialized u8 derived_key[HASH_SIZE]; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/key.h:476:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ ^ /kisskb/src/security/keys/encrypted-keys/encrypted.c:819:2: note: in expansion of macro 'rcu_assign_keypointer' rcu_assign_keypointer(key, epayload); ^ /kisskb/src/security/keys/encrypted-keys/encrypted.c:789:8: note: byref variable will be forcibly initialized char *hex_encoded_iv = NULL; ^ /kisskb/src/security/keys/encrypted-keys/encrypted.c:788:8: note: byref variable will be forcibly initialized char *decrypted_datalen = NULL; ^ /kisskb/src/security/keys/encrypted-keys/encrypted.c:787:8: note: byref variable will be forcibly initialized char *master_desc = NULL; ^ /kisskb/src/security/keys/encrypted-keys/encrypted.c:786:14: note: byref variable will be forcibly initialized const char *format = NULL; ^ /kisskb/src/arch/arm64/kernel/insn.c: In function 'aarch64_insn_read': /kisskb/src/arch/arm64/kernel/insn.c:130:9: note: byref variable will be forcibly initialized __le32 val; ^ /kisskb/src/arch/arm64/kernel/insn.c: In function 'aarch64_insn_patch_text': /kisskb/src/arch/arm64/kernel/insn.c:237:28: note: byref variable will be forcibly initialized struct aarch64_insn_patch patch = { ^ /kisskb/src/arch/arm64/kernel/insn.c: In function 'aarch64_insn_decode_immediate': /kisskb/src/arch/arm64/kernel/insn.c:319:6: note: byref variable will be forcibly initialized int shift; ^ /kisskb/src/arch/arm64/kernel/insn.c:318:20: note: byref variable will be forcibly initialized u32 immlo, immhi, mask; ^ /kisskb/src/arch/arm64/kernel/insn.c: In function 'aarch64_insn_encode_immediate': /kisskb/src/arch/arm64/kernel/insn.c:344:6: note: byref variable will be forcibly initialized int shift; ^ /kisskb/src/arch/arm64/kernel/insn.c:343:20: note: byref variable will be forcibly initialized u32 immlo, immhi, mask; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/sched/sched.h:5, from /kisskb/src/kernel/sched/wait.c:7: /kisskb/src/kernel/sched/wait.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^ /kisskb/src/kernel/sched/wait.c: In function 'list_del_init_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/list.h:300:2: note: in expansion of macro 'smp_store_release' smp_store_release(&entry->next, entry); ^ /kisskb/src/kernel/sched/wait.c: In function '__wake_up_common_lock': /kisskb/src/kernel/sched/wait.c:129:21: note: byref variable will be forcibly initialized wait_queue_entry_t bookmark; ^ /kisskb/src/mm/swap.c: In function 'get_kernel_page': /kisskb/src/mm/swap.c:194:20: note: byref variable will be forcibly initialized const struct kvec kiov = { ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/mm/swap.c:17: /kisskb/src/mm/swap.c: In function 'lru_add_drain_all': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/mm/swap.c:775:13: note: in expansion of macro 'smp_load_acquire' this_gen = smp_load_acquire(&lru_drain_gen); ^ /kisskb/src/mm/swap.c: In function 'release_pages': /kisskb/src/mm/swap.c:851:16: note: byref variable will be forcibly initialized unsigned long flags; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/swap.c:17: /kisskb/src/mm/swap.c:849:12: note: byref variable will be forcibly initialized LIST_HEAD(pages_to_free); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/mm/swap.c: In function 'pagevec_lru_move_fn': /kisskb/src/mm/swap.c:208:16: note: byref variable will be forcibly initialized unsigned long flags = 0; ^ /kisskb/src/kernel/power/main.c: In function 'pm_freeze_timeout_store': /kisskb/src/kernel/power/main.c:873:16: note: byref variable will be forcibly initialized unsigned long val; ^ /kisskb/src/mm/swap.c: In function '__pagevec_lru_add': /kisskb/src/mm/swap.c:1006:16: note: byref variable will be forcibly initialized unsigned long flags = 0; ^ /kisskb/src/arch/arm64/kernel/return_address.c: In function 'return_address': /kisskb/src/arch/arm64/kernel/return_address.c:38:20: note: byref variable will be forcibly initialized struct stackframe frame; ^ /kisskb/src/arch/arm64/kernel/return_address.c:37:29: note: byref variable will be forcibly initialized struct return_address_data data; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/notify/group.c:8: /kisskb/src/fs/notify/group.c: In function 'fsnotify_destroy_group': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/notify/group.c:68:2: note: in expansion of macro 'wait_event' wait_event(group->notification_waitq, !atomic_read(&group->user_waits)); ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/security/keys/key.c:414:2: note: in expansion of macro 'smp_store_release' smp_store_release(&key->state, ^ /kisskb/src/security/keys/key.c: In function 'key_update': /kisskb/src/security/keys/key.c:1005:31: note: byref variable will be forcibly initialized struct key_preparsed_payload prep; ^ /kisskb/src/security/keys/key.c: In function 'key_instantiate_and_link': /kisskb/src/security/keys/key.c:505:27: note: byref variable will be forcibly initialized struct assoc_array_edit *edit = NULL; ^ /kisskb/src/security/keys/key.c:504:31: note: byref variable will be forcibly initialized struct key_preparsed_payload prep; ^ /kisskb/src/security/keys/key.c: In function 'key_create_or_update': /kisskb/src/security/keys/key.c:828:27: note: byref variable will be forcibly initialized struct assoc_array_edit *edit = NULL; ^ /kisskb/src/security/keys/key.c:827:31: note: byref variable will be forcibly initialized struct key_preparsed_payload prep; ^ /kisskb/src/security/keys/key.c: In function 'key_reject_and_link': /kisskb/src/security/keys/key.c:580:27: note: byref variable will be forcibly initialized struct assoc_array_edit *edit = NULL; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/key.h:476:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ ^ /kisskb/src/security/keys/key.c:1129:3: note: in expansion of macro 'rcu_assign_keypointer' rcu_assign_keypointer(key, prep->payload.data[0]); ^ /kisskb/src/crypto/asymmetric_keys/public_key.c: In function 'software_key_query': /kisskb/src/crypto/asymmetric_keys/public_key.c:110:7: note: byref variable will be forcibly initialized 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:174:7: note: byref variable will be forcibly initialized char alg_name[CRYPTO_MAX_ALG_NAME]; ^ /kisskb/src/crypto/asymmetric_keys/public_key.c:173:28: note: byref variable will be forcibly initialized struct scatterlist in_sg, out_sg; ^ /kisskb/src/crypto/asymmetric_keys/public_key.c:173:21: note: byref variable will be forcibly initialized struct scatterlist in_sg, out_sg; ^ /kisskb/src/crypto/asymmetric_keys/public_key.c:172:21: note: byref variable will be forcibly initialized struct crypto_wait cwait; ^ /kisskb/src/crypto/asymmetric_keys/public_key.c: In function 'public_key_verify_signature': /kisskb/src/crypto/asymmetric_keys/public_key.c:316:7: note: byref variable will be forcibly initialized char alg_name[CRYPTO_MAX_ALG_NAME]; ^ /kisskb/src/crypto/asymmetric_keys/public_key.c:315:21: note: byref variable will be forcibly initialized struct scatterlist src_sg[2]; ^ /kisskb/src/crypto/asymmetric_keys/public_key.c:312:21: note: byref variable will be forcibly initialized struct crypto_wait cwait; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:592:2: note: in expansion of macro 'rcu_assign_pointer' 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:657:2: note: in expansion of macro 'rcu_assign_pointer' 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:684:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_next_rcu(prev), n); ^ /kisskb/src/fs/notify/mark.c: In function 'fsnotify_detach_connector_from_object': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/notify/mark.c:192:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*(conn->obj), NULL); ^ /kisskb/src/fs/notify/mark.c: In function 'fsnotify_mark_destroy_workfn': /kisskb/src/fs/notify/mark.c:829:19: note: byref variable will be forcibly initialized struct list_head private_destroy_list; ^ /kisskb/src/fs/notify/mark.c: In function 'fsnotify_put_mark': /kisskb/src/fs/notify/mark.c:231:15: note: byref variable will be forcibly initialized unsigned int type = FSNOTIFY_OBJ_TYPE_DETACHED; ^ In file included from /kisskb/src/include/linux/wait.h:7:0, 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:728:12: note: byref variable will be forcibly initialized LIST_HEAD(to_free); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 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:774:15: note: byref variable will be forcibly initialized unsigned int type; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/sched/sched.h:5, from /kisskb/src/kernel/sched/swait.c:5: /kisskb/src/kernel/sched/swait.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/sched/sched.h:5, from /kisskb/src/kernel/sched/swait.c:5: /kisskb/src/kernel/sched/swait.c: In function 'swake_up_all': /kisskb/src/kernel/sched/swait.c:65:12: note: byref variable will be forcibly initialized LIST_HEAD(tmp); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/include/linux/radix-tree.h:19:0, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/backing-dev.h:13, from /kisskb/src/mm/truncate.c:12: /kisskb/src/mm/truncate.c: In function '__clear_shadow_entry': /kisskb/src/mm/truncate.c:37:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, index); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^ /kisskb/src/mm/truncate.c: In function '__invalidate_mapping_pages': /kisskb/src/mm/truncate.c:487:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^ /kisskb/src/mm/truncate.c:486:10: note: byref variable will be forcibly initialized pgoff_t indices[PAGEVEC_SIZE]; ^ /kisskb/src/mm/truncate.c: In function 'truncate_inode_pages_range': /kisskb/src/mm/truncate.c:294:11: note: byref variable will be forcibly initialized pgoff_t indices[PAGEVEC_SIZE]; ^ /kisskb/src/mm/truncate.c:293:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^ /kisskb/src/mm/truncate.c: In function 'invalidate_inode_pages2_range': /kisskb/src/mm/truncate.c:629:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^ /kisskb/src/mm/truncate.c:628:10: note: byref variable will be forcibly initialized pgoff_t indices[PAGEVEC_SIZE]; ^ /kisskb/src/arch/arm64/kernel/cpufeature.c: In function 'parse_kpti': /kisskb/src/arch/arm64/kernel/cpufeature.c:1483:7: note: byref variable will be forcibly initialized bool enabled; ^ /kisskb/src/arch/arm64/kernel/cpufeature.c: In function 'do_emulate_mrs': /kisskb/src/arch/arm64/kernel/cpufeature.c:2867:6: note: byref variable will be forcibly initialized u64 val; ^ In file included from /kisskb/src/include/linux/kasan-checks.h:5:0, 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:248, 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:213:18: note: byref variable will be forcibly initialized DECLARE_BITMAP(remaining_capabilities, ARM64_NPATCHABLE); ^ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^ /kisskb/src/arch/arm64/kernel/alternative.c:202:20: note: byref variable will be forcibly initialized struct alt_region region = { ^ /kisskb/src/arch/arm64/kernel/alternative.c: In function 'apply_boot_alternatives': /kisskb/src/arch/arm64/kernel/alternative.c:240:20: note: byref variable will be forcibly initialized struct alt_region region = { ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/key.h:447:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&key->state); ^ /kisskb/src/security/keys/keyring.c: In function 'hash_key_type_and_desc': /kisskb/src/security/keys/keyring.c:169:6: note: byref variable will be forcibly initialized u32 piece; ^ /kisskb/src/security/keys/keyring.c: In function 'keyring_read': /kisskb/src/security/keys/keyring.c:484:39: note: byref variable will be forcibly initialized struct keyring_read_iterator_context ctx; ^ /kisskb/src/security/keys/keyring.c: In function 'key_link': /kisskb/src/security/keys/keyring.c:1437:27: note: byref variable will be forcibly initialized struct assoc_array_edit *edit = NULL; ^ /kisskb/src/security/keys/keyring.c: In function 'key_unlink': /kisskb/src/security/keys/keyring.c:1547:27: note: byref variable will be forcibly initialized struct assoc_array_edit *edit = NULL; ^ /kisskb/src/security/keys/keyring.c: In function 'key_move': /kisskb/src/security/keys/keyring.c:1595:46: note: byref variable will be forcibly initialized struct assoc_array_edit *from_edit = NULL, *to_edit = NULL; ^ /kisskb/src/security/keys/keyring.c:1595:27: note: byref variable will be forcibly initialized struct assoc_array_edit *from_edit = NULL, *to_edit = NULL; ^ In file included from /kisskb/src/include/linux/completion.h:12:0, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/sched/coredump.h:5, from /kisskb/src/kernel/sched/sched.h:9, from /kisskb/src/kernel/sched/completion.c:14: /kisskb/src/kernel/sched/completion.c: In function 'do_wait_for_common': /kisskb/src/kernel/sched/completion.c:75:22: note: byref variable will be forcibly initialized DECLARE_SWAITQUEUE(wait); ^ /kisskb/src/include/linux/swait.h:59:21: note: in definition of macro 'DECLARE_SWAITQUEUE' struct swait_queue name = __SWAITQUEUE_INITIALIZER(name) ^ /kisskb/src/crypto/asymmetric_keys/pkcs7_verify.c: In function 'pkcs7_digest': /kisskb/src/crypto/asymmetric_keys/pkcs7_verify.c:73:6: note: byref variable will be forcibly initialized u8 tag; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/atomic-arch-fallback.h:163:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^ In file included from /kisskb/src/kernel/rcu/update.c:580:0: /kisskb/src/kernel/rcu/update.c: In function 'tasks_gp_state_getname': /kisskb/src/kernel/rcu/tasks.h:142:6: note: byref variable will be forcibly initialized int i = data_race(rtp->gp_state); // Let KCSAN detect update races ^ /kisskb/src/kernel/rcu/update.c: In function 'show_rcu_tasks_generic_gp_kthread': /kisskb/src/kernel/rcu/tasks.h:142:6: note: byref variable will be forcibly initialized /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_wait_gp': /kisskb/src/kernel/rcu/tasks.h:340:8: note: byref variable will be forcibly initialized bool firstreport; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/kernel/rcu/update.c:23: /kisskb/src/kernel/rcu/tasks.h:308:12: note: byref variable will be forcibly initialized LIST_HEAD(holdouts); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/kernel/rcu/update.c:21: /kisskb/src/kernel/rcu/update.c: In function 'trc_read_check_handler': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/kernel/rcu/tasks.h:843:2: note: in expansion of macro 'smp_store_release' smp_store_release(&texp->trc_ipi_to_cpu, -1); // ^^^ ^ /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/kernel/rcu/tasks.h:842:2: note: in expansion of macro 'smp_store_release' smp_store_release(&per_cpu(trc_ipi_to_cpu, smp_processor_id()), false); // ^^^ ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/topology.h:33, from /kisskb/src/include/linux/irq.h:19, 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:10, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/kernel/rcu/update.c:25: /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_kthread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^ /kisskb/src/kernel/rcu/tasks.h:211:4: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(rtp->cbs_wq, ^ /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_trace_postgp': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:708:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:740:11: note: in expansion of macro '__wait_event_idle_exclusive_timeout' __ret = __wait_event_idle_exclusive_timeout(wq_head, condition, timeout);\ ^ /kisskb/src/kernel/rcu/tasks.h:1080:9: note: in expansion of macro 'wait_event_idle_exclusive_timeout' ret = wait_event_idle_exclusive_timeout( ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/kernel/rcu/update.c:23: /kisskb/src/kernel/rcu/tasks.h:1069:12: note: byref variable will be forcibly initialized LIST_HEAD(holdouts); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/kernel/rcu/update.c:21: /kisskb/src/kernel/rcu/update.c: In function 'trc_wait_for_one_reader': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/kernel/rcu/tasks.h:899:6: note: in expansion of macro 'smp_load_acquire' if (smp_load_acquire(&t->trc_ipi_to_cpu) != -1) // Order IPI ^ /kisskb/src/mm/vmscan.c: In function 'shrink_slab': /kisskb/src/mm/vmscan.c:667:25: note: byref variable will be forcibly initialized struct shrink_control sc = { ^ /kisskb/src/kernel/rcu/update.c: In function 'rcu_read_lock_sched_held': /kisskb/src/kernel/rcu/update.c:121:7: note: byref variable will be forcibly initialized bool ret; ^ /kisskb/src/kernel/rcu/update.c: In function 'rcu_read_lock_held': /kisskb/src/kernel/rcu/update.c:307:7: note: byref variable will be forcibly initialized bool ret; ^ /kisskb/src/kernel/rcu/update.c: In function 'rcu_read_lock_bh_held': /kisskb/src/kernel/rcu/update.c:332:7: note: byref variable will be forcibly initialized bool ret; ^ /kisskb/src/kernel/rcu/update.c: In function 'rcu_read_lock_any_held': /kisskb/src/kernel/rcu/update.c:342:7: note: byref variable will be forcibly initialized bool ret; ^ In file included from /kisskb/src/kernel/rcu/update.c:40:0: /kisskb/src/kernel/rcu/update.c: In function 'synchronize_rcu_tasks_generic': /kisskb/src/include/linux/rcupdate_wait.h:27:25: note: byref variable will be forcibly initialized 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' #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) ^ /kisskb/src/kernel/rcu/tasks.h:178:2: note: in expansion of macro 'wait_rcu_gp' wait_rcu_gp(rtp->call_func); ^ /kisskb/src/include/linux/rcupdate_wait.h:26:18: note: byref variable will be forcibly initialized 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' #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) ^ /kisskb/src/kernel/rcu/tasks.h:178:2: note: in expansion of macro 'wait_rcu_gp' wait_rcu_gp(rtp->call_func); ^ In file included from /kisskb/src/kernel/rcu/update.c:580:0: /kisskb/src/kernel/rcu/update.c: In function 'show_rcu_tasks_classic_gp_kthread': /kisskb/src/kernel/rcu/tasks.h:142:6: note: byref variable will be forcibly initialized int i = data_race(rtp->gp_state); // Let KCSAN detect update races ^ /kisskb/src/kernel/rcu/update.c: In function 'show_rcu_tasks_rude_gp_kthread': /kisskb/src/kernel/rcu/tasks.h:142:6: note: byref variable will be forcibly initialized /kisskb/src/kernel/rcu/update.c: In function 'show_rcu_tasks_trace_gp_kthread': /kisskb/src/kernel/rcu/tasks.h:142:6: note: byref variable will be forcibly initialized In file included from /kisskb/src/kernel/rcu/update.c:580:0: /kisskb/src/kernel/rcu/tasks.h:1203:7: note: byref variable will be forcibly initialized char buf[64]; ^ In file included from /kisskb/src/kernel/rcu/update.c:580:0: /kisskb/src/kernel/rcu/update.c: In function 'show_rcu_tasks_gp_kthreads': /kisskb/src/kernel/rcu/tasks.h:142:6: note: byref variable will be forcibly initialized int i = data_race(rtp->gp_state); // Let KCSAN detect update races ^ /kisskb/src/kernel/rcu/tasks.h:142:6: note: byref variable will be forcibly initialized /kisskb/src/mm/vmscan.c: In function 'page_check_references': /kisskb/src/mm/vmscan.c:989:16: note: byref variable will be forcibly initialized unsigned long vm_flags; ^ /kisskb/src/mm/vmscan.c: In function 'pageout': /kisskb/src/mm/vmscan.c:820:28: note: byref variable will be forcibly initialized struct writeback_control wbc = { ^ /kisskb/src/mm/vmscan.c: In function 'shrink_page_list': /kisskb/src/mm/vmscan.c:1089:15: note: byref variable will be forcibly initialized bool dirty, writeback, may_enter_fs; ^ /kisskb/src/mm/vmscan.c:1089:8: note: byref variable will be forcibly initialized bool dirty, writeback, may_enter_fs; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c:1078:12: note: byref variable will be forcibly initialized LIST_HEAD(free_pages); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/mm/vmscan.c:1077:12: note: byref variable will be forcibly initialized LIST_HEAD(ret_pages); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'throttle_direct_reclaim': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:882:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) ^ /kisskb/src/include/linux/wait.h:904:11: note: in expansion of macro '__wait_event_killable' __ret = __wait_event_killable(wq_head, condition); \ ^ /kisskb/src/mm/vmscan.c:3221:2: note: in expansion of macro 'wait_event_killable' wait_event_killable(zone->zone_pgdat->pfmemalloc_wait, ^ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^ /kisskb/src/mm/vmscan.c:3214:3: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout(pgdat->pfmemalloc_wait, ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'move_pages_to_lru': /kisskb/src/mm/vmscan.c:1825:12: note: byref variable will be forcibly initialized LIST_HEAD(pages_to_free); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/mm/vmscan.c: In function 'reclaim_clean_pages_from_list': /kisskb/src/mm/vmscan.c:1507:12: note: byref variable will be forcibly initialized LIST_HEAD(clean_pages); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/mm/vmscan.c:1504:22: note: byref variable will be forcibly initialized struct reclaim_stat stat; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'isolate_lru_pages': /kisskb/src/mm/vmscan.c:1648:12: note: byref variable will be forcibly initialized LIST_HEAD(pages_skipped); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/mm/vmscan.c: In function 'shrink_active_list': /kisskb/src/mm/vmscan.c:2020:12: note: byref variable will be forcibly initialized LIST_HEAD(l_inactive); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/mm/vmscan.c:2019:12: note: byref variable will be forcibly initialized LIST_HEAD(l_active); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/mm/vmscan.c:2018:12: note: byref variable will be forcibly initialized LIST_HEAD(l_hold); /* The pages which were snipped off */ ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/mm/vmscan.c:2017:16: note: byref variable will be forcibly initialized unsigned long vm_flags; ^ /kisskb/src/mm/vmscan.c:2016:16: note: byref variable will be forcibly initialized unsigned long nr_scanned; ^ /kisskb/src/mm/vmscan.c: In function 'shrink_inactive_list': /kisskb/src/mm/vmscan.c:1910:22: note: byref variable will be forcibly initialized struct reclaim_stat stat; ^ /kisskb/src/mm/vmscan.c:1907:16: note: byref variable will be forcibly initialized unsigned long nr_scanned; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c:1906:12: note: byref variable will be forcibly initialized LIST_HEAD(page_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/mm/vmscan.c: In function 'shrink_lruvec': /kisskb/src/mm/vmscan.c:2432:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/mm/vmscan.c:2427:16: note: byref variable will be forcibly initialized unsigned long targets[NR_LRU_LISTS]; ^ /kisskb/src/mm/vmscan.c:2426:16: note: byref variable will be forcibly initialized unsigned long nr[NR_LRU_LISTS]; ^ /kisskb/src/mm/vmscan.c: In function 'reclaim_pages': /kisskb/src/mm/vmscan.c:2110:22: note: byref variable will be forcibly initialized struct reclaim_stat dummy_stat; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c:2109:12: note: byref variable will be forcibly initialized LIST_HEAD(node_page_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 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:163:8: note: byref variable will be forcibly initialized char buffer[50]; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/key.h:447:9: note: in expansion of macro 'smp_load_acquire' 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:7: note: byref variable will be forcibly initialized char type[32], *description; ^ /kisskb/src/security/keys/keyctl.c: In function '__do_sys_request_key': /kisskb/src/security/keys/keyctl.c:176:7: note: byref variable will be forcibly initialized 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:24: note: byref variable will be forcibly initialized struct key *instkey, *dest_keyring; ^ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_keyring_search': /kisskb/src/security/keys/keyctl.c:723:7: note: byref variable will be forcibly initialized char type[32], *description; ^ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_instantiate_key': /kisskb/src/security/keys/keyctl.c:1251:19: note: byref variable will be forcibly initialized struct iov_iter from; ^ /kisskb/src/security/keys/keyctl.c:1250:16: note: byref variable will be forcibly initialized struct iovec iov; ^ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_instantiate_key_iov': /kisskb/src/security/keys/keyctl.c:1280:18: note: byref variable will be forcibly initialized struct iov_iter from; ^ /kisskb/src/security/keys/keyctl.c:1279:39: note: byref variable will be forcibly initialized struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; ^ /kisskb/src/security/keys/keyctl.c:1279:15: note: byref variable will be forcibly initialized struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; ^ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_reject_key': /kisskb/src/security/keys/keyctl.c:1335:24: note: byref variable will be forcibly initialized struct key *instkey, *dest_keyring; ^ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_restrict_keyring': /kisskb/src/security/keys/keyctl.c:1728:7: note: byref variable will be forcibly initialized char type[32]; ^ /kisskb/src/kernel/irq/handle.c: In function 'handle_irq_event_percpu': /kisskb/src/kernel/irq/handle.c:194:15: note: byref variable will be forcibly initialized unsigned int flags = 0; ^ In file included from /kisskb/src/include/linux/genhd.h:16:0, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/kernel/sched/sched.h:39, from /kisskb/src/kernel/sched/cpupri.c:25: /kisskb/src/kernel/sched/cpupri.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/rcu_sync.h:13:0, from /kisskb/src/kernel/rcu/sync.c:10: /kisskb/src/kernel/rcu/sync.c: In function 'rcu_sync_enter': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/kernel/rcu/sync.c:155:2: note: in expansion of macro 'wait_event' wait_event(rsp->gp_wait, READ_ONCE(rsp->gp_state) >= GP_PASSED); ^ In file included from /kisskb/src/arch/arm64/kernel/cacheinfo.c:10:0: /kisskb/src/arch/arm64/kernel/cacheinfo.c: In function 'init_cache_level': /kisskb/src/include/linux/cacheinfo.h:95:6: note: byref variable will be forcibly initialized int ret; \ ^ /kisskb/src/arch/arm64/kernel/cacheinfo.c:101:1: note: in expansion of macro 'DEFINE_SMP_CALL_CACHE_FUNCTION' DEFINE_SMP_CALL_CACHE_FUNCTION(init_cache_level) ^ /kisskb/src/arch/arm64/kernel/cacheinfo.c: In function 'populate_cache_leaves': /kisskb/src/include/linux/cacheinfo.h:95:6: note: byref variable will be forcibly initialized int ret; \ ^ /kisskb/src/arch/arm64/kernel/cacheinfo.c:102:1: note: in expansion of macro 'DEFINE_SMP_CALL_CACHE_FUNCTION' DEFINE_SMP_CALL_CACHE_FUNCTION(populate_cache_leaves) ^ In file included from /kisskb/src/include/linux/mm.h:30:0, from /kisskb/src/include/linux/bvec.h:14, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/iomap.h:7, from /kisskb/src/fs/iomap/buffered-io.c:9: /kisskb/src/fs/iomap/buffered-io.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_read_end_io': /kisskb/src/fs/iomap/buffered-io.c:194:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_readpage_actor': /kisskb/src/fs/iomap/buffered-io.c:245:17: note: byref variable will be forcibly initialized unsigned poff, plen; ^ /kisskb/src/fs/iomap/buffered-io.c:245:11: note: byref variable will be forcibly initialized unsigned poff, plen; ^ /kisskb/src/fs/iomap/buffered-io.c:243:7: note: byref variable will be forcibly initialized bool same_page = false, is_contig = false; ^ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_read_page_sync': /kisskb/src/fs/iomap/buffered-io.c:539:13: note: byref variable will be forcibly initialized struct bio bio; ^ /kisskb/src/fs/iomap/buffered-io.c:538:17: note: byref variable will be forcibly initialized struct bio_vec bvec; ^ /kisskb/src/fs/iomap/buffered-io.c: In function '__iomap_write_begin': /kisskb/src/fs/iomap/buffered-io.c:557:62: note: byref variable will be forcibly initialized unsigned from = offset_in_page(pos), to = from + len, poff, plen; ^ /kisskb/src/fs/iomap/buffered-io.c:557:56: note: byref variable will be forcibly initialized unsigned from = offset_in_page(pos), to = from + len, poff, plen; ^ /kisskb/src/fs/iomap/buffered-io.c:555:9: note: byref variable will be forcibly initialized loff_t block_start = round_down(pos, block_size); ^ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_finish_ioend': /kisskb/src/fs/iomap/buffered-io.c:1075:24: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_add_to_ioend': /kisskb/src/fs/iomap/buffered-io.c:1295:15: note: byref variable will be forcibly initialized bool merged, same_page = false; ^ In file included from /kisskb/src/include/linux/module.h:12:0, from /kisskb/src/fs/iomap/buffered-io.c:6: /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_writepage_map': /kisskb/src/fs/iomap/buffered-io.c:1346:12: note: byref variable will be forcibly initialized LIST_HEAD(submit_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_write_actor': /kisskb/src/fs/iomap/buffered-io.c:757:16: note: byref variable will be forcibly initialized struct page *page; ^ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_unshare_actor': /kisskb/src/fs/iomap/buffered-io.c:860:16: note: byref variable will be forcibly initialized struct page *page; ^ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_zero': /kisskb/src/fs/iomap/buffered-io.c:906:15: note: byref variable will be forcibly initialized struct page *page; ^ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_finish_ioends': /kisskb/src/fs/iomap/buffered-io.c:1104:19: note: byref variable will be forcibly initialized struct list_head tmp; ^ /kisskb/src/crypto/asymmetric_keys/pkcs7_parser.c: In function 'pkcs7_note_OID': /kisskb/src/crypto/asymmetric_keys/pkcs7_parser.c:212:8: note: byref variable will be forcibly initialized char buffer[50]; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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_advance_state': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/kernel/rcu/srcutree.c:1191:22: note: in expansion of macro 'smp_load_acquire' idx = rcu_seq_state(smp_load_acquire(&ssp->srcu_gp_seq)); /* ^^^ */ ^ /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_nodes': /kisskb/src/kernel/rcu/srcutree.c:88:6: note: byref variable will be forcibly initialized int levelspread[RCU_NUM_LVLS]; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/kernel/rcu/srcutree.c:185:2: note: in expansion of macro 'smp_store_release' 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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/kernel/rcu/srcutree.c:234:21: note: in expansion of macro 'smp_load_acquire' if (!rcu_seq_state(smp_load_acquire(&ssp->srcu_gp_seq_needed))) /*^^^*/ ^ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_invoke_callbacks': /kisskb/src/kernel/rcu/srcutree.c:1247:20: note: byref variable will be forcibly initialized struct rcu_cblist ready_cbs; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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_funnel_gp_start': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/kernel/rcu/srcutree.c:676:3: note: in expansion of macro 'smp_store_release' smp_store_release(&ssp->srcu_gp_seq_needed, s); /*^^^*/ ^ /kisskb/src/kernel/irq/manage.c: In function 'irq_affinity_notify': /kisskb/src/kernel/irq/manage.c:480:16: note: byref variable will be forcibly initialized cpumask_var_t cpumask; ^ /kisskb/src/kernel/rcu/srcutree.c: In function '__synchronize_srcu': /kisskb/src/kernel/rcu/srcutree.c:920:25: note: byref variable will be forcibly initialized struct rcu_synchronize rcu; ^ /kisskb/src/kernel/irq/manage.c: In function 'irq_thread_check_affinity': /kisskb/src/kernel/irq/manage.c:1094:16: note: byref variable will be forcibly initialized cpumask_var_t mask; ^ /kisskb/src/kernel/irq/manage.c: In function 'irq_thread': /kisskb/src/kernel/irq/manage.c:1222:23: note: byref variable will be forcibly initialized struct callback_head on_exit_work; ^ /kisskb/src/kernel/irq/manage.c: In function 'irq_update_affinity_desc': /kisskb/src/kernel/irq/manage.c:393:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_affinity_hint': /kisskb/src/kernel/irq/manage.c:461:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_vcpu_affinity': /kisskb/src/kernel/irq/manage.c:615:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/irq/manage.c: In function '__disable_irq_nosync': /kisskb/src/kernel/irq/manage.c:652:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/irq/manage.c: In function 'enable_irq': /kisskb/src/kernel/irq/manage.c:780:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_irq_wake': /kisskb/src/kernel/irq/manage.c:844:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/irq/manage.c: In function 'can_request_irq': /kisskb/src/kernel/irq/manage.c:893:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_parent': /kisskb/src/kernel/irq/manage.c:967:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/irq/manage.c: In function 'enable_percpu_irq': /kisskb/src/kernel/irq/manage.c:2297:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/irq/manage.c: In function 'irq_percpu_is_enabled': /kisskb/src/kernel/irq/manage.c:2344:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/irq/manage.c: In function 'disable_percpu_irq': /kisskb/src/kernel/irq/manage.c:2361:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/irq/manage.c: In function 'prepare_percpu_nmi': /kisskb/src/kernel/irq/manage.c:2656:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/irq/manage.c: In function 'teardown_percpu_nmi': /kisskb/src/kernel/irq/manage.c:2699:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/irq/manage.c: In function '__synchronize_hardirq': /kisskb/src/kernel/irq/manage.c:42:7: note: byref variable will be forcibly initialized bool inprogress; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/topology.h:33, from /kisskb/src/include/linux/irq.h:19, from /kisskb/src/kernel/irq/manage.c:11: /kisskb/src/kernel/irq/manage.c: In function 'synchronize_irq': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/kernel/irq/manage.c:138:3: note: in expansion of macro 'wait_event' wait_event(desc->wait_for_threads, ^ /kisskb/src/kernel/irq/manage.c: In function 'irq_get_irqchip_state': /kisskb/src/kernel/irq/manage.c:2759:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_irqchip_state': /kisskb/src/kernel/irq/manage.c:2793:16: note: byref variable will be forcibly initialized unsigned long flags; ^ In file included from /kisskb/src/include/linux/genhd.h:16:0, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/kernel/sched/sched.h:39, from /kisskb/src/kernel/sched/cpudeadline.c:9: /kisskb/src/kernel/sched/cpudeadline.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/arch/arm64/kernel/smp.c: In function 'smp_send_stop': /kisskb/src/arch/arm64/kernel/smp.c:1036:13: note: byref variable will be forcibly initialized cpumask_t mask; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/key.h:447:9: note: in expansion of macro 'smp_load_acquire' 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/security/keys/process_keys.c:60:4: note: in expansion of macro 'smp_store_release' 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:7: note: byref variable will be forcibly initialized 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:7: note: byref variable will be forcibly initialized char buf[20]; ^ /kisskb/src/security/keys/process_keys.c: In function 'lookup_user_key': /kisskb/src/security/keys/process_keys.c:621:20: note: byref variable will be forcibly initialized struct key *key, *user_session; ^ /kisskb/src/security/keys/process_keys.c:621:14: note: byref variable will be forcibly initialized struct key *key, *user_session; ^ /kisskb/src/crypto/cipher.c: In function 'cipher_crypt_one': /kisskb/src/crypto/cipher.c:69:6: note: byref variable will be forcibly initialized u8 buffer[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; ^ /kisskb/src/fs/iomap/direct-io.c: In function '__iomap_dio_rw': /kisskb/src/fs/iomap/direct-io.c:463:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/kernel/rcu/rcutorture.c:420:3: note: in expansion of macro 'smp_store_release' smp_store_release(&rtrcp->rtc_ready, 1); // Pair with smp_load_acquire(). ^ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_boost_cb': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/kernel/rcu/rcutorture.c:895:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rbip->inflight, 0); ^ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcutorture_booster_cleanup': /kisskb/src/kernel/rcu/rcutorture.c:1898:22: note: byref variable will be forcibly initialized struct task_struct *t; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/kernel/rcu/rcutorture.c:16: /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_boost': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/kernel/rcu/rcutorture.c:1029:35: note: in expansion of macro 'smp_load_acquire' while (!kthread_should_stop() || smp_load_acquire(&rbi.inflight)) { ^ /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/kernel/rcu/rcutorture.c:1002:18: note: in expansion of macro 'smp_load_acquire' if (!failed && smp_load_acquire(&rbi.inflight)) ^ /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/kernel/rcu/rcutorture.c:983:5: note: in expansion of macro 'smp_store_release' smp_store_release(&rbi.inflight, 1); ^ /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/kernel/rcu/rcutorture.c:981:9: note: in expansion of macro 'smp_load_acquire' if (!smp_load_acquire(&rbi.inflight)) { ^ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_stats_print': /kisskb/src/kernel/rcu/rcutorture.c:1827:32: note: byref variable will be forcibly initialized unsigned long __maybe_unused gp_seq = 0; ^ /kisskb/src/kernel/rcu/rcutorture.c:1826:22: note: byref variable will be forcibly initialized int __maybe_unused flags = 0; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/kernel/rcu/rcutorture.c:1395:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rtrcp_assigner->rtc_chkrdr, -1); // Assigner can again assign. ^ /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/kernel/rcu/rcutorture.c:1394:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rtrcp->rtc_assigner, NULL); // Someone else can assign us work. ^ /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/kernel/rcu/rcutorture.c:1382:26: note: in expansion of macro 'smp_load_acquire' if (!rtrcp_assigner || !smp_load_acquire(&rtrcp_assigner->rtc_ready)) ^ /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/kernel/rcu/rcutorture.c:1370:7: note: in expansion of macro 'smp_load_acquire' !smp_load_acquire(&rtrcp_chker->rtc_assigner)) { // Pairs with smp_store_release below. ^ /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/kernel/rcu/rcutorture.c:1368:6: note: in expansion of macro 'smp_load_acquire' smp_load_acquire(&rtrcp->rtc_chkrdr) < 0 && // Pairs with smp_store_release below. ^ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_nocb_toggle': /kisskb/src/kernel/rcu/rcutorture.c:1691:10: note: byref variable will be forcibly initialized ktime_t toggle_delay; ^ In file included from /kisskb/src/kernel/rcu/rcutorture.c:42:0: /kisskb/src/kernel/rcu/rcutorture.c:1690:24: note: byref variable will be forcibly initialized DEFINE_TORTURE_RANDOM(rand); ^ /kisskb/src/include/linux/torture.h:70:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/kernel/rcu/rcutorture.c:24: /kisskb/src/kernel/rcu/rcutorture.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_one_read': /kisskb/src/kernel/rcu/rcutorture.c:1542:6: note: byref variable will be forcibly initialized int readstate = 0; ^ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_reader': /kisskb/src/kernel/rcu/rcutorture.c:1649:20: note: byref variable will be forcibly initialized struct timer_list t; ^ In file included from /kisskb/src/kernel/rcu/rcutorture.c:42:0: /kisskb/src/kernel/rcu/rcutorture.c:1648:24: note: byref variable will be forcibly initialized DEFINE_TORTURE_RANDOM(rand); ^ /kisskb/src/include/linux/torture.h:70:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' #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:1293:24: note: byref variable will be forcibly initialized DEFINE_TORTURE_RANDOM(rand); ^ /kisskb/src/include/linux/torture.h:70:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/kernel/rcu/rcutorture.c:1169:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(rcu_torture_current, rp); ^ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_fwd_prog_nr': /kisskb/src/kernel/rcu/rcutorture.c:2156:22: note: byref variable will be forcibly initialized struct fwd_cb_state fcs; ^ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_fwd_prog': /kisskb/src/kernel/rcu/rcutorture.c:2360:6: note: byref variable will be forcibly initialized int tested_tries = 0; ^ /kisskb/src/kernel/rcu/rcutorture.c:2359:6: note: byref variable will be forcibly initialized int tested = 0; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/kernel/rcu/rcutorture.c:18: /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_barrier': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/kernel/rcu/rcutorture.c:2499:3: note: in expansion of macro 'wait_event' wait_event(barrier_wq, ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/kernel/rcu/rcutorture.c:16: /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/kernel/rcu/rcutorture.c:2496:3: note: in expansion of macro 'smp_store_release' smp_store_release(&barrier_phase, !barrier_phase); ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/kernel/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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/linux/wait.h:284:7: note: in definition of macro '___wait_event' if (condition) \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/kernel/rcu/rcutorture.c:2704:2: note: in expansion of macro 'wait_event' wait_event(read_exit_wq, smp_load_acquire(&read_exit_child_stopped)); ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/kernel/rcu/rcutorture.c:2704:27: note: in expansion of macro 'smp_load_acquire' wait_event(read_exit_wq, smp_load_acquire(&read_exit_child_stopped)); ^ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/kernel/rcu/rcutorture.c:2704:2: note: in expansion of macro 'wait_event' wait_event(read_exit_wq, smp_load_acquire(&read_exit_child_stopped)); ^ /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/linux/wait.h:317:6: note: in definition of macro 'wait_event' if (condition) \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/kernel/rcu/rcutorture.c:2704:27: note: in expansion of macro 'smp_load_acquire' 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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/linux/wait.h:284:7: note: in definition of macro '___wait_event' if (condition) \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/kernel/rcu/rcutorture.c:2460:3: note: in expansion of macro 'wait_event' wait_event(barrier_cbs_wq[myid], ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/kernel/rcu/rcutorture.c:2462:8: note: in expansion of macro 'smp_load_acquire' smp_load_acquire(&barrier_phase)) != lastphase || ^ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/kernel/rcu/rcutorture.c:2460:3: note: in expansion of macro 'wait_event' wait_event(barrier_cbs_wq[myid], ^ /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/linux/wait.h:317:6: note: in definition of macro 'wait_event' if (condition) \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/kernel/rcu/rcutorture.c:2462:8: note: in expansion of macro 'smp_load_acquire' smp_load_acquire(&barrier_phase)) != lastphase || ^ /kisskb/src/kernel/rcu/rcutorture.c:2454:18: note: byref variable will be forcibly initialized struct rcu_head rcu; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/kernel/rcu/rcutorture.c:2678:2: note: in expansion of macro 'smp_store_release' smp_store_release(&read_exit_child_stopped, true); // After reaping. ^ In file included from /kisskb/src/kernel/rcu/rcutorture.c:42:0: /kisskb/src/kernel/rcu/rcutorture.c:2639:24: note: byref variable will be forcibly initialized DEFINE_TORTURE_RANDOM(trs); ^ /kisskb/src/include/linux/torture.h:70:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } ^ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_cleanup': /kisskb/src/kernel/rcu/rcutorture.c:2715:16: note: byref variable will be forcibly initialized unsigned long gp_seq = 0; ^ /kisskb/src/kernel/rcu/rcutorture.c:2714:6: note: byref variable will be forcibly initialized int flags = 0; ^ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_init': /kisskb/src/kernel/rcu/rcutorture.c:2895:16: note: byref variable will be forcibly initialized unsigned long gp_seq = 0; ^ /kisskb/src/kernel/rcu/rcutorture.c:2894:6: note: byref variable will be forcibly initialized int flags = 0; ^ In file included from /kisskb/src/kernel/rcu/rcutorture.c:23:0: /kisskb/src/kernel/rcu/rcutorture.c: In function 'synchronize_rcu_mult_test': /kisskb/src/include/linux/rcupdate_wait.h:27:25: note: byref variable will be forcibly initialized struct rcu_synchronize __rs_array[ARRAY_SIZE(__crcu_array)]; \ ^ /kisskb/src/include/linux/rcupdate_wait.h:51:2: note: in expansion of macro '_wait_rcu_gp' _wait_rcu_gp(IS_ENABLED(CONFIG_TINY_RCU), __VA_ARGS__) ^ /kisskb/src/kernel/rcu/rcutorture.c:733:2: note: in expansion of macro 'synchronize_rcu_mult' synchronize_rcu_mult(call_rcu_tasks, call_rcu); ^ /kisskb/src/include/linux/rcupdate_wait.h:26:18: note: byref variable will be forcibly initialized call_rcu_func_t __crcu_array[] = { __VA_ARGS__ }; \ ^ /kisskb/src/include/linux/rcupdate_wait.h:51:2: note: in expansion of macro '_wait_rcu_gp' _wait_rcu_gp(IS_ENABLED(CONFIG_TINY_RCU), __VA_ARGS__) ^ /kisskb/src/kernel/rcu/rcutorture.c:733:2: note: in expansion of macro 'synchronize_rcu_mult' synchronize_rcu_mult(call_rcu_tasks, call_rcu); ^ /kisskb/src/kernel/sched/topology.c: In function 'dattrs_equal': /kisskb/src/kernel/sched/topology.c:2222:27: note: byref variable will be forcibly initialized struct sched_domain_attr tmp; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/sched/sched.h:5, from /kisskb/src/kernel/sched/topology.c:5: /kisskb/src/kernel/sched/topology.c: In function 'update_top_cache_domain': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/kernel/sched/topology.c:679:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(per_cpu(sd_asym_cpucapacity, cpu), sd); ^ /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/kernel/sched/topology.c:676:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(per_cpu(sd_asym_packing, cpu), sd); ^ /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/kernel/sched/topology.c:673:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(per_cpu(sd_numa, cpu), sd); ^ /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/kernel/sched/topology.c:670:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(per_cpu(sd_llc_shared, cpu), sds); ^ /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/kernel/sched/topology.c:667:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(per_cpu(sd_llc, cpu), sd); ^ In file included from /kisskb/src/include/linux/genhd.h:16:0, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/kernel/sched/sched.h:39, from /kisskb/src/kernel/sched/topology.c:5: /kisskb/src/kernel/sched/topology.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/sched/sched.h:5, from /kisskb/src/kernel/sched/topology.c:5: /kisskb/src/kernel/sched/topology.c: In function 'cpu_attach_domain': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/kernel/sched/topology.c:759:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(rq->sd, sd); ^ /kisskb/src/kernel/sched/topology.c: In function 'build_sched_domains': /kisskb/src/kernel/sched/topology.c:2030:16: note: byref variable will be forcibly initialized struct s_data d; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/util.c:2: /kisskb/src/mm/util.c: In function 'vm_mmap_pgoff': /kisskb/src/mm/util.c:513:12: note: byref variable will be forcibly initialized LIST_HEAD(uf); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/mm/util.c:512:16: note: byref variable will be forcibly initialized unsigned long populate; ^ /kisskb/src/mm/util.c: In function 'overcommit_policy_handler': /kisskb/src/mm/util.c:771:6: note: byref variable will be forcibly initialized int new_policy; ^ /kisskb/src/mm/util.c:770:19: note: byref variable will be forcibly initialized struct ctl_table t; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/key.h:447:9: note: in expansion of macro 'smp_load_acquire' 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:14: note: byref variable will be forcibly initialized 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:27: note: byref variable will be forcibly initialized 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:14: note: byref variable will be forcibly initialized struct key *key; ^ /kisskb/src/security/keys/request_key.c: In function 'call_sbin_request_key': /kisskb/src/security/keys/request_key.c:124:7: note: byref variable will be forcibly initialized char desc[20]; ^ /kisskb/src/security/keys/request_key.c:123:20: note: byref variable will be forcibly initialized char key_str[12], keyring_str[3][12]; ^ /kisskb/src/security/keys/request_key.c:123:7: note: byref variable will be forcibly initialized char key_str[12], keyring_str[3][12]; ^ /kisskb/src/security/keys/request_key.c:122:40: note: byref variable will be forcibly initialized char *argv[9], *envp[3], uid_str[12], gid_str[12]; ^ /kisskb/src/security/keys/request_key.c:122:27: note: byref variable will be forcibly initialized char *argv[9], *envp[3], uid_str[12], gid_str[12]; ^ /kisskb/src/security/keys/request_key.c:122:18: note: byref variable will be forcibly initialized char *argv[9], *envp[3], uid_str[12], gid_str[12]; ^ /kisskb/src/security/keys/request_key.c:122:8: note: byref variable will be forcibly initialized char *argv[9], *envp[3], uid_str[12], gid_str[12]; ^ /kisskb/src/security/keys/request_key.c:121:58: note: byref variable will be forcibly initialized struct key *key = rka->target_key, *keyring, *session, *user_session; ^ /kisskb/src/kernel/irq/resend.c: In function 'irq_inject_interrupt': /kisskb/src/kernel/irq/resend.c:158:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/fs/iomap/fiemap.c: In function 'iomap_fiemap': /kisskb/src/fs/iomap/fiemap.c:71:20: note: byref variable will be forcibly initialized struct fiemap_ctx ctx; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/key.h:447:9: note: in expansion of macro 'smp_load_acquire' 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/key.h:476:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ ^ /kisskb/src/security/keys/request_key_auth.c:57:2: note: in expansion of macro 'rcu_assign_keypointer' 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/key.h:476:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ ^ /kisskb/src/security/keys/request_key_auth.c:152:3: note: in expansion of macro 'rcu_assign_keypointer' 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/key.h:476:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ ^ /kisskb/src/security/keys/request_key_auth.c:139:2: note: in expansion of macro 'rcu_assign_keypointer' 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:7: note: byref variable will be forcibly initialized char desc[20]; ^ /kisskb/src/security/keys/request_key_auth.c: In function 'key_get_instantiation_authkey': /kisskb/src/security/keys/request_key_auth.c:248:7: note: byref variable will be forcibly initialized char description[16]; ^ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_chip': /kisskb/src/kernel/irq/chip.c:43:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_irq_type': /kisskb/src/kernel/irq/chip.c:70:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_handler_data': /kisskb/src/kernel/irq/chip.c:92:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_msi_desc_off': /kisskb/src/kernel/irq/chip.c:114:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_chip_data': /kisskb/src/kernel/irq/chip.c:147:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/irq/chip.c: In function 'handle_untracked_irq': /kisskb/src/kernel/irq/chip.c:575:15: note: byref variable will be forcibly initialized unsigned int flags = 0; ^ /kisskb/src/kernel/irq/chip.c: In function '__irq_set_handler': /kisskb/src/kernel/irq/chip.c:1046:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_chained_handler_and_data': /kisskb/src/kernel/irq/chip.c:1061:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/irq/chip.c: In function 'irq_modify_status': /kisskb/src/kernel/irq/chip.c:1085:16: note: byref variable will be forcibly initialized unsigned long flags, trigger, tmp; ^ In file included from /kisskb/src/include/linux/crypto.h:17:0, from /kisskb/src/include/crypto/algapi.h:10, from /kisskb/src/crypto/algapi.c:8: /kisskb/src/crypto/algapi.c: In function 'crypto_remove_spawns': /kisskb/src/crypto/algapi.c:147:12: note: byref variable will be forcibly initialized LIST_HEAD(top); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/crypto/algapi.c:146:12: note: byref variable will be forcibly initialized LIST_HEAD(stack); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/crypto/algapi.c:144:12: note: byref variable will be forcibly initialized LIST_HEAD(secondary_spawns); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/crypto/algapi.c: In function 'crypto_alg_tested': /kisskb/src/crypto/algapi.c:288:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/crypto/algapi.c: In function 'crypto_unregister_alg': /kisskb/src/crypto/algapi.c:450:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/crypto/algapi.c: In function 'crypto_unregister_template': /kisskb/src/crypto/algapi.c:541:12: note: byref variable will be forcibly initialized LIST_HEAD(users); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/crypto/algapi.c: In function 'crypto_unregister_instance': /kisskb/src/crypto/algapi.c:656:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/key.h:447:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&key->state); ^ /kisskb/src/security/keys/user_defined.c: In function 'user_update': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/key.h:476:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ ^ /kisskb/src/security/keys/user_defined.c:115:2: note: in expansion of macro 'rcu_assign_keypointer' rcu_assign_keypointer(key, prep->payload.data[0]); ^ /kisskb/src/security/keys/user_defined.c: In function 'user_revoke': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/key.h:476:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ ^ /kisskb/src/security/keys/user_defined.c:136:3: note: in expansion of macro 'rcu_assign_keypointer' rcu_assign_keypointer(key, NULL); ^ /kisskb/src/fs/quota/dquot.c: In function '__quota_error': /kisskb/src/fs/quota/dquot.c:140:11: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/quota/dquot.c: In function 'dquot_writeback_dquots': /kisskb/src/fs/quota/dquot.c:626:19: note: byref variable will be forcibly initialized struct list_head dirty; ^ /kisskb/src/fs/quota/dquot.c: In function '__dquot_drop': /kisskb/src/fs/quota/dquot.c:1569:16: note: byref variable will be forcibly initialized struct dquot *put[MAXQUOTAS]; ^ In file included from /kisskb/src/include/linux/wait.h:7:0, 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:1094:12: note: byref variable will be forcibly initialized LIST_HEAD(tofree_head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/include/linux/wait_bit.h:8:0, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/quota/dquot.c:59: /kisskb/src/fs/quota/dquot.c: In function 'invalidate_dquots': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/quota/dquot.c:560:4: note: in expansion of macro 'wait_event' wait_event(dquot_ref_wq, ^ /kisskb/src/fs/quota/dquot.c: In function '__dquot_initialize': /kisskb/src/fs/quota/dquot.c:1446:13: note: byref variable will be forcibly initialized kprojid_t projid; ^ /kisskb/src/fs/quota/dquot.c: In function '__dquot_alloc_space': /kisskb/src/fs/quota/dquot.c:1653:20: note: byref variable will be forcibly initialized struct dquot_warn warn[MAXQUOTAS]; ^ /kisskb/src/fs/quota/dquot.c: In function 'dquot_alloc_inode': /kisskb/src/fs/quota/dquot.c:1724:20: note: byref variable will be forcibly initialized struct dquot_warn warn[MAXQUOTAS]; ^ /kisskb/src/fs/quota/dquot.c: In function '__dquot_free_space': /kisskb/src/fs/quota/dquot.c:1852:20: note: byref variable will be forcibly initialized struct dquot_warn warn[MAXQUOTAS]; ^ /kisskb/src/fs/quota/dquot.c: In function 'dquot_free_inode': /kisskb/src/fs/quota/dquot.c:1907:20: note: byref variable will be forcibly initialized struct dquot_warn warn[MAXQUOTAS]; ^ /kisskb/src/fs/quota/dquot.c: In function '__dquot_transfer': /kisskb/src/fs/quota/dquot.c:1959:20: note: byref variable will be forcibly initialized struct dquot_warn warn_from_space[MAXQUOTAS]; ^ /kisskb/src/fs/quota/dquot.c:1958:20: note: byref variable will be forcibly initialized struct dquot_warn warn_from_inodes[MAXQUOTAS]; ^ /kisskb/src/fs/quota/dquot.c:1957:20: note: byref variable will be forcibly initialized struct dquot_warn warn_to[MAXQUOTAS]; ^ /kisskb/src/fs/quota/dquot.c:1953:10: note: byref variable will be forcibly initialized qsize_t inode_usage = 1; ^ /kisskb/src/security/keys/persistent.c: In function 'key_get_persistent': /kisskb/src/security/keys/persistent.c:79:7: note: byref variable will be forcibly initialized char buf[32]; ^ /kisskb/src/security/keys/persistent.c:76:27: note: byref variable will be forcibly initialized struct keyring_index_key index_key; ^ /kisskb/src/crypto/scatterwalk.c: In function 'scatterwalk_map_and_copy': /kisskb/src/crypto/scatterwalk.c:59:21: note: byref variable will be forcibly initialized struct scatterlist tmp[2]; ^ /kisskb/src/crypto/scatterwalk.c:58:22: note: byref variable will be forcibly initialized struct scatter_walk walk; ^ In file included from /kisskb/src/include/linux/vmalloc.h:11:0, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:194, 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:10, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/kernel/irq/devres.c:3: /kisskb/src/kernel/irq/devres.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/kernel/irq/devres.c: In function 'devm_free_irq': /kisskb/src/kernel/irq/devres.c:141:20: note: byref variable will be forcibly initialized struct irq_devres match_data = { irq, dev_id }; ^ /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:144:23: note: byref variable will be forcibly initialized 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:448:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^ /kisskb/src/security/keys/dh.c: In function 'kdf_ctr': /kisskb/src/security/keys/dh.c:162:7: note: byref variable will be forcibly initialized u8 tmpbuffer[32]; ^ /kisskb/src/security/keys/dh.c:150:9: note: byref variable will be forcibly initialized __be32 counter = cpu_to_be32(1); ^ /kisskb/src/security/keys/dh.c: In function '__keyctl_dh_compute': /kisskb/src/security/keys/dh.c:243:20: note: byref variable will be forcibly initialized struct kdf_sdesc *sdesc = NULL; ^ /kisskb/src/security/keys/dh.c:238:23: note: byref variable will be forcibly initialized struct dh_completion compl; ^ /kisskb/src/security/keys/dh.c:237:21: note: byref variable will be forcibly initialized struct scatterlist outsg; ^ /kisskb/src/security/keys/dh.c:236:12: note: byref variable will be forcibly initialized struct dh dh_inputs; ^ /kisskb/src/security/keys/dh.c:235:26: note: byref variable will be forcibly initialized struct keyctl_dh_params pcopy; ^ /kisskb/src/security/keys/dh.c: In function 'keyctl_dh_compute': /kisskb/src/security/keys/dh.c:414:27: note: byref variable will be forcibly initialized struct keyctl_kdf_params kdfcopy; ^ /kisskb/src/mm/backing-dev.c: In function 'max_ratio_store': /kisskb/src/mm/backing-dev.c:185:15: note: byref variable will be forcibly initialized unsigned int ratio; ^ /kisskb/src/mm/backing-dev.c: In function 'min_ratio_store': /kisskb/src/mm/backing-dev.c:166:15: note: byref variable will be forcibly initialized unsigned int ratio; ^ /kisskb/src/mm/backing-dev.c: In function 'read_ahead_kb_store': /kisskb/src/mm/backing-dev.c:138:16: note: byref variable will be forcibly initialized unsigned long read_ahead_kb; ^ /kisskb/src/mm/backing-dev.c: In function 'bdi_debug_stats_show': /kisskb/src/mm/backing-dev.c:54:16: note: byref variable will be forcibly initialized unsigned long dirty_thresh; ^ /kisskb/src/mm/backing-dev.c:53:16: note: byref variable will be forcibly initialized unsigned long background_thresh; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:93:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^ /kisskb/src/mm/backing-dev.c: In function 'bdi_register_va': /kisskb/src/mm/backing-dev.c:803:18: note: byref variable will be forcibly initialized struct rb_node *parent, **p; ^ /kisskb/src/mm/backing-dev.c: In function 'bdi_register': /kisskb/src/mm/backing-dev.c:837:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/kernel/sched/cpuacct.c: In function 'cpuacct_stats_show': /kisskb/src/kernel/sched/cpuacct.c:273:6: note: byref variable will be forcibly initialized s64 val[CPUACCT_STAT_NSTATS]; ^ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_params_parse': /kisskb/src/security/keys/keyctl_pkey.c:42:8: note: byref variable will be forcibly initialized char *c = params->info, *p, *q; ^ /kisskb/src/security/keys/keyctl_pkey.c:41:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^ /kisskb/src/security/keys/keyctl_pkey.c:40:16: note: byref variable will be forcibly initialized unsigned long token_mask = 0; ^ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_params_get_2': /kisskb/src/security/keys/keyctl_pkey.c:119:27: note: byref variable will be forcibly initialized struct kernel_pkey_query info; ^ /kisskb/src/security/keys/keyctl_pkey.c:118:28: note: byref variable will be forcibly initialized struct keyctl_pkey_params uparams; ^ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_query': /kisskb/src/security/keys/keyctl_pkey.c:166:27: note: byref variable will be forcibly initialized struct kernel_pkey_query res; ^ /kisskb/src/security/keys/keyctl_pkey.c:165:28: note: byref variable will be forcibly initialized struct kernel_pkey_params params; ^ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_e_d_s': /kisskb/src/security/keys/keyctl_pkey.c:210:28: note: byref variable will be forcibly initialized struct kernel_pkey_params params; ^ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_verify': /kisskb/src/security/keys/keyctl_pkey.c:285:28: note: byref variable will be forcibly initialized struct kernel_pkey_params params; ^ /kisskb/src/fs/quota/quota_v2.c: In function 'v2r0_disk2memdqb': /kisskb/src/fs/quota/quota_v2.c:222:34: note: byref variable will be forcibly initialized struct v2r0_disk_dqblk *d = dp, empty; ^ /kisskb/src/fs/quota/quota_v2.c: In function 'v2r1_disk2memdqb': /kisskb/src/fs/quota/quota_v2.c:275:34: note: byref variable will be forcibly initialized struct v2r1_disk_dqblk *d = dp, empty; ^ /kisskb/src/fs/quota/quota_v2.c: In function 'v2_write_file_info': /kisskb/src/fs/quota/quota_v2.c:193:24: note: byref variable will be forcibly initialized struct v2_disk_dqinfo dinfo; ^ /kisskb/src/fs/quota/quota_v2.c: In function 'v2_read_file_info': /kisskb/src/fs/quota/quota_v2.c:93:26: note: byref variable will be forcibly initialized struct v2_disk_dqheader dqhead; ^ /kisskb/src/fs/quota/quota_v2.c:92:24: note: byref variable will be forcibly initialized struct v2_disk_dqinfo dinfo; ^ /kisskb/src/fs/quota/quota_v2.c: In function 'v2_check_quota_file': /kisskb/src/fs/quota/quota_v2.c:77:26: note: byref variable will be forcibly initialized struct v2_disk_dqheader dqhead; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/kernel/rcu/rcuscale.c:22: /kisskb/src/kernel/rcu/rcuscale.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/kernel/rcu/rcuscale.c:15: /kisskb/src/kernel/rcu/rcuscale.c: In function 'kfree_scale_shutdown': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/kernel/rcu/rcuscale.c:726:2: note: in expansion of macro 'wait_event' wait_event(shutdown_wq, ^ /kisskb/src/kernel/rcu/rcuscale.c: In function 'rcu_scale_shutdown': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/kernel/rcu/rcuscale.c:612:2: note: in expansion of macro 'wait_event' wait_event(shutdown_wq, ^ /kisskb/src/arch/arm64/kernel/idreg-override.c: In function 'find_field': /kisskb/src/arch/arm64/kernel/idreg-override.c:97:7: note: byref variable will be forcibly initialized 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:122:8: note: byref variable will be forcibly initialized u64 v; ^ /kisskb/src/arch/arm64/kernel/idreg-override.c: In function '__parse_cmdline': /kisskb/src/arch/arm64/kernel/idreg-override.c:139:8: note: byref variable will be forcibly initialized char buf[256]; ^ /kisskb/src/crypto/geniv.c: In function 'aead_geniv_alloc': /kisskb/src/crypto/geniv.c:49:6: note: byref variable will be forcibly initialized u32 mask; ^ /kisskb/src/fs/quota/quota_tree.c: In function 'remove_tree': /kisskb/src/fs/quota/quota_tree.c:479:7: note: byref variable will be forcibly initialized uint newblk; ^ /kisskb/src/fs/quota/quota_tree.c: In function 'do_insert_tree': /kisskb/src/fs/quota/quota_tree.c:304:7: note: byref variable will be forcibly initialized uint newblk; ^ /kisskb/src/fs/quota/quota_tree.c:302:6: note: byref variable will be forcibly initialized int ret = 0, newson = 0, newact = 0; ^ /kisskb/src/fs/quota/quota_tree.c: In function 'dq_insert_tree': /kisskb/src/fs/quota/quota_tree.c:358:6: note: byref variable will be forcibly initialized int tmp = QT_TREEOFF; ^ /kisskb/src/fs/quota/quota_tree.c: In function 'qtree_delete_dquot': /kisskb/src/fs/quota/quota_tree.c:524:7: note: byref variable will be forcibly initialized uint tmp = QT_TREEOFF; ^ /kisskb/src/kernel/sched/membarrier.c: In function 'membarrier_global_expedited': /kisskb/src/kernel/sched/membarrier.c:247:16: note: byref variable will be forcibly initialized cpumask_var_t tmpmask; ^ /kisskb/src/fs/quota/quota_tree.c: In function 'qtree_release_dquot': /kisskb/src/fs/quota/quota_tree.c:524:7: note: byref variable will be forcibly initialized /kisskb/src/fs/quota/quota_tree.c: In function 'qtree_get_next_id': /kisskb/src/fs/quota/quota_tree.c:725:8: note: byref variable will be forcibly initialized qid_t id = from_kqid(&init_user_ns, *qid); ^ /kisskb/src/kernel/sched/membarrier.c: In function 'sync_runqueues_membarrier_state': /kisskb/src/kernel/sched/membarrier.c:428:16: note: byref variable will be forcibly initialized cpumask_var_t tmpmask; ^ /kisskb/src/kernel/sched/membarrier.c: In function 'membarrier_private_expedited': /kisskb/src/kernel/sched/membarrier.c:311:16: note: byref variable will be forcibly initialized cpumask_var_t tmpmask; ^ In file included from /kisskb/src/security/commoncap.c:5:0: /kisskb/src/security/commoncap.c: In function 'cap_combine': /kisskb/src/include/linux/capability.h:121:15: note: byref variable will be forcibly initialized kernel_cap_t dest; ^ /kisskb/src/security/commoncap.c: In function 'cap_intersect': /kisskb/src/include/linux/capability.h:129:15: note: byref variable will be forcibly initialized kernel_cap_t dest; ^ /kisskb/src/security/commoncap.c: In function 'cap_drop': /kisskb/src/include/linux/capability.h:137:15: note: byref variable will be forcibly initialized kernel_cap_t dest; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^ /kisskb/src/security/commoncap.c: In function 'cap_inode_getsecurity': /kisskb/src/security/commoncap.c:385:8: note: byref variable will be forcibly initialized char *tmpbuf = NULL; ^ /kisskb/src/security/commoncap.c: In function 'get_vfs_caps_from_disk': /kisskb/src/security/commoncap.c:652:25: note: byref variable will be forcibly initialized struct vfs_ns_cap_data data, *nscaps = &data; ^ /kisskb/src/security/commoncap.c: In function 'get_file_caps': /kisskb/src/security/commoncap.c:730:26: note: byref variable will be forcibly initialized struct cpu_vfs_cap_data vcaps; ^ /kisskb/src/security/commoncap.c: In function 'cap_bprm_creds_from_file': /kisskb/src/security/commoncap.c:891:26: note: byref variable will be forcibly initialized bool effective = false, has_fcap = false, is_setid; ^ /kisskb/src/security/commoncap.c:891:7: note: byref variable will be forcibly initialized bool effective = false, has_fcap = false, is_setid; ^ /kisskb/src/crypto/skcipher.c: In function 'skcipher_alloc_instance_simple': /kisskb/src/crypto/skcipher.c:932:6: note: byref variable will be forcibly initialized u32 mask; ^ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_create_fwspec_mapping': /kisskb/src/kernel/irq/irqdomain.c:777:15: note: byref variable will be forcibly initialized unsigned int type = IRQ_TYPE_NONE; ^ /kisskb/src/kernel/irq/irqdomain.c:776:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_create_of_mapping': /kisskb/src/kernel/irq/irqdomain.c:865:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec; ^ /kisskb/src/mm/percpu.c: In function 'pcpu_chunk_refresh_hint': /kisskb/src/mm/percpu.c:705:15: note: byref variable will be forcibly initialized int bit_off, bits; ^ /kisskb/src/mm/percpu.c:705:6: note: byref variable will be forcibly initialized int bit_off, bits; ^ In file included from /kisskb/src/include/linux/mm.h:30:0, from /kisskb/src/include/linux/memblock.h:13, from /kisskb/src/mm/percpu.c:73: /kisskb/src/mm/percpu.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/mm/percpu.c: In function 'pcpu_block_refresh_hint': /kisskb/src/mm/percpu.c:735:19: note: byref variable will be forcibly initialized unsigned int rs, re, start; /* region start, region end */ ^ /kisskb/src/mm/percpu.c:735:15: note: byref variable will be forcibly initialized unsigned int rs, re, start; /* region start, region end */ ^ /kisskb/src/mm/percpu.c: In function 'pcpu_is_populated': /kisskb/src/mm/percpu.c:1026:41: note: byref variable will be forcibly initialized unsigned int page_start, page_end, rs, re; ^ /kisskb/src/mm/percpu.c:1026:37: note: byref variable will be forcibly initialized unsigned int page_start, page_end, rs, re; ^ /kisskb/src/mm/percpu.c: In function 'pcpu_find_block_fit': /kisskb/src/mm/percpu.c:1063:21: note: byref variable will be forcibly initialized int bit_off, bits, next_off; ^ /kisskb/src/mm/percpu.c:1063:15: note: byref variable will be forcibly initialized int bit_off, bits, next_off; ^ /kisskb/src/mm/percpu.c:1063:6: note: byref variable will be forcibly initialized int bit_off, bits, next_off; ^ /kisskb/src/mm/percpu.c: In function 'pcpu_alloc_area': /kisskb/src/mm/percpu.c:1173:30: note: byref variable will be forcibly initialized unsigned long area_off = 0, area_bits = 0; ^ /kisskb/src/mm/percpu.c:1173:16: note: byref variable will be forcibly initialized unsigned long area_off = 0, area_bits = 0; ^ /kisskb/src/mm/percpu.c: In function '__pcpu_balance_workfn': /kisskb/src/mm/percpu.c:2008:34: note: byref variable will be forcibly initialized unsigned int nr_unpop = 0, rs, re; ^ /kisskb/src/mm/percpu.c:2008:30: note: byref variable will be forcibly initialized unsigned int nr_unpop = 0, rs, re; ^ /kisskb/src/mm/percpu.c:1973:20: note: byref variable will be forcibly initialized unsigned int rs, re; ^ /kisskb/src/mm/percpu.c:1973:16: note: byref variable will be forcibly initialized unsigned int rs, re; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/memblock.h:13, from /kisskb/src/mm/percpu.c:73: /kisskb/src/mm/percpu.c:1947:12: note: byref variable will be forcibly initialized LIST_HEAD(to_free); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/mm/percpu.c: In function 'pcpu_alloc': /kisskb/src/mm/percpu.c:1811:42: note: byref variable will be forcibly initialized unsigned int page_start, page_end, rs, re; ^ /kisskb/src/mm/percpu.c:1811:38: note: byref variable will be forcibly initialized unsigned int page_start, page_end, rs, re; ^ /kisskb/src/fs/quota/quota.c: In function 'quota_getfmt': /kisskb/src/fs/quota/quota.c:107:8: note: byref variable will be forcibly initialized __u32 fmt; ^ /kisskb/src/fs/quota/quota.c: In function 'quota_getinfo': /kisskb/src/fs/quota/quota.c:121:19: note: byref variable will be forcibly initialized struct if_dqinfo uinfo; ^ /kisskb/src/fs/quota/quota.c:119:18: note: byref variable will be forcibly initialized struct qc_state state; ^ /kisskb/src/fs/quota/quota.c: In function 'quota_setinfo': /kisskb/src/fs/quota/quota.c:148:17: note: byref variable will be forcibly initialized struct qc_info qinfo; ^ /kisskb/src/fs/quota/quota.c:147:19: note: byref variable will be forcibly initialized struct if_dqinfo info; ^ /kisskb/src/fs/quota/quota.c: In function 'quota_enable': /kisskb/src/fs/quota/quota.c:313:8: note: byref variable will be forcibly initialized __u32 flags; ^ /kisskb/src/fs/quota/quota.c: In function 'quota_disable': /kisskb/src/fs/quota/quota.c:324:8: note: byref variable will be forcibly initialized __u32 flags; ^ /kisskb/src/fs/quota/quota.c: In function 'quota_getstate': /kisskb/src/fs/quota/quota.c:355:18: note: byref variable will be forcibly initialized struct qc_state state; ^ /kisskb/src/fs/quota/quota.c: In function 'quota_getxstate': /kisskb/src/fs/quota/quota.c:434:23: note: byref variable will be forcibly initialized struct fs_quota_stat fqs; ^ /kisskb/src/fs/quota/quota.c: In function 'quota_getstatev': /kisskb/src/fs/quota/quota.c:453:18: note: byref variable will be forcibly initialized struct qc_state state; ^ /kisskb/src/fs/quota/quota.c: In function 'quota_getxstatev': /kisskb/src/fs/quota/quota.c:496:24: note: byref variable will be forcibly initialized struct fs_quota_statv fqs; ^ /kisskb/src/fs/quota/quota.c: In function 'quota_rmxquota': /kisskb/src/fs/quota/quota.c:754:8: note: byref variable will be forcibly initialized __u32 flags; ^ In file included from /kisskb/src/include/linux/wait_bit.h:8:0, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/quota/quota.c:9: /kisskb/src/fs/quota/quota.c: In function 'quotactl_block': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/quota/quota.c:898:3: note: in expansion of macro 'wait_event' wait_event(sb->s_writers.wait_unfrozen, ^ /kisskb/src/fs/quota/quota.c:873:8: note: byref variable will be forcibly initialized dev_t dev; ^ /kisskb/src/fs/quota/quota.c: In function 'quota_getquota': /kisskb/src/fs/quota/quota.c:204:18: note: byref variable will be forcibly initialized struct if_dqblk idq; ^ /kisskb/src/fs/quota/quota.c:203:18: note: byref variable will be forcibly initialized struct qc_dqblk fdq; ^ /kisskb/src/fs/quota/quota.c: In function 'quota_setquota': /kisskb/src/fs/quota/quota.c:289:18: note: byref variable will be forcibly initialized struct if_dqblk idq; ^ /kisskb/src/fs/quota/quota.c:288:18: note: byref variable will be forcibly initialized struct qc_dqblk fdq; ^ /kisskb/src/fs/quota/quota.c: In function 'quota_getxquota': /kisskb/src/fs/quota/quota.c:706:18: note: byref variable will be forcibly initialized struct qc_dqblk qdq; ^ /kisskb/src/fs/quota/quota.c:705:23: note: byref variable will be forcibly initialized struct fs_disk_quota fdq; ^ /kisskb/src/fs/quota/quota.c: In function 'quota_getnextquota': /kisskb/src/fs/quota/quota.c:240:22: note: byref variable will be forcibly initialized struct if_nextdqblk idq; ^ /kisskb/src/fs/quota/quota.c:239:18: note: byref variable will be forcibly initialized struct qc_dqblk fdq; ^ /kisskb/src/fs/quota/quota.c:238:14: note: byref variable will be forcibly initialized struct kqid qid; ^ /kisskb/src/fs/quota/quota.c: In function 'quota_setxquota': /kisskb/src/fs/quota/quota.c:638:18: note: byref variable will be forcibly initialized struct qc_info qinfo; ^ /kisskb/src/fs/quota/quota.c:625:18: note: byref variable will be forcibly initialized struct qc_dqblk qdq; ^ /kisskb/src/fs/quota/quota.c:624:23: note: byref variable will be forcibly initialized struct fs_disk_quota fdq; ^ /kisskb/src/fs/quota/quota.c: In function 'quota_getnextxquota': /kisskb/src/fs/quota/quota.c:733:14: note: byref variable will be forcibly initialized struct kqid qid; ^ /kisskb/src/fs/quota/quota.c:732:18: note: byref variable will be forcibly initialized struct qc_dqblk qdq; ^ /kisskb/src/fs/quota/quota.c:731:23: note: byref variable will be forcibly initialized struct fs_disk_quota fdq; ^ In file included from /kisskb/src/include/linux/compat.h:37:0, from /kisskb/src/arch/arm64/include/asm/ftrace.h:42, from /kisskb/src/include/linux/ftrace.h:22, from /kisskb/src/include/linux/perf_event.h:49, from /kisskb/src/include/linux/trace_events.h:10, from /kisskb/src/include/trace/syscall.h:7, from /kisskb/src/include/linux/syscalls.h:85, from /kisskb/src/fs/quota/quota.c:16: /kisskb/src/fs/quota/quota.c: In function '__do_sys_quotactl': /kisskb/src/arch/arm64/include/asm/syscall_wrapper.h:67:21: note: byref variable will be forcibly initialized static inline long __do_sys##name(__MAP(x,__SC_DECL,__VA_ARGS__)) ^ /kisskb/src/include/linux/syscalls.h:225:2: note: in expansion of macro '__SYSCALL_DEFINEx' __SYSCALL_DEFINEx(x, sname, __VA_ARGS__) ^ /kisskb/src/include/linux/syscalls.h:217:36: note: in expansion of macro 'SYSCALL_DEFINEx' #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' SYSCALL_DEFINE4(quotactl, unsigned int, cmd, const char __user *, special, ^ /kisskb/src/fs/quota/quota.c:921:14: note: byref variable will be forcibly initialized struct path path, *pathp = NULL; ^ In file included from /kisskb/src/crypto/seqiv.c:13:0: /kisskb/src/crypto/seqiv.c: In function 'seqiv_aead_encrypt': /kisskb/src/include/crypto/skcipher.h:127:7: note: byref variable will be forcibly initialized char __##name##_desc[sizeof(struct skcipher_request) + \ ^ /kisskb/src/crypto/seqiv.c:69:3: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' SYNC_SKCIPHER_REQUEST_ON_STACK(nreq, ctx->sknull); ^ /kisskb/src/arch/arm64/kernel/perf_callchain.c: In function 'user_backtrace': /kisskb/src/arch/arm64/kernel/perf_callchain.c:26:20: note: byref variable will be forcibly initialized struct frame_tail buftail; ^ /kisskb/src/arch/arm64/kernel/perf_callchain.c: In function 'perf_callchain_kernel': /kisskb/src/arch/arm64/kernel/perf_callchain.c:150:20: note: byref variable will be forcibly initialized struct stackframe frame; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_check_gp_kthread_expired_fqs_timer': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/kernel/rcu/tree_stall.h:499:13: note: in expansion of macro 'smp_load_acquire' gp_state = smp_load_acquire(&rcu_state.gp_state); ^ /kisskb/src/kernel/irq/msi.c: In function 'msi_domain_deactivate': /kisskb/src/kernel/irq/msi.c:132:17: note: byref variable will be forcibly initialized struct msi_msg msg[2]; ^ /kisskb/src/kernel/rcu/tree.c: In function 'sync_exp_reset_tree_hotplug': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/kernel/rcu/tree_exp.h:79:14: note: in expansion of macro 'smp_load_acquire' int ncpus = smp_load_acquire(&rcu_state.ncpus); /* Order vs. locking. */ ^ /kisskb/src/kernel/rcu/tree.c: In function 'param_set_first_fqs_jiffies': /kisskb/src/kernel/rcu/tree.c:540:8: note: byref variable will be forcibly initialized ulong j; ^ /kisskb/src/kernel/rcu/tree.c: In function 'param_set_next_fqs_jiffies': /kisskb/src/kernel/rcu/tree.c:552:8: note: byref variable will be forcibly initialized ulong j; ^ In file included from /kisskb/src/kernel/rcu/tree.c:4669:0: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_print_task_stall': /kisskb/src/kernel/rcu/tree_stall.h:265:27: note: byref variable will be forcibly initialized struct rcu_stall_chk_rdr rscr; ^ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_cleanup': /kisskb/src/kernel/rcu/tree.c:2057:16: note: byref variable will be forcibly initialized unsigned long new_gp_seq; ^ In file included from /kisskb/src/kernel/rcu/tree.c:4670:0: /kisskb/src/kernel/rcu/tree.c: In function 'sync_rcu_exp_select_node_cpus': /kisskb/src/kernel/rcu/tree_exp.h:342:16: note: byref variable will be forcibly initialized unsigned long mask_ofl_ipi; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_spawn_gp_kthread': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/kernel/rcu/tree.c:4391:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rcu_state.gp_kthread, t); /* ^^^ */ ^ /kisskb/src/kernel/rcu/tree.c:4360:21: note: byref variable will be forcibly initialized struct sched_param sp; ^ In file included from /kisskb/src/include/linux/completion.h:12:0, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_fqs_loop': /kisskb/src/include/linux/swait.h:161:21: note: byref variable will be forcibly initialized struct swait_queue __wait; \ ^ /kisskb/src/include/linux/swait.h:255:2: note: in expansion of macro '___swait_event' ___swait_event(wq, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/swait.h:282:11: note: in expansion of macro '__swait_event_idle_timeout' __ret = __swait_event_idle_timeout(wq, \ ^ /kisskb/src/kernel/rcu/tree.c:2005:9: note: in expansion of macro 'swait_event_idle_timeout_exclusive' ret = swait_event_idle_timeout_exclusive( ^ /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu_expedited_wait_once': /kisskb/src/include/linux/swait.h:161:21: note: byref variable will be forcibly initialized struct swait_queue __wait; \ ^ /kisskb/src/include/linux/swait.h:194:2: note: in expansion of macro '___swait_event' ___swait_event(wq, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/swait.h:202:11: note: in expansion of macro '__swait_event_timeout' __ret = __swait_event_timeout(wq, condition, timeout); \ ^ /kisskb/src/kernel/rcu/tree_exp.h:471:6: note: in expansion of macro 'swait_event_timeout_exclusive' t = swait_event_timeout_exclusive(rcu_state.expedited_wq, ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/kernel/rcu/tree.c:1344:3: note: in expansion of macro 'smp_store_release' smp_store_release(ruqp, true); ^ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_init_one': /kisskb/src/kernel/rcu/tree.c:4429:6: note: byref variable will be forcibly initialized int levelspread[RCU_NUM_LVLS]; /* kids/node in each level. */ ^ In file included from /kisskb/src/include/linux/swait.h:8:0, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'exp_funnel_lock': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/kernel/rcu/tree_exp.h:313:4: note: in expansion of macro 'wait_event' wait_event(rnp->exp_wq[rcu_seq_ctr(s) & 0x3], ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/kernel/rcu/tree.c:1190:2: note: in expansion of macro 'smp_store_release' 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/kernel/rcu/tree.c:4212:2: note: in expansion of macro 'smp_store_release' smp_store_release(&rcu_state.ncpus, rcu_state.ncpus + newcpu); /* ^^^ */ ^ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_sched_clock_irq': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/kernel/rcu/tree.c:2641:6: note: in expansion of macro 'smp_load_acquire' if (smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) { ^ In file included from /kisskb/src/include/linux/completion.h:12:0, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_kthread': /kisskb/src/include/linux/swait.h:161:21: note: byref variable will be forcibly initialized struct swait_queue __wait; \ ^ /kisskb/src/include/linux/swait.h:233:8: note: in expansion of macro '___swait_event' (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule()) ^ /kisskb/src/include/linux/swait.h:251:2: note: in expansion of macro '__swait_event_idle' __swait_event_idle(wq, condition); \ ^ /kisskb/src/kernel/rcu/tree.c:2162:4: note: in expansion of macro 'swait_event_idle_exclusive' swait_event_idle_exclusive(rcu_state.gp_wq, ^ In file included from /kisskb/src/include/linux/swait.h:8:0, 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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/kernel/rcu/tree_exp.h:852:2: note: in expansion of macro 'wait_event' wait_event(rnp->exp_wq[rcu_seq_ctr(s) & 0x3], ^ In file included from /kisskb/src/kernel/rcu/tree.c:25:0: /kisskb/src/include/linux/rcupdate_wait.h:27:25: note: byref variable will be forcibly initialized 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' #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) ^ /kisskb/src/kernel/rcu/tree_exp.h:830:3: note: in expansion of macro 'wait_rcu_gp' wait_rcu_gp(call_rcu); ^ /kisskb/src/include/linux/rcupdate_wait.h:26:18: note: byref variable will be forcibly initialized 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' #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) ^ /kisskb/src/kernel/rcu/tree_exp.h:830:3: note: in expansion of macro 'wait_rcu_gp' wait_rcu_gp(call_rcu); ^ In file included from /kisskb/src/kernel/rcu/tree.c:4670:0: /kisskb/src/kernel/rcu/tree_exp.h:815:22: note: byref variable will be forcibly initialized struct rcu_exp_work rew; ^ In file included from /kisskb/src/kernel/rcu/tree.c:25:0: /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu': /kisskb/src/include/linux/rcupdate_wait.h:27:25: note: byref variable will be forcibly initialized 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' #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) ^ /kisskb/src/kernel/rcu/tree.c:3769:3: note: in expansion of macro 'wait_rcu_gp' wait_rcu_gp(call_rcu); ^ /kisskb/src/include/linux/rcupdate_wait.h:26:18: note: byref variable will be forcibly initialized 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' #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) ^ /kisskb/src/kernel/rcu/tree.c:3769:3: note: in expansion of macro 'wait_rcu_gp' wait_rcu_gp(call_rcu); ^ /kisskb/src/kernel/rcu/tree.c: In function 'kvfree_call_rcu': /kisskb/src/kernel/rcu/tree.c:3545:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/crypto/echainiv.c: In function 'echainiv_encrypt': /kisskb/src/crypto/echainiv.c:72:7: note: byref variable will be forcibly initialized u64 a; ^ In file included from /kisskb/src/crypto/echainiv.c:18:0: /kisskb/src/include/crypto/skcipher.h:127:7: note: byref variable will be forcibly initialized char __##name##_desc[sizeof(struct skcipher_request) + \ ^ /kisskb/src/crypto/echainiv.c:45:3: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' SYNC_SKCIPHER_REQUEST_ON_STACK(nreq, ctx->sknull); ^ /kisskb/src/crypto/echainiv.c:31:9: note: byref variable will be forcibly initialized __be64 nseqno; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, 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:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/arch/arm64/kernel/suspend.c: In function 'cpu_suspend': /kisskb/src/arch/arm64/kernel/suspend.c:92:26: note: byref variable will be forcibly initialized struct sleep_stack_data state; ^ /kisskb/src/crypto/ahash.c: In function 'ahash_notify_einprogress': /kisskb/src/crypto/ahash.c:278:30: note: byref variable will be forcibly initialized struct crypto_async_request oreq; ^ /kisskb/src/crypto/ahash.c: In function 'ahash_op_unaligned_done': /kisskb/src/crypto/ahash.c:278:30: note: byref variable will be forcibly initialized /kisskb/src/crypto/ahash.c: In function 'ahash_def_finup_done1': /kisskb/src/crypto/ahash.c:278:30: note: byref variable will be forcibly initialized /kisskb/src/crypto/shash.c: In function 'shash_update_unaligned': /kisskb/src/crypto/shash.c:91:5: note: byref variable will be forcibly initialized u8 ubuf[MAX_ALGAPI_ALIGNMASK * 2]; ^ /kisskb/src/crypto/shash.c: In function 'shash_final_unaligned': /kisskb/src/crypto/shash.c:133:5: note: byref variable will be forcibly initialized u8 ubuf[MAX_ALGAPI_ALIGNMASK + HASH_MAX_DIGESTSIZE]; ^ In file included from /kisskb/src/include/crypto/internal/hash.h:12:0, from /kisskb/src/crypto/shash.c:9: /kisskb/src/crypto/shash.c: In function 'crypto_shash_tfm_digest': /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ ^ /kisskb/src/crypto/shash.c:212:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' SHASH_DESC_ON_STACK(desc, tfm); ^ /kisskb/src/crypto/shash.c: In function 'shash_ahash_update': /kisskb/src/crypto/shash.c:257:26: note: byref variable will be forcibly initialized struct crypto_hash_walk walk; ^ /kisskb/src/crypto/shash.c: In function 'shash_ahash_finup': /kisskb/src/crypto/shash.c:280:26: note: byref variable will be forcibly initialized struct crypto_hash_walk walk; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, 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:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/kernel/irq/affinity.c: In function '__irq_build_affinity_masks': /kisskb/src/kernel/irq/affinity.c:258:13: note: byref variable will be forcibly initialized nodemask_t nodemsk = NODE_MASK_NONE; ^ /kisskb/src/kernel/irq/affinity.c: In function 'irq_build_affinity_masks': /kisskb/src/kernel/irq/affinity.c:344:22: note: byref variable will be forcibly initialized cpumask_var_t nmsk, npresmsk; ^ /kisskb/src/kernel/irq/affinity.c:344:16: note: byref variable will be forcibly initialized cpumask_var_t nmsk, npresmsk; ^ /kisskb/src/block/partitions/core.c: In function 'partition_overlaps': /kisskb/src/block/partitions/core.c:420:24: note: byref variable will be forcibly initialized struct disk_part_iter piter; ^ /kisskb/src/block/partitions/core.c: In function 'add_partition': /kisskb/src/block/partitions/core.c:318:8: note: byref variable will be forcibly initialized dev_t devt = MKDEV(0, 0); ^ In file included from /kisskb/src/include/linux/slab.h:16:0, from /kisskb/src/block/partitions/core.c:8: /kisskb/src/block/partitions/core.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/block/partitions/core.c: In function 'blk_drop_partitions': /kisskb/src/block/partitions/core.c:531:24: note: byref variable will be forcibly initialized struct disk_part_iter piter; ^ In file included from /kisskb/src/include/linux/mm.h:30:0, from /kisskb/src/block/bio.c:5: /kisskb/src/block/bio.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/block/bio.c: In function 'punt_bios_to_rescuer': /kisskb/src/block/bio.c:331:24: note: byref variable will be forcibly initialized struct bio_list punt, nopunt; ^ /kisskb/src/block/bio.c:331:18: note: byref variable will be forcibly initialized struct bio_list punt, nopunt; ^ /kisskb/src/block/bio.c: In function 'zero_fill_bio_iter': /kisskb/src/block/bio.c:500:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^ /kisskb/src/block/bio.c:499:17: note: byref variable will be forcibly initialized struct bio_vec bv; ^ /kisskb/src/block/bio.c: In function 'bio_truncate': /kisskb/src/block/bio.c:524:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^ /kisskb/src/block/bio.c: In function 'bio_add_pc_page': /kisskb/src/block/bio.c:804:7: note: byref variable will be forcibly initialized bool same_page = false; ^ /kisskb/src/block/bio.c: In function 'bio_add_zone_append_page': /kisskb/src/block/bio.c:830:7: note: byref variable will be forcibly initialized bool same_page = false; ^ /kisskb/src/block/bio.c: In function '__bio_iov_append_get_pages': /kisskb/src/block/bio.c:1052:8: note: byref variable will be forcibly initialized bool same_page = false; ^ /kisskb/src/block/bio.c:1032:9: note: byref variable will be forcibly initialized size_t offset; ^ /kisskb/src/block/bio.c: In function '__bio_iov_iter_get_pages': /kisskb/src/block/bio.c:988:9: note: byref variable will be forcibly initialized size_t offset; ^ /kisskb/src/block/bio.c:985:7: note: byref variable will be forcibly initialized bool same_page = false; ^ /kisskb/src/block/bio.c: In function 'bio_add_page': /kisskb/src/block/bio.c:925:7: note: byref variable will be forcibly initialized bool same_page = false; ^ /kisskb/src/block/bio.c: In function 'bio_release_pages': /kisskb/src/block/bio.c:938:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ In file included from /kisskb/src/include/linux/mm_types.h:12:0, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/block/bio.c:5: /kisskb/src/block/bio.c: In function 'submit_bio_wait': /kisskb/src/block/bio.c:1133:33: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK_MAP(done, ^ /kisskb/src/include/linux/completion.h:71:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK_MAP' struct completion work = COMPLETION_INITIALIZER_ONSTACK_MAP(work, map) ^ /kisskb/src/block/bio.c: In function 'bio_copy_data': /kisskb/src/block/bio.c:1218:19: note: byref variable will be forcibly initialized struct bvec_iter dst_iter = dst->bi_iter; ^ /kisskb/src/block/bio.c:1217:19: note: byref variable will be forcibly initialized struct bvec_iter src_iter = src->bi_iter; ^ /kisskb/src/block/bio.c: In function 'bio_list_copy_data': /kisskb/src/block/bio.c:1237:19: note: byref variable will be forcibly initialized struct bvec_iter dst_iter = dst->bi_iter; ^ /kisskb/src/block/bio.c:1236:19: note: byref variable will be forcibly initialized struct bvec_iter src_iter = src->bi_iter; ^ /kisskb/src/block/bio.c: In function 'bio_free_pages': /kisskb/src/block/bio.c:1264:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ /kisskb/src/block/bio.c: In function 'bio_set_pages_dirty': /kisskb/src/block/bio.c:1303:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ /kisskb/src/block/bio.c: In function 'bio_check_pages_dirty': /kisskb/src/block/bio.c:1352:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ /kisskb/src/fs/kernfs/inode.c: In function 'kernfs_vfs_user_xattr_add': /kisskb/src/fs/kernfs/inode.c:343:10: note: byref variable will be forcibly initialized ssize_t removed_size; ^ /kisskb/src/fs/kernfs/inode.c: In function 'kernfs_vfs_user_xattr_rm': /kisskb/src/fs/kernfs/inode.c:377:10: note: byref variable will be forcibly initialized ssize_t removed_size; ^ /kisskb/src/kernel/irq/debugfs.c: In function 'irq_add_debugfs_entry': /kisskb/src/kernel/irq/debugfs.c:229:7: note: byref variable will be forcibly initialized char name [10]; ^ In file included from /kisskb/src/block/partitions/acorn.c:13:0: /kisskb/src/block/partitions/acorn.c: In function 'put_partition': /kisskb/src/block/partitions/check.h:41:8: note: byref variable will be forcibly initialized char tmp[1 + BDEVNAME_SIZE + 10 + 1]; ^ /kisskb/src/block/partitions/acorn.c: In function 'adfspart_check_EESOX': /kisskb/src/block/partitions/acorn.c:511:16: note: byref variable will be forcibly initialized unsigned char buffer[256]; ^ /kisskb/src/block/partitions/acorn.c:509:9: note: byref variable will be forcibly initialized Sector sect; ^ /kisskb/src/arch/arm64/kernel/kgdb.c: In function 'kgdb_arch_update_addr': /kisskb/src/arch/arm64/kernel/kgdb.c:162:8: note: byref variable will be forcibly initialized char *ptr; ^ /kisskb/src/arch/arm64/kernel/kgdb.c:161:16: note: byref variable will be forcibly initialized unsigned long addr; ^ /kisskb/src/fs/kernfs/dir.c: In function 'kernfs_path_from_node_locked': /kisskb/src/fs/kernfs/dir.c:127:13: note: byref variable will be forcibly initialized const char parent_str[] = "/.."; ^ /kisskb/src/fs/kernfs/dir.c: In function '__kernfs_new_node': /kisskb/src/fs/kernfs/dir.c:653:16: note: byref variable will be forcibly initialized struct iattr iattr = { ^ /kisskb/src/fs/kernfs/dir.c: In function 'kernfs_walk_ns': /kisskb/src/fs/kernfs/dir.c:862:8: note: byref variable will be forcibly initialized char *p, *name; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/kernfs/dir.c:10: /kisskb/src/fs/kernfs/dir.c: In function 'kernfs_drain': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/kernfs/dir.c:474:2: note: in expansion of macro 'wait_event' wait_event(root->deactivate_waitq, ^ /kisskb/src/fs/kernfs/dir.c: In function 'kernfs_remove_self': /kisskb/src/fs/kernfs/dir.c:1465:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^ /kisskb/src/fs/kernfs/dir.c:1465:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/mm/slab_common.c:7: /kisskb/src/mm/slab_common.c: In function 'slab_caches_to_rcu_destroy_workfn': /kisskb/src/mm/slab_common.c:412:12: note: byref variable will be forcibly initialized LIST_HEAD(to_destroy); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/block/partitions/atari.c:12:0: /kisskb/src/block/partitions/atari.c: In function 'put_partition': /kisskb/src/block/partitions/check.h:41:8: note: byref variable will be forcibly initialized char tmp[1 + BDEVNAME_SIZE + 10 + 1]; ^ /kisskb/src/block/partitions/atari.c: In function 'atari_partition': /kisskb/src/block/partitions/atari.c:76:10: note: byref variable will be forcibly initialized Sector sect2; ^ /kisskb/src/block/partitions/atari.c:36:9: note: byref variable will be forcibly initialized Sector sect; ^ /kisskb/src/crypto/dh.c: In function 'dh_compute_value': /kisskb/src/crypto/dh.c:156:6: note: byref variable will be forcibly initialized int sign; ^ /kisskb/src/crypto/dh.c: In function 'dh_set_secret': /kisskb/src/crypto/dh.c:79:12: note: byref variable will be forcibly initialized struct dh params; ^ /kisskb/src/fs/kernfs/file.c: In function 'kernfs_notify_workfn': /kisskb/src/fs/kernfs/file.c:869:15: note: byref variable will be forcibly initialized struct qstr name; ^ /kisskb/src/crypto/dh_helper.c: In function 'crypto_dh_encode_key': /kisskb/src/crypto/dh_helper.c:44:20: note: byref variable will be forcibly initialized struct kpp_secret secret = { ^ /kisskb/src/crypto/dh_helper.c: In function 'crypto_dh_decode_key': /kisskb/src/crypto/dh_helper.c:71:20: note: byref variable will be forcibly initialized struct kpp_secret secret; ^ In file included from /kisskb/src/block/partitions/aix.c:8:0: /kisskb/src/block/partitions/aix.c: In function 'put_partition': /kisskb/src/block/partitions/check.h:41:8: note: byref variable will be forcibly initialized char tmp[1 + BDEVNAME_SIZE + 10 + 1]; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/block/partitions/check.h:2, from /kisskb/src/block/partitions/aix.c:8: /kisskb/src/block/partitions/aix.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/block/partitions/aix.c: In function 'read_lba': /kisskb/src/block/partitions/aix.c:105:10: note: byref variable will be forcibly initialized Sector sect; ^ /kisskb/src/block/partitions/aix.c: In function 'aix_partition': /kisskb/src/block/partitions/aix.c:286:10: note: byref variable will be forcibly initialized char tmp[sizeof(n[i].name) + 1]; // null char ^ /kisskb/src/block/partitions/aix.c:270:10: note: byref variable will be forcibly initialized char tmp[70]; ^ /kisskb/src/block/partitions/aix.c:192:8: note: byref variable will be forcibly initialized char tmp[64]; ^ /kisskb/src/block/partitions/aix.c:173:9: note: byref variable will be forcibly initialized Sector sect; ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/mm/compaction.c:11: /kisskb/src/mm/compaction.c: In function 'move_freelist_head': /kisskb/src/mm/compaction.c:1256:12: note: byref variable will be forcibly initialized LIST_HEAD(sublist); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/mm/compaction.c: In function 'move_freelist_tail': /kisskb/src/mm/compaction.c:1274:12: note: byref variable will be forcibly initialized LIST_HEAD(sublist); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/mm/compaction.c: In function 'isolate_freepages_block': /kisskb/src/mm/compaction.c:562:7: note: byref variable will be forcibly initialized bool locked = false; ^ /kisskb/src/mm/compaction.c:561:16: note: byref variable will be forcibly initialized unsigned long flags = 0; ^ /kisskb/src/mm/compaction.c: In function 'fast_isolate_around': /kisskb/src/mm/compaction.c:1286:16: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/mm/compaction.c:11: /kisskb/src/mm/compaction.c: In function 'split_map_pages': /kisskb/src/mm/compaction.c:91:12: note: byref variable will be forcibly initialized LIST_HEAD(tmp_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/mm/compaction.c: In function 'isolate_freepages': /kisskb/src/mm/compaction.c:1508:16: note: byref variable will be forcibly initialized unsigned long isolate_start_pfn; /* exact pfn we start at */ ^ /kisskb/src/mm/compaction.c: In function 'isolate_migratepages_block': /kisskb/src/mm/compaction.c:805:16: note: byref variable will be forcibly initialized unsigned long flags = 0; ^ /kisskb/src/mm/compaction.c: In function '__compact_finished': /kisskb/src/mm/compaction.c:2060:8: note: byref variable will be forcibly initialized bool can_steal; ^ /kisskb/src/mm/compaction.c: In function 'isolate_freepages_range': /kisskb/src/mm/compaction.c:715:17: note: byref variable will be forcibly initialized unsigned long isolate_start_pfn = pfn; ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, 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:703:12: note: byref variable will be forcibly initialized LIST_HEAD(freelist); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/mm/compaction.c: In function 'compact_zone_order': /kisskb/src/mm/compaction.c:2472:25: note: byref variable will be forcibly initialized struct capture_control capc = { ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/mm/compaction.c:11: /kisskb/src/mm/compaction.c: In function 'kcompactd': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:396:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:409:11: note: in expansion of macro '__wait_event_freezable_timeout' __ret = __wait_event_freezable_timeout(wq_head, condition, timeout); \ ^ /kisskb/src/mm/compaction.c:2865:7: note: in expansion of macro 'wait_event_freezable_timeout' if (wait_event_freezable_timeout(pgdat->kcompactd_wait, ^ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_create_file_ns': /kisskb/src/fs/sysfs/file.c:337:9: note: byref variable will be forcibly initialized kgid_t gid; ^ /kisskb/src/fs/sysfs/file.c:336:9: note: byref variable will be forcibly initialized kuid_t uid; ^ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_add_file_to_group': /kisskb/src/fs/sysfs/file.c:374:9: note: byref variable will be forcibly initialized kgid_t gid; ^ /kisskb/src/fs/sysfs/file.c:373:9: note: byref variable will be forcibly initialized kuid_t uid; ^ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_chmod_file': /kisskb/src/fs/sysfs/file.c:407:15: note: byref variable will be forcibly initialized struct iattr newattrs; ^ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_create_bin_file': /kisskb/src/fs/sysfs/file.c:552:9: note: byref variable will be forcibly initialized kgid_t gid; ^ /kisskb/src/fs/sysfs/file.c:551:9: note: byref variable will be forcibly initialized kuid_t uid; ^ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_emit': /kisskb/src/fs/sysfs/file.c:734:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_emit_at': /kisskb/src/fs/sysfs/file.c:762:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/crypto/rsa.c: In function 'rsa_dec': /kisskb/src/crypto/rsa.c:99:6: note: byref variable will be forcibly initialized int sign; ^ /kisskb/src/crypto/rsa.c: In function 'rsa_enc': /kisskb/src/crypto/rsa.c:60:6: note: byref variable will be forcibly initialized int sign; ^ /kisskb/src/kernel/rcu/rcu_segcblist.c: In function 'rcu_segcblist_merge': /kisskb/src/kernel/rcu/rcu_segcblist.c:614:20: note: byref variable will be forcibly initialized struct rcu_cblist pendcbs; ^ /kisskb/src/kernel/rcu/rcu_segcblist.c:613:20: note: byref variable will be forcibly initialized struct rcu_cblist donecbs; ^ /kisskb/src/arch/arm64/kernel/acpi.c: In function 'acpi_fadt_sanity_check': /kisskb/src/arch/arm64/kernel/acpi.c:129:28: note: byref variable will be forcibly initialized struct acpi_table_header *table; ^ /kisskb/src/fs/sysfs/dir.c: In function 'sysfs_create_dir_ns': /kisskb/src/fs/sysfs/dir.c:44:9: note: byref variable will be forcibly initialized kgid_t gid; ^ /kisskb/src/fs/sysfs/dir.c:43:9: note: byref variable will be forcibly initialized kuid_t uid; ^ In file included from /kisskb/src/block/partitions/mac.c:11:0: /kisskb/src/block/partitions/mac.c: In function 'put_partition': /kisskb/src/block/partitions/check.h:41:8: note: byref variable will be forcibly initialized char tmp[1 + BDEVNAME_SIZE + 10 + 1]; ^ /kisskb/src/block/partitions/mac.c: In function 'mac_partition': /kisskb/src/block/partitions/mac.c:33:9: note: byref variable will be forcibly initialized Sector sect; ^ In file included from /kisskb/src/block/partitions/sun.c:11:0: /kisskb/src/block/partitions/sun.c: In function 'put_partition': /kisskb/src/block/partitions/check.h:41:8: note: byref variable will be forcibly initialized char tmp[1 + BDEVNAME_SIZE + 10 + 1]; ^ /kisskb/src/block/partitions/sun.c: In function 'sun_partition': /kisskb/src/block/partitions/sun.c:68:7: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/block/partitions/sun.c:27:9: note: byref variable will be forcibly initialized Sector sect; ^ /kisskb/src/crypto/rsa-pkcs1pad.c: In function 'pkcs1pad_verify_complete_cb': /kisskb/src/crypto/rsa-pkcs1pad.c:513:30: note: byref variable will be forcibly initialized struct crypto_async_request async_req; ^ /kisskb/src/crypto/rsa-pkcs1pad.c: In function 'pkcs1pad_decrypt_complete_cb': /kisskb/src/crypto/rsa-pkcs1pad.c:335:30: note: byref variable will be forcibly initialized struct crypto_async_request async_req; ^ /kisskb/src/crypto/rsa-pkcs1pad.c: In function 'pkcs1pad_encrypt_sign_complete_cb': /kisskb/src/crypto/rsa-pkcs1pad.c:217:30: note: byref variable will be forcibly initialized struct crypto_async_request async_req; ^ /kisskb/src/crypto/rsa-pkcs1pad.c: In function 'pkcs1pad_create': /kisskb/src/crypto/rsa-pkcs1pad.c:600:6: note: byref variable will be forcibly initialized u32 mask; ^ /kisskb/src/kernel/dma/mapping.c: In function 'dma_alloc_attrs': /kisskb/src/kernel/dma/mapping.c:431:8: note: byref variable will be forcibly initialized void *cpu_addr; ^ In file included from /kisskb/src/block/partitions/ultrix.c:10:0: /kisskb/src/block/partitions/ultrix.c: In function 'put_partition': /kisskb/src/block/partitions/check.h:41:8: note: byref variable will be forcibly initialized char tmp[1 + BDEVNAME_SIZE + 10 + 1]; ^ /kisskb/src/block/partitions/ultrix.c: In function 'ultrix_partition': /kisskb/src/block/partitions/ultrix.c:15:9: note: byref variable will be forcibly initialized Sector sect; ^ /kisskb/src/block/partitions/efi.c: In function 'is_pte_valid': /kisskb/src/block/partitions/efi.c:463:1: note: byref variable will be forcibly initialized is_pte_valid(const gpt_entry *pte, const u64 lastlba) ^ /kisskb/src/block/partitions/efi.c:463:1: note: byref variable will be forcibly initialized /kisskb/src/block/partitions/efi.c: In function 'compare_gpts': /kisskb/src/block/partitions/efi.c:483:1: note: byref variable will be forcibly initialized compare_gpts(gpt_header *pgpt, gpt_header *agpt, u64 lastlba) ^ /kisskb/src/block/partitions/efi.c:483:1: note: byref variable will be forcibly initialized /kisskb/src/block/partitions/efi.c: In function 'read_lba': /kisskb/src/block/partitions/efi.c:249:10: note: byref variable will be forcibly initialized Sector sect; ^ /kisskb/src/block/partitions/efi.c: In function 'find_valid_gpt': /kisskb/src/block/partitions/efi.c:588:28: note: byref variable will be forcibly initialized gpt_entry *pptes = NULL, *aptes = NULL; ^ /kisskb/src/block/partitions/efi.c:588:13: note: byref variable will be forcibly initialized gpt_entry *pptes = NULL, *aptes = NULL; ^ /kisskb/src/block/partitions/efi.c:587:28: note: byref variable will be forcibly initialized gpt_header *pgpt = NULL, *agpt = NULL; ^ /kisskb/src/block/partitions/efi.c:587:14: note: byref variable will be forcibly initialized gpt_header *pgpt = NULL, *agpt = NULL; ^ In file included from /kisskb/src/block/partitions/efi.c:90:0: /kisskb/src/block/partitions/efi.c: In function 'put_partition': /kisskb/src/block/partitions/check.h:41:8: note: byref variable will be forcibly initialized char tmp[1 + BDEVNAME_SIZE + 10 + 1]; ^ /kisskb/src/block/partitions/efi.c: In function 'efi_partition': /kisskb/src/block/partitions/efi.c:703:5: note: byref variable will be forcibly initialized int efi_partition(struct parsed_partitions *state) ^ /kisskb/src/block/partitions/efi.c:703:5: note: byref variable will be forcibly initialized /kisskb/src/block/partitions/efi.c:706:13: note: byref variable will be forcibly initialized gpt_entry *ptes = NULL; ^ /kisskb/src/block/partitions/efi.c:705:14: note: byref variable will be forcibly initialized gpt_header *gpt = NULL; ^ In file included from /kisskb/src/mm/list_lru.c:12:0: /kisskb/src/mm/list_lru.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/kernel/dma/direct.c: In function 'dma_direct_alloc_from_pool': /kisskb/src/kernel/dma/direct.c:122:8: note: byref variable will be forcibly initialized void *ret; ^ /kisskb/src/kernel/dma/direct.c:121:6: note: byref variable will be forcibly initialized u64 phys_mask; ^ /kisskb/src/kernel/dma/direct.c: In function '__dma_direct_alloc_pages': /kisskb/src/kernel/dma/direct.c:83:6: note: byref variable will be forcibly initialized u64 phys_limit; ^ In file included from /kisskb/src/kernel/dma/direct.c:15:0: /kisskb/src/kernel/dma/direct.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/kernel/dma/direct.c: In function 'dma_direct_mmap': /kisskb/src/kernel/dma/direct.c:459:6: note: byref variable will be forcibly initialized int ret = -ENXIO; ^ /kisskb/src/fs/sysfs/group.c: In function 'internal_create_group': /kisskb/src/fs/sysfs/group.c:113:9: note: byref variable will be forcibly initialized kgid_t gid; ^ /kisskb/src/fs/sysfs/group.c:112:9: note: byref variable will be forcibly initialized kuid_t uid; ^ /kisskb/src/fs/sysfs/group.c: In function 'sysfs_merge_group': /kisskb/src/fs/sysfs/group.c:331:9: note: byref variable will be forcibly initialized kgid_t gid; ^ /kisskb/src/fs/sysfs/group.c:330:9: note: byref variable will be forcibly initialized kuid_t uid; ^ /kisskb/src/fs/configfs/dir.c: In function 'configfs_rmdir': /kisskb/src/fs/configfs/dir.c:1488:18: note: byref variable will be forcibly initialized struct dentry *wait; ^ /kisskb/src/arch/arm64/kernel/paravirt.c: In function 'has_pv_steal_clock': /kisskb/src/arch/arm64/kernel/paravirt.c:124:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^ /kisskb/src/arch/arm64/kernel/paravirt.c: In function 'stolen_time_cpu_online': /kisskb/src/arch/arm64/kernel/paravirt.c:82:23: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^ /kisskb/src/block/elevator.c: In function '__elevator_change': /kisskb/src/block/elevator.c:725:7: note: byref variable will be forcibly initialized char elevator_name[ELV_NAME_MAX]; ^ In file included from /kisskb/src/include/linux/module.h:12:0, from /kisskb/src/block/blk-core.c:16: /kisskb/src/block/blk-core.c: In function 'flush_plug_callbacks': /kisskb/src/block/blk-core.c:1704:12: note: byref variable will be forcibly initialized LIST_HEAD(callbacks); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/block/blk-core.c:16: /kisskb/src/block/blk-core.c: In function 'blk_queue_enter': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/block/blk-core.c:469:3: note: in expansion of macro 'wait_event' wait_event(q->mq_freeze_wq, ^ /kisskb/src/block/blk-core.c: In function '__submit_bio_noacct': /kisskb/src/block/blk-core.c:948:18: note: byref variable will be forcibly initialized struct bio_list bio_list_on_stack[2]; ^ /kisskb/src/block/blk-core.c: In function 'submit_bio': /kisskb/src/block/blk-core.c:1091:9: note: byref variable will be forcibly initialized char b[BDEVNAME_SIZE]; ^ /kisskb/src/block/blk-core.c: In function 'rq_flush_dcache_pages': /kisskb/src/block/blk-core.c:1518:22: note: byref variable will be forcibly initialized struct req_iterator iter; ^ /kisskb/src/block/blk-sysfs.c: In function 'queue_io_timeout_store': /kisskb/src/block/blk-sysfs.c:456:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/block/blk-sysfs.c: In function 'queue_poll_delay_store': /kisskb/src/block/blk-sysfs.c:399:11: note: byref variable will be forcibly initialized int err, val; ^ /kisskb/src/block/blk-sysfs.c: In function 'queue_var_store64': /kisskb/src/block/blk-sysfs.c:51:6: note: byref variable will be forcibly initialized s64 v; ^ /kisskb/src/block/blk-sysfs.c: In function 'queue_wb_lat_store': /kisskb/src/block/blk-sysfs.c:51:6: note: byref variable will be forcibly initialized /kisskb/src/block/blk-sysfs.c: In function 'queue_var_store': /kisskb/src/block/blk-sysfs.c:37:16: note: byref variable will be forcibly initialized unsigned long v; ^ /kisskb/src/block/blk-sysfs.c: In function 'queue_poll_store': /kisskb/src/block/blk-sysfs.c:37:16: note: byref variable will be forcibly initialized /kisskb/src/block/blk-sysfs.c: In function 'queue_random_store': /kisskb/src/block/blk-sysfs.c:37:16: note: byref variable will be forcibly initialized /kisskb/src/block/blk-sysfs.c: In function 'queue_stable_writes_store': /kisskb/src/block/blk-sysfs.c:37:16: note: byref variable will be forcibly initialized /kisskb/src/block/blk-sysfs.c: In function 'queue_iostats_store': /kisskb/src/block/blk-sysfs.c:37:16: note: byref variable will be forcibly initialized /kisskb/src/block/blk-sysfs.c: In function 'queue_rq_affinity_store': /kisskb/src/block/blk-sysfs.c:37:16: note: byref variable will be forcibly initialized /kisskb/src/block/blk-sysfs.c: In function 'queue_nomerges_store': /kisskb/src/block/blk-sysfs.c:37:16: note: byref variable will be forcibly initialized /kisskb/src/block/blk-sysfs.c: In function 'queue_nonrot_store': /kisskb/src/block/blk-sysfs.c:37:16: note: byref variable will be forcibly initialized /kisskb/src/block/blk-sysfs.c: In function 'queue_discard_max_store': /kisskb/src/block/blk-sysfs.c:37:16: note: byref variable will be forcibly initialized /kisskb/src/block/blk-sysfs.c: In function 'queue_max_sectors_store': /kisskb/src/block/blk-sysfs.c:37:16: note: byref variable will be forcibly initialized /kisskb/src/block/blk-sysfs.c: In function 'queue_ra_store': /kisskb/src/block/blk-sysfs.c:37:16: note: byref variable will be forcibly initialized /kisskb/src/block/blk-sysfs.c: In function 'queue_requests_store': /kisskb/src/block/blk-sysfs.c:37:16: note: byref variable will be forcibly initialized /kisskb/src/kernel/dma/ops_helpers.c: In function 'dma_common_mmap': /kisskb/src/kernel/dma/ops_helpers.c:35:6: note: byref variable will be forcibly initialized int ret = -ENXIO; ^ /kisskb/src/arch/arm64/kernel/kaslr.c: In function 'get_kaslr_seed': /kisskb/src/arch/arm64/kernel/kaslr.c:37:12: note: byref variable will be forcibly initialized int node, len; ^ In file included from /kisskb/src/include/linux/random.h:121:0, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:6, from /kisskb/src/arch/arm64/include/asm/processor.h:36, from /kisskb/src/include/asm-generic/qrwlock.h:14, 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:90, from /kisskb/src/include/linux/mm_types.h:9, from /kisskb/src/arch/arm64/kernel/kaslr.c:10: /kisskb/src/arch/arm64/kernel/kaslr.c: In function 'arch_get_random_seed_long_early': /kisskb/src/arch/arm64/include/asm/archrandom.h:121:24: note: byref variable will be forcibly initialized struct arm_smccc_res res; ^ /kisskb/src/arch/arm64/kernel/kaslr.c: In function 'kaslr_early_init': /kisskb/src/arch/arm64/kernel/kaslr.c:68:16: note: byref variable will be forcibly initialized unsigned long raw; ^ /kisskb/src/fs/configfs/symlink.c: In function 'configfs_symlink': /kisskb/src/fs/configfs/symlink.c:149:22: note: byref variable will be forcibly initialized struct config_item *target_item = NULL; ^ /kisskb/src/fs/configfs/symlink.c:146:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/mm/debug.c: In function '__dump_page': /kisskb/src/mm/debug.c:128:17: note: byref variable will be forcibly initialized unsigned long ino; ^ /kisskb/src/mm/debug.c:127:17: note: byref variable will be forcibly initialized struct dentry dentry; ^ /kisskb/src/mm/debug.c:125:22: note: byref variable will be forcibly initialized struct hlist_node *dentry_first; ^ /kisskb/src/mm/debug.c:124:42: note: byref variable will be forcibly initialized const struct address_space_operations *a_ops; ^ /kisskb/src/mm/debug.c:123:17: note: byref variable will be forcibly initialized struct inode *host; ^ /kisskb/src/fs/devpts/inode.c: In function 'parse_mount_options': /kisskb/src/fs/devpts/inode.c:270:7: note: byref variable will be forcibly initialized int option; ^ /kisskb/src/fs/devpts/inode.c:268:15: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^ /kisskb/src/fs/devpts/inode.c: In function 'devpts_mntget': /kisskb/src/fs/devpts/inode.c:170:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/devpts/inode.c: In function 'devpts_acquire': /kisskb/src/fs/devpts/inode.c:202:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/devpts/inode.c: In function 'devpts_pty_new': /kisskb/src/fs/devpts/inode.c:569:7: note: byref variable will be forcibly initialized char s[12]; ^ /kisskb/src/block/blk-flush.c: In function 'blkdev_issue_flush': /kisskb/src/block/blk-flush.c:441:13: note: byref variable will be forcibly initialized struct bio bio; ^ /kisskb/src/kernel/dma/coherent.c: In function 'rmem_dma_device_init': /kisskb/src/kernel/dma/coherent.c:322:27: note: byref variable will be forcibly initialized struct dma_coherent_mem *mem = rmem->priv; ^ /kisskb/src/kernel/dma/coherent.c: In function 'dma_declare_coherent_memory': /kisskb/src/kernel/dma/coherent.c:130:27: note: byref variable will be forcibly initialized struct dma_coherent_mem *mem; ^ /kisskb/src/fs/configfs/item.c: In function 'config_item_set_name': /kisskb/src/fs/configfs/item.c:55:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/mm/gup.c: In function '__get_user_pages': /kisskb/src/mm/gup.c:1015:16: note: byref variable will be forcibly initialized unsigned int foll_flags = gup_flags; ^ /kisskb/src/mm/gup.c:995:25: note: byref variable will be forcibly initialized struct vm_area_struct *vma = NULL; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/mm/gup.c:5: /kisskb/src/mm/gup.c: In function 'check_and_migrate_cma_pages': /kisskb/src/mm/gup.c:1554:12: note: byref variable will be forcibly initialized LIST_HEAD(cma_page_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/mm/gup.c: In function 'lockless_pages_from_mm': /kisskb/src/mm/gup.c:2522:6: note: byref variable will be forcibly initialized int nr_pinned = 0; ^ /kisskb/src/mm/gup.c: In function '__mm_populate': /kisskb/src/mm/gup.c:1418:6: note: byref variable will be forcibly initialized int locked = 0; ^ /kisskb/src/mm/gup.c: In function 'get_dump_page': /kisskb/src/mm/gup.c:1529:6: note: byref variable will be forcibly initialized int locked = 1; ^ /kisskb/src/mm/gup.c:1528:15: note: byref variable will be forcibly initialized struct page *page; ^ /kisskb/src/mm/gup.c: In function 'get_user_pages_unlocked': /kisskb/src/mm/gup.c:1924:6: note: byref variable will be forcibly initialized int locked = 1; ^ /kisskb/src/mm/gup.c: In function 'internal_get_user_pages_fast': /kisskb/src/mm/gup.c:2568:21: note: byref variable will be forcibly initialized unsigned long len, end; ^ /kisskb/src/crypto/cmac.c: In function 'cmac_create': /kisskb/src/crypto/cmac.c:229:6: note: byref variable will be forcibly initialized u32 mask; ^ /kisskb/src/block/blk-settings.c: In function 'disk_stack_limits': /kisskb/src/block/blk-settings.c:693:28: note: byref variable will be forcibly initialized char top[BDEVNAME_SIZE], bottom[BDEVNAME_SIZE]; ^ /kisskb/src/block/blk-settings.c:693:8: note: byref variable will be forcibly initialized char top[BDEVNAME_SIZE], bottom[BDEVNAME_SIZE]; ^ In file included from /kisskb/src/include/linux/slab.h:16:0, from /kisskb/src/fs/reiserfs/reiserfs.h:9, from /kisskb/src/fs/reiserfs/bitmap.c:7: /kisskb/src/fs/reiserfs/bitmap.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/reiserfs/bitmap.c: In function 'old_hashed_relocation': /kisskb/src/fs/reiserfs/bitmap.c:971:6: note: byref variable will be forcibly initialized u32 hash_in; ^ /kisskb/src/fs/reiserfs/bitmap.c: In function 'is_block_in_journal': /kisskb/src/fs/reiserfs/bitmap.c:123:14: note: byref variable will be forcibly initialized b_blocknr_t tmp; ^ /kisskb/src/fs/reiserfs/bitmap.c: In function 'reiserfs_parse_alloc_options': /kisskb/src/fs/reiserfs/bitmap.c:576:20: note: byref variable will be forcibly initialized char *this_char, *value; ^ /kisskb/src/fs/reiserfs/bitmap.c: In function 'scan_bitmap_block': /kisskb/src/fs/reiserfs/bitmap.c:150:11: note: byref variable will be forcibly initialized int end, next; ^ /kisskb/src/fs/reiserfs/bitmap.c: In function 'scan_bitmap': /kisskb/src/fs/reiserfs/bitmap.c:353:19: note: byref variable will be forcibly initialized unsigned int bm, off; ^ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_new_nodes_insert': /kisskb/src/fs/reiserfs/do_balan.c:928:21: note: byref variable will be forcibly initialized struct buffer_info bi; ^ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_new_nodes_paste_dirent': /kisskb/src/fs/reiserfs/do_balan.c:1019:21: note: byref variable will be forcibly initialized struct buffer_info bi; ^ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_new_nodes_paste_shift': /kisskb/src/fs/reiserfs/do_balan.c:1076:21: note: byref variable will be forcibly initialized struct buffer_info bi; ^ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_new_nodes_paste_whole': /kisskb/src/fs/reiserfs/do_balan.c:1149:21: note: byref variable will be forcibly initialized struct buffer_info bi; ^ /kisskb/src/fs/reiserfs/do_balan.c: In function 'get_FEB': /kisskb/src/fs/reiserfs/do_balan.c:1486:21: note: byref variable will be forcibly initialized struct buffer_info bi; ^ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_when_delete_del': /kisskb/src/fs/reiserfs/do_balan.c:81:21: note: byref variable will be forcibly initialized struct buffer_info bi; ^ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_when_delete_cut': /kisskb/src/fs/reiserfs/do_balan.c:115:21: note: byref variable will be forcibly initialized struct buffer_info bi; ^ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_when_delete': /kisskb/src/fs/reiserfs/do_balan.c:242:21: note: byref variable will be forcibly initialized struct buffer_info bi; ^ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_finish_node_insert': /kisskb/src/fs/reiserfs/do_balan.c:1265:21: note: byref variable will be forcibly initialized struct buffer_info bi; ^ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_finish_node_paste_dirent': /kisskb/src/fs/reiserfs/do_balan.c:1283:21: note: byref variable will be forcibly initialized struct buffer_info bi; ^ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_finish_node_paste': /kisskb/src/fs/reiserfs/do_balan.c:1316:21: note: byref variable will be forcibly initialized struct buffer_info bi; ^ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_insert_left': /kisskb/src/fs/reiserfs/do_balan.c:291:21: note: byref variable will be forcibly initialized struct buffer_info bi; ^ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_paste_left_shift_dirent': /kisskb/src/fs/reiserfs/do_balan.c:356:21: note: byref variable will be forcibly initialized struct buffer_info bi; ^ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_paste_left_shift': /kisskb/src/fs/reiserfs/do_balan.c:419:21: note: byref variable will be forcibly initialized struct buffer_info bi; ^ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_paste_left_whole': /kisskb/src/fs/reiserfs/do_balan.c:538:21: note: byref variable will be forcibly initialized struct buffer_info bi; ^ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_insert_right': /kisskb/src/fs/reiserfs/do_balan.c:628:21: note: byref variable will be forcibly initialized struct buffer_info bi; ^ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_paste_right_shift_dirent': /kisskb/src/fs/reiserfs/do_balan.c:712:21: note: byref variable will be forcibly initialized struct buffer_info bi; ^ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_paste_right_shift': /kisskb/src/fs/reiserfs/do_balan.c:766:21: note: byref variable will be forcibly initialized struct buffer_info bi; ^ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_paste_right_whole': /kisskb/src/fs/reiserfs/do_balan.c:843:21: note: byref variable will be forcibly initialized struct buffer_info bi; ^ /kisskb/src/fs/reiserfs/do_balan.c: In function 'do_balance': /kisskb/src/fs/reiserfs/do_balan.c:1862:22: note: byref variable will be forcibly initialized struct buffer_head *insert_ptr[2]; ^ /kisskb/src/fs/reiserfs/do_balan.c:1859:19: note: byref variable will be forcibly initialized struct item_head insert_key[2]; ^ In file included from /kisskb/src/kernel/dma/remap.c:6:0: /kisskb/src/kernel/dma/remap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/crypto/hmac.c: In function 'hmac_create': /kisskb/src/crypto/hmac.c:171:6: note: byref variable will be forcibly initialized u32 mask; ^ In file included from /kisskb/src/include/crypto/internal/hash.h:12:0, from /kisskb/src/crypto/hmac.c:15: /kisskb/src/crypto/hmac.c: In function 'hmac_setkey': /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ ^ /kisskb/src/crypto/hmac.c:51:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' SHASH_DESC_ON_STACK(shash, hash); ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/block/blk-ioc.c:5: /kisskb/src/block/blk-ioc.c: In function 'ioc_destroy_icq': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/block/blk-ioc.c:78:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(ioc->icq_hint, NULL); ^ In file included from /kisskb/src/include/linux/module.h:12:0, from /kisskb/src/block/blk-ioc.c:6: /kisskb/src/block/blk-ioc.c: In function 'ioc_clear_queue': /kisskb/src/block/blk-ioc.c:241:12: note: byref variable will be forcibly initialized LIST_HEAD(icq_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/block/blk-ioc.c:5: /kisskb/src/block/blk-ioc.c: In function 'ioc_lookup_icq': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/block/blk-ioc.c:351:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(ioc->icq_hint, icq); /* allowed to race */ ^ /kisskb/src/block/blk-map.c: In function 'bio_copy_kern_endio_read': /kisskb/src/block/blk-map.c:440:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ In file included from /kisskb/src/include/linux/mm.h:30:0, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/block/blk-map.c:8: /kisskb/src/block/blk-map.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/block/blk-map.c: In function 'bio_copy_from_iter': /kisskb/src/block/blk-map.c:49:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ /kisskb/src/block/blk-map.c: In function 'bio_copy_to_iter': /kisskb/src/block/blk-map.c:80:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ /kisskb/src/block/blk-map.c: In function 'blk_rq_append_bio': /kisskb/src/block/blk-map.c:525:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^ /kisskb/src/block/blk-map.c: In function 'bio_copy_user_iov': /kisskb/src/block/blk-map.c:135:20: note: byref variable will be forcibly initialized struct bio *bio, *bounce_bio; ^ /kisskb/src/block/blk-map.c: In function 'bio_map_user_iov': /kisskb/src/block/blk-map.c:278:10: note: byref variable will be forcibly initialized bool same_page = false; ^ /kisskb/src/block/blk-map.c:260:10: note: byref variable will be forcibly initialized size_t offs, added = 0; ^ /kisskb/src/block/blk-map.c:258:17: note: byref variable will be forcibly initialized struct page **pages; ^ /kisskb/src/block/blk-map.c:245:20: note: byref variable will be forcibly initialized struct bio *bio, *bounce_bio; ^ /kisskb/src/block/blk-map.c: In function 'blk_rq_map_user_iov': /kisskb/src/block/blk-map.c:583:18: note: byref variable will be forcibly initialized struct iov_iter i; ^ /kisskb/src/block/blk-map.c: In function 'blk_rq_map_user': /kisskb/src/block/blk-map.c:623:18: note: byref variable will be forcibly initialized struct iov_iter i; ^ /kisskb/src/block/blk-map.c:622:15: note: byref variable will be forcibly initialized struct iovec iov; ^ /kisskb/src/block/blk-map.c: In function 'blk_rq_map_kern': /kisskb/src/block/blk-map.c:687:14: note: byref variable will be forcibly initialized struct bio *bio, *orig_bio; ^ /kisskb/src/fs/reiserfs/namei.c: In function 'de_still_valid': /kisskb/src/fs/reiserfs/namei.c:1264:28: note: byref variable will be forcibly initialized struct reiserfs_dir_entry tmp = *de; ^ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_find_entry': /kisskb/src/fs/reiserfs/namei.c:308:17: note: byref variable will be forcibly initialized struct cpu_key key_to_search; ^ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_rmdir': /kisskb/src/fs/reiserfs/namei.c:905:28: note: byref variable will be forcibly initialized struct reiserfs_dir_entry de; ^ /kisskb/src/fs/reiserfs/namei.c:902:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_unlink': /kisskb/src/fs/reiserfs/namei.c:1001:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/namei.c:999:28: note: byref variable will be forcibly initialized struct reiserfs_dir_entry de; ^ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_lookup': /kisskb/src/fs/reiserfs/namei.c:357:28: note: byref variable will be forcibly initialized struct reiserfs_dir_entry de; ^ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_add_entry': /kisskb/src/fs/reiserfs/namei.c:447:7: note: byref variable will be forcibly initialized char small_buf[32 + DEH_SIZE]; ^ In file included from /kisskb/src/include/uapi/linux/sysinfo.h:5:0, from /kisskb/src/include/uapi/linux/kernel.h:5, from /kisskb/src/include/linux/cache.h:5, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/fs/reiserfs/namei.c:14: /kisskb/src/fs/reiserfs/namei.c:440:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(bit_string, MAX_GENERATION_NUMBER + 1); ^ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^ /kisskb/src/fs/reiserfs/namei.c:439:28: note: byref variable will be forcibly initialized struct reiserfs_dir_entry de; ^ /kisskb/src/fs/reiserfs/namei.c:436:17: note: byref variable will be forcibly initialized struct cpu_key entry_key; ^ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_rename': /kisskb/src/fs/reiserfs/namei.c:1321:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/namei.c:1319:44: note: byref variable will be forcibly initialized struct reiserfs_dir_entry old_de, new_de, dot_dot_de; ^ /kisskb/src/fs/reiserfs/namei.c:1319:36: note: byref variable will be forcibly initialized struct reiserfs_dir_entry old_de, new_de, dot_dot_de; ^ /kisskb/src/fs/reiserfs/namei.c:1319:28: note: byref variable will be forcibly initialized struct reiserfs_dir_entry old_de, new_de, dot_dot_de; ^ /kisskb/src/fs/reiserfs/namei.c:1318:47: note: byref variable will be forcibly initialized struct item_head new_entry_ih, old_entry_ih, dot_dot_ih; ^ /kisskb/src/fs/reiserfs/namei.c:1318:33: note: byref variable will be forcibly initialized struct item_head new_entry_ih, old_entry_ih, dot_dot_ih; ^ /kisskb/src/fs/reiserfs/namei.c:1318:19: note: byref variable will be forcibly initialized struct item_head new_entry_ih, old_entry_ih, dot_dot_ih; ^ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_mknod': /kisskb/src/fs/reiserfs/namei.c:707:34: note: byref variable will be forcibly initialized struct reiserfs_security_handle security; ^ /kisskb/src/fs/reiserfs/namei.c:706:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_mkdir': /kisskb/src/fs/reiserfs/namei.c:790:34: note: byref variable will be forcibly initialized struct reiserfs_security_handle security; ^ /kisskb/src/fs/reiserfs/namei.c:789:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_symlink': /kisskb/src/fs/reiserfs/namei.c:1107:34: note: byref variable will be forcibly initialized struct reiserfs_security_handle security; ^ /kisskb/src/fs/reiserfs/namei.c:1106:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_link': /kisskb/src/fs/reiserfs/namei.c:1204:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_create': /kisskb/src/fs/reiserfs/namei.c:636:34: note: byref variable will be forcibly initialized struct reiserfs_security_handle security; ^ /kisskb/src/fs/reiserfs/namei.c:635:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_get_parent': /kisskb/src/fs/reiserfs/namei.c:404:28: note: byref variable will be forcibly initialized struct reiserfs_dir_entry de; ^ In file included from /kisskb/src/include/linux/acpi.h:13:0, from /kisskb/src/drivers/irqchip/irqchip.c:11: /kisskb/src/drivers/irqchip/irqchip.c: In function 'irq_find_matching_host': /kisskb/src/include/linux/irqdomain.h:304:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec = { ^ /kisskb/src/crypto/vmac.c: In function 'vmac_setkey': /kisskb/src/crypto/vmac.c:434:9: note: byref variable will be forcibly initialized __be64 out[2]; ^ /kisskb/src/crypto/vmac.c: In function 'vmac_create': /kisskb/src/crypto/vmac.c:624:6: note: byref variable will be forcibly initialized u32 mask; ^ In file included from /kisskb/src/fs/reiserfs/inode.c:7:0: /kisskb/src/fs/reiserfs/inode.c: In function '_allocate_block': /kisskb/src/fs/reiserfs/reiserfs.h:3353:26: note: byref variable will be forcibly initialized reiserfs_blocknr_hint_t hint = { ^ In file included from /kisskb/src/fs/reiserfs/reiserfs.h:9:0, from /kisskb/src/fs/reiserfs/inode.c:7: /kisskb/src/fs/reiserfs/inode.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/mm_types.h:12:0, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/block/blk-exec.c:6: /kisskb/src/block/blk-exec.c: In function 'blk_execute_rq': /kisskb/src/block/blk-exec.c:78:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(wait); ^ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_evict_inode': /kisskb/src/fs/reiserfs/inode.c:36:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/inode.c: In function '_get_block_create_0': /kisskb/src/fs/reiserfs/inode.c:291:24: note: byref variable will be forcibly initialized struct item_head *ih, tmp_ih; ^ /kisskb/src/fs/reiserfs/inode.c:289:17: note: byref variable will be forcibly initialized struct cpu_key key; ^ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_new_directory': /kisskb/src/fs/reiserfs/inode.c:1806:17: note: byref variable will be forcibly initialized struct cpu_key key; ^ /kisskb/src/fs/reiserfs/inode.c:1804:7: note: byref variable will be forcibly initialized char empty_dir[EMPTY_DIR_SIZE]; ^ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_new_symlink': /kisskb/src/fs/reiserfs/inode.c:1868:17: note: byref variable will be forcibly initialized struct cpu_key key; ^ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_update_sd_size': /kisskb/src/fs/reiserfs/inode.c:1452:24: note: byref variable will be forcibly initialized struct item_head *ih, tmp_ih; ^ /kisskb/src/fs/reiserfs/inode.c:1448:17: note: byref variable will be forcibly initialized struct cpu_key key; ^ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_write_inode': /kisskb/src/fs/reiserfs/inode.c:1771:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_truncate_file': /kisskb/src/fs/reiserfs/inode.c:2271:22: note: byref variable will be forcibly initialized struct buffer_head *bh = NULL; ^ /kisskb/src/fs/reiserfs/inode.c:2269:15: note: byref variable will be forcibly initialized struct page *page = NULL; ^ /kisskb/src/fs/reiserfs/inode.c:2264:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_write_end': /kisskb/src/fs/reiserfs/inode.c:2927:38: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle myth; ^ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_commit_write': /kisskb/src/fs/reiserfs/inode.c:3018:38: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle myth; ^ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_get_block': /kisskb/src/fs/reiserfs/inode.c:1015:10: note: byref variable will be forcibly initialized unp_t unf_single = 0; ^ /kisskb/src/fs/reiserfs/inode.c:1010:19: note: byref variable will be forcibly initialized struct cpu_key tmp_key; ^ /kisskb/src/fs/reiserfs/inode.c:853:19: note: byref variable will be forcibly initialized struct cpu_key tmp_key; ^ /kisskb/src/fs/reiserfs/inode.c:852:11: note: byref variable will be forcibly initialized __le32 unp = 0; ^ /kisskb/src/fs/reiserfs/inode.c:667:24: note: byref variable will be forcibly initialized struct item_head *ih, tmp_ih; ^ /kisskb/src/fs/reiserfs/inode.c:665:17: note: byref variable will be forcibly initialized struct cpu_key key; ^ /kisskb/src/fs/reiserfs/inode.c:662:14: note: byref variable will be forcibly initialized b_blocknr_t allocated_block_nr = 0; ^ /kisskb/src/fs/reiserfs/inode.c: In function 'map_block_for_writepage': /kisskb/src/fs/reiserfs/inode.c:2373:17: note: byref variable will be forcibly initialized struct cpu_key key; ^ /kisskb/src/fs/reiserfs/inode.c:2369:19: note: byref variable will be forcibly initialized struct item_head tmp_ih; ^ /kisskb/src/fs/reiserfs/inode.c:2367:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_write_full_page': /kisskb/src/fs/reiserfs/inode.c:2534:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_read_locked_inode': /kisskb/src/fs/reiserfs/inode.c:1544:17: note: byref variable will be forcibly initialized struct cpu_key key; ^ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_iget': /kisskb/src/fs/reiserfs/inode.c:1639:28: note: byref variable will be forcibly initialized struct reiserfs_iget_args args; ^ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_get_dentry': /kisskb/src/fs/reiserfs/inode.c:1669:17: note: byref variable will be forcibly initialized struct cpu_key key; ^ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_new_inode': /kisskb/src/fs/reiserfs/inode.c:1933:19: note: byref variable will be forcibly initialized struct stat_data sd; ^ /kisskb/src/fs/reiserfs/inode.c:1932:19: note: byref variable will be forcibly initialized struct item_head ih; ^ /kisskb/src/fs/reiserfs/inode.c:1931:17: note: byref variable will be forcibly initialized struct cpu_key key; ^ /kisskb/src/fs/reiserfs/inode.c:1929:28: note: byref variable will be forcibly initialized struct reiserfs_iget_args args; ^ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_setattr': /kisskb/src/fs/reiserfs/inode.c:3357:38: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/inode.c:3324:40: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/kernel/time/time.c: In function '__get_old_timespec32': /kisskb/src/kernel/time/time.c:819:24: note: byref variable will be forcibly initialized struct old_timespec32 ts; ^ /kisskb/src/kernel/time/time.c: In function '__put_old_timespec32': /kisskb/src/kernel/time/time.c:835:24: note: byref variable will be forcibly initialized struct old_timespec32 ts = { ^ /kisskb/src/kernel/time/time.c: In function '__do_sys_gettimeofday': /kisskb/src/kernel/time/time.c:144:21: note: byref variable will be forcibly initialized struct timespec64 ts; ^ /kisskb/src/kernel/time/time.c: In function '__do_sys_adjtimex': /kisskb/src/kernel/time/time.c:271:24: note: byref variable will be forcibly initialized struct __kernel_timex txc; /* Local copy of parameter */ ^ /kisskb/src/kernel/time/time.c: In function '__do_sys_settimeofday': /kisskb/src/kernel/time/time.c:203:18: note: byref variable will be forcibly initialized struct timezone new_tz; ^ /kisskb/src/kernel/time/time.c:202:20: note: byref variable will be forcibly initialized struct timespec64 new_ts; ^ /kisskb/src/kernel/time/time.c: In function 'get_timespec64': /kisskb/src/kernel/time/time.c:784:27: note: byref variable will be forcibly initialized struct __kernel_timespec kts; ^ /kisskb/src/kernel/time/time.c: In function 'put_timespec64': /kisskb/src/kernel/time/time.c:807:27: note: byref variable will be forcibly initialized struct __kernel_timespec kts = { ^ /kisskb/src/kernel/time/time.c: In function 'get_itimerspec64': /kisskb/src/kernel/time/time.c:784:27: note: byref variable will be forcibly initialized struct __kernel_timespec kts; ^ /kisskb/src/kernel/time/time.c: In function 'put_itimerspec64': /kisskb/src/kernel/time/time.c:807:27: note: byref variable will be forcibly initialized struct __kernel_timespec kts = { ^ /kisskb/src/kernel/time/time.c: In function 'get_old_itimerspec32': /kisskb/src/kernel/time/time.c:819:24: note: byref variable will be forcibly initialized struct old_timespec32 ts; ^ /kisskb/src/kernel/time/time.c: In function 'put_old_itimerspec32': /kisskb/src/kernel/time/time.c:835:24: note: byref variable will be forcibly initialized struct old_timespec32 ts = { ^ /kisskb/src/mm/memory.c: In function 'wp_page_copy': /kisskb/src/mm/memory.c:2842:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^ /kisskb/src/mm/memory.c: In function 'zap_pte_range': /kisskb/src/mm/memory.c:1219:6: note: byref variable will be forcibly initialized int rss[NR_MM_COUNTERS]; ^ /kisskb/src/crypto/crypto_null.c: In function 'null_skcipher_crypt': /kisskb/src/crypto/crypto_null.c:78:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^ /kisskb/src/mm/memory.c: In function 'zap_page_range_single': /kisskb/src/mm/memory.c:1565:20: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^ /kisskb/src/mm/memory.c:1564:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^ /kisskb/src/mm/memory.c: In function 'unmap_vmas': /kisskb/src/mm/memory.c:1516:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^ /kisskb/src/mm/memory.c: In function 'zap_page_range': /kisskb/src/mm/memory.c:1538:20: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^ /kisskb/src/mm/memory.c:1537:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^ /kisskb/src/mm/memory.c: In function 'follow_pfn': /kisskb/src/mm/memory.c:4756:9: note: byref variable will be forcibly initialized pte_t *ptep; ^ /kisskb/src/mm/memory.c:4755:14: note: byref variable will be forcibly initialized spinlock_t *ptl; ^ /kisskb/src/mm/memory.c: In function '__access_remote_vm': /kisskb/src/mm/memory.c:4882:16: note: byref variable will be forcibly initialized struct page *page = NULL; ^ /kisskb/src/mm/memory.c:4871:25: note: byref variable will be forcibly initialized struct vm_area_struct *vma; ^ /kisskb/src/mm/memory.c: In function 'copy_user_huge_page': /kisskb/src/mm/memory.c:5154:26: note: byref variable will be forcibly initialized struct copy_subpage_arg arg = { ^ /kisskb/src/mm/memory.c: In function 'copy_pte_range': /kisskb/src/mm/memory.c:941:15: note: byref variable will be forcibly initialized struct page *prealloc = NULL; ^ /kisskb/src/mm/memory.c:939:6: note: byref variable will be forcibly initialized int rss[NR_MM_COUNTERS]; ^ /kisskb/src/mm/memory.c: In function 'copy_page_range': /kisskb/src/mm/memory.c:1141:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^ /kisskb/src/mm/memory.c: In function 'insert_page': /kisskb/src/mm/memory.c:1666:14: note: byref variable will be forcibly initialized spinlock_t *ptl; ^ /kisskb/src/mm/memory.c: In function 'insert_pfn': /kisskb/src/mm/memory.c:1929:14: note: byref variable will be forcibly initialized spinlock_t *ptl; ^ /kisskb/src/sound/core/seq/seq_clientmgr.c: In function 'snd_seq_ioctl': /kisskb/src/sound/core/seq/seq_clientmgr.c:2128:4: note: byref variable will be forcibly initialized } buf; ^ /kisskb/src/mm/memory.c: In function '__apply_to_page_range': /kisskb/src/mm/memory.c:2522:17: note: byref variable will be forcibly initialized pgtbl_mod_mask mask = 0; ^ /kisskb/src/sound/core/seq/seq_clientmgr.c: In function 'snd_seq_read': /kisskb/src/sound/core/seq/seq_clientmgr.c:442:25: note: byref variable will be forcibly initialized struct snd_seq_event tmpev; ^ /kisskb/src/sound/core/seq/seq_clientmgr.c:407:29: note: byref variable will be forcibly initialized struct snd_seq_event_cell *cell; ^ /kisskb/src/sound/core/seq/seq_clientmgr.c: In function 'snd_seq_client_enqueue_event': /kisskb/src/sound/core/seq/seq_clientmgr.c:931:29: note: byref variable will be forcibly initialized struct snd_seq_event_cell *cell; ^ /kisskb/src/sound/core/seq/seq_clientmgr.c: In function 'snd_seq_write': /kisskb/src/sound/core/seq/seq_clientmgr.c:1024:23: note: byref variable will be forcibly initialized struct snd_seq_event event; ^ /kisskb/src/sound/core/seq/seq_clientmgr.c: In function 'bounce_error_event': /kisskb/src/sound/core/seq/seq_clientmgr.c:536:23: note: byref variable will be forcibly initialized struct snd_seq_event bounce_ev; ^ /kisskb/src/sound/core/seq/seq_clientmgr.c: In function 'snd_seq_dispatch_event': /kisskb/src/sound/core/seq/seq_clientmgr.c:872:24: note: byref variable will be forcibly initialized struct snd_seq_event tmpev, *ev; ^ /kisskb/src/sound/core/seq/seq_clientmgr.c: In function 'snd_seq_client_notify_subscription': /kisskb/src/sound/core/seq/seq_clientmgr.c:1447:23: note: byref variable will be forcibly initialized struct snd_seq_event event; ^ /kisskb/src/sound/core/seq/seq_clientmgr.c: In function 'snd_seq_create_kernel_client': /kisskb/src/sound/core/seq/seq_clientmgr.c:2184:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/reiserfs/file.c: In function 'reiserfs_file_release': /kisskb/src/fs/reiserfs/file.c:35:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/file.c: In function 'reiserfs_commit_page': /kisskb/src/fs/reiserfs/file.c:182:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ In file included from /kisskb/src/block/blk-merge.c:7:0: /kisskb/src/block/blk-merge.c: In function 'bio_get_last_bvec': /kisskb/src/include/linux/bio.h:279:19: note: byref variable will be forcibly initialized struct bvec_iter iter = bio->bi_iter; ^ /kisskb/src/block/blk-merge.c: In function 'blk_bio_segment_split': /kisskb/src/block/blk-merge.c:252:22: note: byref variable will be forcibly initialized unsigned nsegs = 0, sectors = 0; ^ /kisskb/src/block/blk-merge.c:252:11: note: byref variable will be forcibly initialized unsigned nsegs = 0, sectors = 0; ^ /kisskb/src/block/blk-merge.c:251:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^ /kisskb/src/block/blk-merge.c:250:21: note: byref variable will be forcibly initialized struct bio_vec bv, bvprv, *bvprvp = NULL; ^ /kisskb/src/block/blk-merge.c:250:17: note: byref variable will be forcibly initialized struct bio_vec bv, bvprv, *bvprvp = NULL; ^ /kisskb/src/block/blk-merge.c: In function '__blk_bios_map_sg': /kisskb/src/block/blk-merge.c:484:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^ /kisskb/src/block/blk-merge.c:483:17: note: byref variable will be forcibly initialized struct bio_vec bvec, bvprv = { NULL }; ^ /kisskb/src/block/blk-merge.c: In function 'bio_will_gap': /kisskb/src/block/blk-merge.c:19:21: note: byref variable will be forcibly initialized struct bio_vec pb, nb; ^ /kisskb/src/block/blk-merge.c:19:17: note: byref variable will be forcibly initialized struct bio_vec pb, nb; ^ /kisskb/src/block/blk-merge.c: In function 'blk_queue_split': /kisskb/src/block/blk-merge.c:366:15: note: byref variable will be forcibly initialized unsigned int nr_segs; ^ /kisskb/src/block/blk-merge.c: In function 'blk_recalc_rq_segments': /kisskb/src/block/blk-merge.c:377:17: note: byref variable will be forcibly initialized struct bio_vec bv; ^ /kisskb/src/block/blk-merge.c:376:22: note: byref variable will be forcibly initialized struct req_iterator iter; ^ /kisskb/src/block/blk-merge.c:375:15: note: byref variable will be forcibly initialized unsigned int nr_sectors = 0; ^ /kisskb/src/block/blk-merge.c:374:15: note: byref variable will be forcibly initialized unsigned int nr_phys_segs = 0; ^ /kisskb/src/block/blk-merge.c: In function 'blk_mq_sched_try_merge': /kisskb/src/block/blk-merge.c:1114:18: note: byref variable will be forcibly initialized struct request *rq; ^ /kisskb/src/kernel/time/timer.c: In function 'internal_add_timer': /kisskb/src/kernel/time/timer.c:605:16: note: byref variable will be forcibly initialized unsigned long bucket_expiry; ^ /kisskb/src/kernel/time/timer.c: In function '__mod_timer': /kisskb/src/kernel/time/timer.c:960:32: note: byref variable will be forcibly initialized unsigned long clk = 0, flags, bucket_expiry; ^ /kisskb/src/kernel/time/timer.c:960:25: note: byref variable will be forcibly initialized unsigned long clk = 0, flags, bucket_expiry; ^ /kisskb/src/kernel/time/timer.c: In function 'call_timer_fn': /kisskb/src/kernel/time/timer.c:1419:21: note: byref variable will be forcibly initialized struct lockdep_map lockdep_map; ^ /kisskb/src/kernel/time/timer.c: In function '__run_timers': /kisskb/src/kernel/time/timer.c:1723:20: note: byref variable will be forcibly initialized struct hlist_head heads[LVL_DEPTH]; ^ /kisskb/src/kernel/time/timer.c: In function 'add_timer_on': /kisskb/src/kernel/time/timer.c:1156:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/time/timer.c: In function 'del_timer': /kisskb/src/kernel/time/timer.c:1199:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/time/timer.c: In function 'try_to_del_timer_sync': /kisskb/src/kernel/time/timer.c:1224:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/time/timer.c: In function 'schedule_timeout': /kisskb/src/kernel/time/timer.c:1855:23: note: byref variable will be forcibly initialized struct process_timer timer; ^ /kisskb/src/kernel/time/timer.c: In function 'usleep_range': /kisskb/src/kernel/time/timer.c:2079:10: note: byref variable will be forcibly initialized ktime_t exp = ktime_add_us(ktime_get(), min); ^ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_start_range_ns': /kisskb/src/kernel/time/hrtimer.c:1136:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/time/hrtimer.c: In function '__hrtimer_get_remaining': /kisskb/src/kernel/time/hrtimer.c:1311:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_try_to_cancel': /kisskb/src/kernel/time/hrtimer.c:1171:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/time/hrtimer.c: In function 'do_nanosleep': /kisskb/src/kernel/time/hrtimer.c:1911:21: note: byref variable will be forcibly initialized struct timespec64 rmt; ^ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_nanosleep_restart': /kisskb/src/kernel/time/hrtimer.c:1924:25: note: byref variable will be forcibly initialized struct hrtimer_sleeper t; ^ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_nanosleep': /kisskb/src/kernel/time/hrtimer.c:1939:25: note: byref variable will be forcibly initialized struct hrtimer_sleeper t; ^ /kisskb/src/kernel/time/hrtimer.c: In function '__do_sys_nanosleep': /kisskb/src/kernel/time/hrtimer.c:1973:20: note: byref variable will be forcibly initialized struct timespec64 tu; ^ /kisskb/src/kernel/time/hrtimer.c: In function 'schedule_hrtimeout_range_clock': /kisskb/src/kernel/time/hrtimer.c:2133:25: note: byref variable will be forcibly initialized struct hrtimer_sleeper t; ^ /kisskb/src/sound/core/seq/seq_memory.c: In function 'snd_seq_cell_alloc': /kisskb/src/sound/core/seq/seq_memory.c:215:21: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^ In file included from /kisskb/src/sound/core/seq/seq_memory.c:13:0: /kisskb/src/sound/core/seq/seq_memory.c: In function 'kvmalloc_array': /kisskb/src/include/linux/mm.h:798:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/sound/core/seq/seq_memory.c: In function 'snd_seq_dump_var_event': /kisskb/src/sound/core/seq/seq_memory.c:76:8: note: byref variable will be forcibly initialized char buf[32]; ^ /kisskb/src/sound/core/seq/seq_memory.c: In function 'snd_seq_event_dup': /kisskb/src/sound/core/seq/seq_memory.c:310:36: note: byref variable will be forcibly initialized struct snd_seq_event_cell *src, *tmp, *tail; ^ /kisskb/src/sound/core/seq/seq_memory.c:285:29: note: byref variable will be forcibly initialized struct snd_seq_event_cell *cell; ^ /kisskb/src/fs/reiserfs/dir.c: In function 'reiserfs_readdir_inode': /kisskb/src/fs/reiserfs/dir.c:75:28: note: byref variable will be forcibly initialized struct reiserfs_dir_entry de; ^ /kisskb/src/fs/reiserfs/dir.c:74:7: note: byref variable will be forcibly initialized char small_buf[32]; /* avoid kmalloc if we can */ ^ /kisskb/src/fs/reiserfs/dir.c:70:24: note: byref variable will be forcibly initialized struct item_head *ih, tmp_ih; ^ /kisskb/src/fs/reiserfs/dir.c:64:17: note: byref variable will be forcibly initialized struct cpu_key pos_key; ^ /kisskb/src/drivers/irqchip/irq-owl-sirq.c: In function 'owl_sirq_domain_alloc': /kisskb/src/drivers/irqchip/irq-owl-sirq.c:233:20: note: byref variable will be forcibly initialized struct irq_fwspec parent_fwspec; ^ In file included from /kisskb/src/include/linux/acpi.h:13:0, from /kisskb/src/include/linux/irqchip.h:14, from /kisskb/src/drivers/irqchip/irq-owl-sirq.c:15: /kisskb/src/drivers/irqchip/irq-owl-sirq.c: In function 'irq_find_matching_host': /kisskb/src/include/linux/irqdomain.h:304:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec = { ^ /kisskb/src/drivers/irqchip/irq-owl-sirq.c: In function 'owl_sirq_init': /kisskb/src/drivers/irqchip/irq-owl-sirq.c:307:26: note: byref variable will be forcibly initialized struct of_phandle_args irq; ^ /kisskb/src/block/blk-timeout.c: In function 'part_timeout_store': /kisskb/src/block/blk-timeout.c:56:9: note: byref variable will be forcibly initialized char *p = (char *) buf; ^ /kisskb/src/crypto/sha1_generic.c: In function 'sha1_generic_block_fn': /kisskb/src/crypto/sha1_generic.c:33:6: note: byref variable will be forcibly initialized u32 temp[SHA1_WORKSPACE_WORDS]; ^ /kisskb/src/sound/core/seq/seq_queue.c: In function 'queue_broadcast_event': /kisskb/src/sound/core/seq/seq_queue.c:616:23: note: byref variable will be forcibly initialized struct snd_seq_event sev; ^ /kisskb/src/sound/core/seq/seq_queue.c: In function 'snd_seq_check_queue': /kisskb/src/sound/core/seq/seq_queue.c:242:22: note: byref variable will be forcibly initialized snd_seq_real_time_t cur_time; ^ /kisskb/src/sound/core/seq/seq_queue.c:241:22: note: byref variable will be forcibly initialized snd_seq_tick_time_t cur_tick; ^ /kisskb/src/fs/reiserfs/fix_node.c: In function 'get_num_ver': /kisskb/src/fs/reiserfs/fix_node.c:406:6: note: byref variable will be forcibly initialized int split_item_positions[2]; ^ /kisskb/src/fs/reiserfs/fix_node.c: In function 'get_far_parent': /kisskb/src/fs/reiserfs/fix_node.c:1031:17: note: byref variable will be forcibly initialized struct cpu_key s_lr_father_key; ^ /kisskb/src/fs/reiserfs/fix_node.c: In function 'get_parents': /kisskb/src/fs/reiserfs/fix_node.c:1178:29: note: byref variable will be forcibly initialized struct buffer_head *curf, *curcf; ^ /kisskb/src/fs/reiserfs/fix_node.c:1178:22: note: byref variable will be forcibly initialized struct buffer_head *curf, *curcf; ^ /kisskb/src/sound/core/seq/seq_fifo.c: In function 'snd_seq_fifo_event_in': /kisskb/src/sound/core/seq/seq_fifo.c:104:29: note: byref variable will be forcibly initialized struct snd_seq_event_cell *cell; ^ /kisskb/src/sound/core/seq/seq_fifo.c: In function 'snd_seq_fifo_cell_out': /kisskb/src/sound/core/seq/seq_fifo.c:166:21: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^ /kisskb/src/sound/core/seq/seq_fifo.c: In function 'snd_seq_fifo_resize': /kisskb/src/sound/core/seq/seq_fifo.c:226:33: note: byref variable will be forcibly initialized struct snd_seq_pool *newpool, *oldpool; ^ /kisskb/src/sound/core/seq/seq_fifo.c:226:23: note: byref variable will be forcibly initialized struct snd_seq_pool *newpool, *oldpool; ^ /kisskb/src/drivers/irqchip/irq-tegra.c: In function 'tegra_ictlr_domain_alloc': /kisskb/src/drivers/irqchip/irq-tegra.c:241:20: note: byref variable will be forcibly initialized struct irq_fwspec parent_fwspec; ^ In file included from /kisskb/src/include/linux/acpi.h:13:0, from /kisskb/src/include/linux/irqchip.h:14, from /kisskb/src/drivers/irqchip/irq-tegra.c:18: /kisskb/src/drivers/irqchip/irq-tegra.c: In function 'irq_find_matching_host': /kisskb/src/include/linux/irqdomain.h:304:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec = { ^ /kisskb/src/block/blk-lib.c: In function '__blkdev_issue_discard': /kisskb/src/block/blk-lib.c:52:8: note: byref variable will be forcibly initialized char dev_name[BDEVNAME_SIZE]; ^ /kisskb/src/block/blk-lib.c: In function 'blkdev_issue_discard': /kisskb/src/block/blk-lib.c:135:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/block/blk-lib.c:134:14: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^ /kisskb/src/block/blk-lib.c: In function 'blkdev_issue_write_same': /kisskb/src/block/blk-lib.c:231:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/block/blk-lib.c:230:14: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^ /kisskb/src/block/blk-lib.c: In function 'blkdev_issue_zeroout': /kisskb/src/block/blk-lib.c:398:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/block/blk-lib.c:397:14: note: byref variable will be forcibly initialized struct bio *bio; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/include/linux/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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^ /kisskb/src/kernel/time/timekeeping.c: In function 'adjust_historical_crosststamp': /kisskb/src/kernel/time/timekeeping.c:1107:16: note: byref variable will be forcibly initialized u64 corr_raw, corr_real; ^ /kisskb/src/kernel/time/timekeeping.c:1107:6: note: byref variable will be forcibly initialized u64 corr_raw, corr_real; ^ In file included from /kisskb/src/include/linux/time.h:7:0, from /kisskb/src/include/uapi/linux/timex.h:56, from /kisskb/src/include/linux/timex.h:56, from /kisskb/src/include/linux/clocksource.h:13, from /kisskb/src/include/linux/timekeeper_internal.h:10, from /kisskb/src/kernel/time/timekeeping.c:6: /kisskb/src/kernel/time/timekeeping.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta; ^ /kisskb/src/kernel/time/timekeeping.c: In function 'tk_set_wall_to_mono': /kisskb/src/kernel/time/timekeeping.c:151:20: note: byref variable will be forcibly initialized struct timespec64 tmp; ^ In file included from /kisskb/src/include/linux/time.h:7:0, from /kisskb/src/include/uapi/linux/timex.h:56, from /kisskb/src/include/linux/timex.h:56, from /kisskb/src/include/linux/clocksource.h:13, from /kisskb/src/include/linux/timekeeper_internal.h:10, from /kisskb/src/kernel/time/timekeeping.c:6: /kisskb/src/kernel/time/timekeeping.c: In function 'timespec64_add': /kisskb/src/include/linux/time64.h:66:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta; ^ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_inject_offset': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta; ^ /kisskb/src/include/linux/time64.h:66:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta; ^ /kisskb/src/kernel/time/timekeeping.c: In function '__timekeeping_inject_sleeptime': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta; ^ /kisskb/src/kernel/time/timekeeping.c: In function 'accumulate_nsecs_to_secs': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_advance': /kisskb/src/kernel/time/timekeeping.c:2123:15: note: byref variable will be forcibly initialized unsigned int clock_set = 0; ^ /kisskb/src/kernel/time/timekeeping.c: In function 'get_device_system_crosststamp': /kisskb/src/kernel/time/timekeeping.c:1193:29: note: byref variable will be forcibly initialized struct system_counterval_t system_counterval; ^ In file included from /kisskb/src/include/linux/time.h:7:0, from /kisskb/src/include/uapi/linux/timex.h:56, from /kisskb/src/include/linux/timex.h:56, from /kisskb/src/include/linux/clocksource.h:13, from /kisskb/src/include/linux/timekeeper_internal.h:10, from /kisskb/src/kernel/time/timekeeping.c:6: /kisskb/src/kernel/time/timekeeping.c: In function 'do_settimeofday64': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta; ^ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_warp_clock': /kisskb/src/kernel/time/timekeeping.c:1404:21: note: byref variable will be forcibly initialized struct timespec64 adjust; ^ In file included from /kisskb/src/include/linux/time.h:7:0, from /kisskb/src/include/uapi/linux/timex.h:56, from /kisskb/src/include/linux/timex.h:56, from /kisskb/src/include/linux/clocksource.h:13, from /kisskb/src/include/linux/timekeeper_internal.h:10, from /kisskb/src/kernel/time/timekeeping.c:6: /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_resume': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta; ^ /kisskb/src/kernel/time/timekeeping.c:1751:28: note: byref variable will be forcibly initialized struct timespec64 ts_new, ts_delta; ^ /kisskb/src/kernel/time/timekeeping.c:1751:20: note: byref variable will be forcibly initialized struct timespec64 ts_new, ts_delta; ^ In file included from /kisskb/src/include/linux/time.h:7:0, from /kisskb/src/include/uapi/linux/timex.h:56, from /kisskb/src/include/linux/timex.h:56, from /kisskb/src/include/linux/clocksource.h:13, from /kisskb/src/include/linux/timekeeper_internal.h:10, from /kisskb/src/kernel/time/timekeeping.c:6: /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_suspend': /kisskb/src/include/linux/time64.h:66:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta; ^ /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta; ^ /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_init': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized /kisskb/src/kernel/time/timekeeping.c:1603:31: note: byref variable will be forcibly initialized struct timespec64 wall_time, boot_offset, wall_to_mono; ^ /kisskb/src/kernel/time/timekeeping.c:1603:20: note: byref variable will be forcibly initialized 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:2390:21: note: byref variable will be forcibly initialized struct timespec64 delta; ^ /kisskb/src/kernel/time/timekeeping.c:2381:16: note: byref variable will be forcibly initialized s32 orig_tai, tai; ^ /kisskb/src/kernel/time/timekeeping.c:2380:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^ /kisskb/src/kernel/time/timekeeping.c:2378:24: note: byref variable will be forcibly initialized struct audit_ntp_data ad; ^ /kisskb/src/crypto/sha512_generic.c: In function 'sha512_transform': /kisskb/src/crypto/sha512_generic.c:104:6: note: byref variable will be forcibly initialized u64 W[16]; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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_move_task': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/psi.h:59:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(p->cgroups, to); ^ In file included from /kisskb/src/include/linux/vmalloc.h:11:0, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:194, 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:10, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/kernel_stat.h:9, from /kisskb/src/include/linux/cgroup.h:26, from /kisskb/src/kernel/cgroup/cgroup-internal.h:5, from /kisskb/src/kernel/cgroup/cgroup.c:31: /kisskb/src/kernel/cgroup/cgroup.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/kernel/cgroup/cgroup.c:5055:3: note: in expansion of macro 'rcu_assign_pointer' 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:680:16: note: byref variable will be forcibly initialized unsigned long __ss_mask = (ss_mask); \ ^ /kisskb/src/kernel/cgroup/cgroup.c:1521:3: note: in expansion of macro 'do_each_subsys_mask' 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:680:16: note: byref variable will be forcibly initialized unsigned long __ss_mask = (ss_mask); \ ^ /kisskb/src/kernel/cgroup/cgroup.c:2832:2: note: in expansion of macro 'do_each_subsys_mask' do_each_subsys_mask(ss, ssid, ss_mask) { ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:93:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup2_parse_param': /kisskb/src/kernel/cgroup/cgroup.c:1820:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_file_write': /kisskb/src/kernel/cgroup/cgroup.c:3716:13: note: byref variable will be forcibly initialized long long v; ^ /kisskb/src/kernel/cgroup/cgroup.c:3711:22: note: byref variable will be forcibly initialized unsigned long long v; ^ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_add_file': /kisskb/src/kernel/cgroup/cgroup.c:3814:7: note: byref variable will be forcibly initialized char name[CGROUP_FILE_NAME_MAX]; ^ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_rm_file': /kisskb/src/kernel/cgroup/cgroup.c:1615:7: note: byref variable will be forcibly initialized char name[CGROUP_FILE_NAME_MAX]; ^ In file included from /kisskb/src/include/linux/restart_block.h:10:0, from /kisskb/src/include/linux/thread_info.h:13, from /kisskb/src/arch/arm64/include/asm/preempt.h:5, 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/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/sound/core.h:10, from /kisskb/src/sound/core/seq/seq_timer.c:8: /kisskb/src/sound/core/seq/seq_timer.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta; ^ /kisskb/src/sound/core/seq/seq_timer.c: In function 'snd_seq_timer_open': /kisskb/src/sound/core/seq/seq_timer.c:285:24: note: byref variable will be forcibly initialized struct snd_timer_id tid; ^ /kisskb/src/sound/core/seq/seq_timer.c:262:7: note: byref variable will be forcibly initialized char str[32]; ^ In file included from /kisskb/src/include/linux/restart_block.h:10:0, from /kisskb/src/include/linux/thread_info.h:13, from /kisskb/src/arch/arm64/include/asm/preempt.h:5, 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/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/sound/core.h:10, from /kisskb/src/sound/core/seq/seq_timer.c:8: /kisskb/src/sound/core/seq/seq_timer.c: In function 'snd_seq_timer_get_cur_time': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta; ^ /kisskb/src/sound/core/seq/seq_timer.c:440:21: note: byref variable will be forcibly initialized struct timespec64 tm; ^ /kisskb/src/kernel/cgroup/cgroup.c: In function 'find_css_set': /kisskb/src/kernel/cgroup/cgroup.c:1173:19: note: byref variable will be forcibly initialized struct list_head tmp_links; ^ /kisskb/src/kernel/cgroup/cgroup.c: In function 'task_cgroup_path': /kisskb/src/kernel/cgroup/cgroup.c:2255:6: note: byref variable will be forcibly initialized int hierarchy_id = 1; ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/cgroup.h:12, from /kisskb/src/kernel/cgroup/cgroup-internal.h:5, from /kisskb/src/kernel/cgroup/cgroup.c:31: /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_migrate_finish': /kisskb/src/kernel/cgroup/cgroup.c:2531:12: note: byref variable will be forcibly initialized LIST_HEAD(preloaded); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_procs_write_start': /kisskb/src/kernel/cgroup/cgroup.c:2751:8: note: byref variable will be forcibly initialized pid_t pid; ^ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_migrate_execute': /kisskb/src/kernel/cgroup/cgroup.c:680:16: note: byref variable will be forcibly initialized unsigned long __ss_mask = (ss_mask); \ ^ /kisskb/src/kernel/cgroup/cgroup.c:2457:3: note: in expansion of macro 'do_each_subsys_mask' do_each_subsys_mask(ss, ssid, mgctx->ss_mask) { ^ /kisskb/src/kernel/cgroup/cgroup.c:680:16: note: byref variable will be forcibly initialized unsigned long __ss_mask = (ss_mask); \ ^ /kisskb/src/kernel/cgroup/cgroup.c:2444:3: note: in expansion of macro 'do_each_subsys_mask' do_each_subsys_mask(ss, ssid, mgctx->ss_mask) { ^ /kisskb/src/kernel/cgroup/cgroup.c:680:16: note: byref variable will be forcibly initialized unsigned long __ss_mask = (ss_mask); \ ^ /kisskb/src/kernel/cgroup/cgroup.c:2397:3: note: in expansion of macro 'do_each_subsys_mask' do_each_subsys_mask(ss, ssid, mgctx->ss_mask) { ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/kernel/cgroup/cgroup.c:1744:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dcgrp->subsys[ssid], css); ^ /kisskb/src/kernel/cgroup/cgroup.c:680:16: note: byref variable will be forcibly initialized unsigned long __ss_mask = (ss_mask); \ ^ /kisskb/src/kernel/cgroup/cgroup.c:1729:2: note: in expansion of macro 'do_each_subsys_mask' do_each_subsys_mask(ss, ssid, ss_mask) { ^ /kisskb/src/kernel/cgroup/cgroup.c:680:16: note: byref variable will be forcibly initialized unsigned long __ss_mask = (ss_mask); \ ^ /kisskb/src/kernel/cgroup/cgroup.c:1714:2: note: in expansion of macro 'do_each_subsys_mask' do_each_subsys_mask(ss, ssid, ss_mask) { ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, 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:1926:12: note: byref variable will be forcibly initialized LIST_HEAD(tmp_links); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/cgroup.h:12, from /kisskb/src/kernel/cgroup/cgroup-internal.h:5, from /kisskb/src/kernel/cgroup/cgroup.c:31: /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_lock_and_drain_offline': /kisskb/src/kernel/cgroup/cgroup.c:2935:16: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^ /kisskb/src/kernel/cgroup/cgroup.c:2935:4: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_freeze_write': /kisskb/src/kernel/cgroup/cgroup.c:3637:6: note: byref variable will be forcibly initialized int freeze; ^ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_max_depth_write': /kisskb/src/kernel/cgroup/cgroup.c:3461:6: note: byref variable will be forcibly initialized int depth; ^ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_max_descendants_write': /kisskb/src/kernel/cgroup/cgroup.c:3417:6: note: byref variable will be forcibly initialized int descendants; ^ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_subtree_control_write': /kisskb/src/kernel/cgroup/cgroup.c:680:16: note: byref variable will be forcibly initialized unsigned long __ss_mask = (ss_mask); \ ^ /kisskb/src/kernel/cgroup/cgroup.c:3229:3: note: in expansion of macro 'do_each_subsys_mask' do_each_subsys_mask(ss, ssid, ~cgrp_dfl_inhibit_ss_mask) { ^ /kisskb/src/kernel/cgroup/cgroup.c: In function '__cgroup_procs_write': /kisskb/src/kernel/cgroup/cgroup.c:4737:7: note: byref variable will be forcibly initialized bool locked; ^ /kisskb/src/mm/mlock.c: In function '__munlock_pagevec_fill': /kisskb/src/mm/mlock.c:354:14: note: byref variable will be forcibly initialized spinlock_t *ptl; ^ /kisskb/src/mm/mlock.c: In function '__munlock_pagevec': /kisskb/src/mm/mlock.c:266:6: note: byref variable will be forcibly initialized int pgrescued = 0; ^ /kisskb/src/mm/mlock.c:264:17: note: byref variable will be forcibly initialized struct pagevec pvec_putback; ^ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_post_fork': /kisskb/src/kernel/cgroup/cgroup.c:680:16: note: byref variable will be forcibly initialized unsigned long __ss_mask = (ss_mask); \ ^ /kisskb/src/kernel/cgroup/cgroup.c:6125:2: note: in expansion of macro 'do_each_subsys_mask' do_each_subsys_mask(ss, i, have_fork_callback) { ^ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_exit': /kisskb/src/kernel/cgroup/cgroup.c:680:16: note: byref variable will be forcibly initialized unsigned long __ss_mask = (ss_mask); \ ^ /kisskb/src/kernel/cgroup/cgroup.c:6169:2: note: in expansion of macro 'do_each_subsys_mask' 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:680:16: note: byref variable will be forcibly initialized unsigned long __ss_mask = (ss_mask); \ ^ /kisskb/src/kernel/cgroup/cgroup.c:6179:2: note: in expansion of macro 'do_each_subsys_mask' do_each_subsys_mask(ss, ssid, have_release_callback) { ^ /kisskb/src/mm/mlock.c: In function 'munlock_vma_pages_range': /kisskb/src/mm/mlock.c:429:18: note: byref variable will be forcibly initialized struct pagevec pvec; ^ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_can_fork': /kisskb/src/kernel/cgroup/cgroup.c:680:16: note: byref variable will be forcibly initialized unsigned long __ss_mask = (ss_mask); \ ^ /kisskb/src/kernel/cgroup/cgroup.c:6026:2: note: in expansion of macro 'do_each_subsys_mask' do_each_subsys_mask(ss, i, have_canfork_callback) { ^ /kisskb/src/mm/mlock.c: In function 'apply_vma_lock_flags': /kisskb/src/mm/mlock.c:562:33: note: byref variable will be forcibly initialized struct vm_area_struct * vma, * prev; ^ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_parse_float': /kisskb/src/kernel/cgroup/cgroup.c:6363:18: note: byref variable will be forcibly initialized int fstart = 0, fend = 0, flen; ^ /kisskb/src/kernel/cgroup/cgroup.c:6363:6: note: byref variable will be forcibly initialized int fstart = 0, fend = 0, flen; ^ /kisskb/src/kernel/cgroup/cgroup.c:6362:13: note: byref variable will be forcibly initialized s64 whole, frac = 0; ^ /kisskb/src/kernel/cgroup/cgroup.c:6362:6: note: byref variable will be forcibly initialized s64 whole, frac = 0; ^ /kisskb/src/mm/mlock.c: In function 'apply_mlockall_flags': /kisskb/src/mm/mlock.c:740:33: note: byref variable will be forcibly initialized struct vm_area_struct * vma, * prev = NULL; ^ /kisskb/src/drivers/irqchip/irq-dw-apb-ictl.c: In function 'dw_apb_ictl_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-dw-apb-ictl.c:80:15: note: byref variable will be forcibly initialized unsigned int type = IRQ_TYPE_NONE; ^ /kisskb/src/drivers/irqchip/irq-dw-apb-ictl.c:79:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^ /kisskb/src/drivers/irqchip/irq-dw-apb-ictl.c: In function 'dw_apb_ictl_init': /kisskb/src/drivers/irqchip/irq-dw-apb-ictl.c:119:18: note: byref variable will be forcibly initialized struct resource r; ^ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_sync_fs': /kisskb/src/fs/reiserfs/super.c:69:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_parse_options': /kisskb/src/fs/reiserfs/super.c:1218:10: note: byref variable will be forcibly initialized char *p = NULL; ^ /kisskb/src/fs/reiserfs/super.c:1195:10: note: byref variable will be forcibly initialized char *p; ^ /kisskb/src/fs/reiserfs/super.c:1132:8: note: byref variable will be forcibly initialized char *pos; ^ /kisskb/src/fs/reiserfs/super.c:1131:8: note: byref variable will be forcibly initialized char *arg = NULL; ^ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_write_info': /kisskb/src/fs/reiserfs/super.c:2354:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_release_dquot': /kisskb/src/fs/reiserfs/super.c:2318:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_acquire_dquot': /kisskb/src/fs/reiserfs/super.c:2295:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_write_dquot': /kisskb/src/fs/reiserfs/super.c:2272:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_quota_on': /kisskb/src/fs/reiserfs/super.c:2391:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_dirty_inode': /kisskb/src/fs/reiserfs/super.c:694:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/super.c: In function 'find_hash_out': /kisskb/src/fs/reiserfs/super.c:1736:28: note: byref variable will be forcibly initialized struct reiserfs_dir_entry de; ^ /kisskb/src/fs/reiserfs/super.c:1734:17: note: byref variable will be forcibly initialized struct cpu_key key; ^ /kisskb/src/fs/reiserfs/super.c: In function 'remove_save_link_only': /kisskb/src/fs/reiserfs/super.c:196:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_quota_write': /kisskb/src/fs/reiserfs/super.c:2549:21: note: byref variable will be forcibly initialized struct buffer_head tmp_bh, *bh; ^ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_quota_read': /kisskb/src/fs/reiserfs/super.c:2498:21: note: byref variable will be forcibly initialized struct buffer_head tmp_bh, *bh; ^ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_put_super': /kisskb/src/fs/reiserfs/super.c:591:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_freeze': /kisskb/src/fs/reiserfs/super.c:149:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/super.c: In function 'add_save_link': /kisskb/src/fs/reiserfs/super.c:436:9: note: byref variable will be forcibly initialized __le32 link; ^ /kisskb/src/fs/reiserfs/super.c:435:19: note: byref variable will be forcibly initialized struct item_head ih; ^ /kisskb/src/fs/reiserfs/super.c:434:17: note: byref variable will be forcibly initialized struct cpu_key key; ^ /kisskb/src/fs/reiserfs/super.c: In function 'remove_save_link': /kisskb/src/fs/reiserfs/super.c:513:22: note: byref variable will be forcibly initialized struct reiserfs_key key; ^ /kisskb/src/fs/reiserfs/super.c:512:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/super.c: In function 'finish_unfinished': /kisskb/src/fs/reiserfs/super.c:229:37: note: byref variable will be forcibly initialized struct reiserfs_key save_link_key, last_inode_key; ^ /kisskb/src/fs/reiserfs/super.c:229:22: note: byref variable will be forcibly initialized struct reiserfs_key save_link_key, last_inode_key; ^ /kisskb/src/fs/reiserfs/super.c:228:30: note: byref variable will be forcibly initialized struct cpu_key max_cpu_key, obj_key; ^ /kisskb/src/fs/reiserfs/super.c:228:17: note: byref variable will be forcibly initialized struct cpu_key max_cpu_key, obj_key; ^ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_fill_super': /kisskb/src/fs/reiserfs/super.c:1910:15: note: byref variable will be forcibly initialized unsigned int qfmt = 0; ^ /kisskb/src/fs/reiserfs/super.c:1906:8: note: byref variable will be forcibly initialized char *jdev_name; ^ /kisskb/src/fs/reiserfs/super.c:1904:28: note: byref variable will be forcibly initialized struct reiserfs_iget_args args; ^ /kisskb/src/fs/reiserfs/super.c:1902:15: note: byref variable will be forcibly initialized unsigned int commit_max_age = 0; ^ /kisskb/src/fs/reiserfs/super.c:1901:16: note: byref variable will be forcibly initialized unsigned long blocks; ^ /kisskb/src/fs/reiserfs/super.c:1899:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_remount': /kisskb/src/fs/reiserfs/super.c:1443:15: note: byref variable will be forcibly initialized unsigned int qfmt = 0; ^ /kisskb/src/fs/reiserfs/super.c:1442:8: note: byref variable will be forcibly initialized char *qf_names[REISERFS_MAXQUOTAS]; ^ /kisskb/src/fs/reiserfs/super.c:1438:15: note: byref variable will be forcibly initialized unsigned int commit_max_age = (unsigned int)-1; ^ /kisskb/src/fs/reiserfs/super.c:1436:16: note: byref variable will be forcibly initialized unsigned long mount_options = REISERFS_SB(s)->s_mount_opt; ^ /kisskb/src/fs/reiserfs/super.c:1435:16: note: byref variable will be forcibly initialized unsigned long blocks; ^ /kisskb/src/fs/reiserfs/super.c:1434:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/block/blk-mq.c:8: /kisskb/src/block/blk-mq.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^ In file included from /kisskb/src/include/linux/genhd.h:16:0, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/include/linux/backing-dev.h:15, from /kisskb/src/block/blk-mq.c:10: /kisskb/src/block/blk-mq.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:641:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/block/blk-mq.c: In function '__blk_mq_issue_directly': /kisskb/src/block/blk-mq.c:1971:27: note: byref variable will be forcibly initialized struct blk_mq_queue_data bd = { ^ In file included from /kisskb/src/include/linux/blk-mq.h:6:0, from /kisskb/src/block/blk-mq.c:33: /kisskb/src/block/blk-mq.c: In function '__sbitmap_for_each_set': /kisskb/src/include/linux/sbitmap.h:243:17: note: byref variable will be forcibly initialized unsigned long word; ^ /kisskb/src/block/blk-mq.c: In function '__blk_mq_run_hw_queue': /kisskb/src/block/blk-mq.c:1477:6: note: byref variable will be forcibly initialized int srcu_idx; ^ /kisskb/src/block/blk-mq.c: In function 'blk_mq_timeout_work': /kisskb/src/block/blk-mq.c:956:16: note: byref variable will be forcibly initialized unsigned long next = 0; ^ /kisskb/src/block/blk-mq.c: In function 'blk_mq_poll_hybrid_sleep': /kisskb/src/block/blk-mq.c:3780:25: note: byref variable will be forcibly initialized struct hrtimer_sleeper hs; ^ /kisskb/src/block/blk-mq.c: In function 'blk_mq_hctx_has_requests': /kisskb/src/block/blk-mq.c:2482:22: note: byref variable will be forcibly initialized struct rq_iter_data data = { ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c: In function 'blk_mq_freeze_queue_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/block/blk-mq.c:151:2: note: in expansion of macro 'wait_event' wait_event(q->mq_freeze_wq, percpu_ref_is_zero(&q->q_usage_counter)); ^ /kisskb/src/block/blk-mq.c: In function 'blk_mq_freeze_queue_wait_timeout': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^ /kisskb/src/block/blk-mq.c:158:9: note: in expansion of macro 'wait_event_timeout' return wait_event_timeout(q->mq_freeze_wq, ^ /kisskb/src/block/blk-mq.c: In function 'blk_mq_queue_inflight': /kisskb/src/block/blk-mq.c:869:7: note: byref variable will be forcibly initialized bool busy = false; ^ /kisskb/src/block/blk-mq.c: In function 'blk_mq_flush_busy_ctxs': /kisskb/src/block/blk-mq.c:1021:29: note: byref variable will be forcibly initialized struct flush_busy_ctx_data data = { ^ /kisskb/src/block/blk-mq.c: In function 'blk_mq_dequeue_from_ctx': /kisskb/src/block/blk-mq.c:1059:26: note: byref variable will be forcibly initialized struct dispatch_rq_data data = { ^ /kisskb/src/block/blk-mq.c: In function 'blk_mq_run_hw_queue': /kisskb/src/block/blk-mq.c:1601:6: note: byref variable will be forcibly initialized int srcu_idx; ^ /kisskb/src/block/blk-mq.c: In function 'blk_mq_dispatch_rq_list': /kisskb/src/block/blk-mq.c:1339:28: note: byref variable will be forcibly initialized struct blk_mq_queue_data bd; ^ In file included from /kisskb/src/include/linux/module.h:12:0, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c:1329:12: note: byref variable will be forcibly initialized LIST_HEAD(zone_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/block/blk-mq.c: In function 'blk_mq_hctx_notify_dead': /kisskb/src/block/blk-mq.c:2552:12: note: byref variable will be forcibly initialized LIST_HEAD(tmp); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/block/blk-mq.c: In function 'blk_mq_try_issue_directly': /kisskb/src/block/blk-mq.c:2062:6: note: byref variable will be forcibly initialized int srcu_idx; ^ In file included from /kisskb/src/include/linux/module.h:12:0, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c: In function 'blk_mq_requeue_work': /kisskb/src/block/blk-mq.c:767:12: note: byref variable will be forcibly initialized LIST_HEAD(rq_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/block/blk-mq.c: In function 'blk_mq_flush_plug_list': /kisskb/src/block/blk-mq.c:1925:20: note: byref variable will be forcibly initialized struct list_head rq_list; ^ In file included from /kisskb/src/include/linux/module.h:12:0, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c:1913:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/block/blk-mq.c: In function 'blk_mq_request_issue_directly': /kisskb/src/block/blk-mq.c:2081:11: note: byref variable will be forcibly initialized blk_qc_t unused_cookie; ^ /kisskb/src/block/blk-mq.c:2080:6: note: byref variable will be forcibly initialized int srcu_idx; ^ /kisskb/src/block/blk-mq.c: In function 'blk_mq_submit_bio': /kisskb/src/block/blk-mq.c:2168:11: note: byref variable will be forcibly initialized blk_qc_t cookie; ^ /kisskb/src/block/blk-mq.c:2167:15: note: byref variable will be forcibly initialized unsigned int nr_segs; ^ /kisskb/src/block/blk-mq.c:2166:18: note: byref variable will be forcibly initialized struct request *same_queue_rq = NULL; ^ /kisskb/src/block/blk-mq.c:2161:27: note: byref variable will be forcibly initialized struct blk_mq_alloc_data data = { ^ In file included from /kisskb/src/include/linux/module.h:12:0, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c: In function '__blk_mq_update_nr_hw_queues': /kisskb/src/block/blk-mq.c:3641:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/sound/core/seq/seq_system.c: In function 'snd_seq_system_broadcast': /kisskb/src/sound/core/seq/seq_system.c:81:23: note: byref variable will be forcibly initialized struct snd_seq_event ev; ^ /kisskb/src/sound/core/seq/seq_system.c: In function 'snd_seq_system_client_init': /kisskb/src/sound/core/seq/seq_system.c:109:31: note: byref variable will be forcibly initialized struct snd_seq_port_callback pcallbacks; ^ /kisskb/src/mm/mmap.c: In function 'unmap_region': /kisskb/src/mm/mmap.c:2669:20: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^ /kisskb/src/mm/mmap.c: In function 'cmdline_parse_stack_guard_gap': /kisskb/src/mm/mmap.c:2572:8: note: byref variable will be forcibly initialized char *endptr; ^ /kisskb/src/mm/mmap.c: In function 'arch_get_unmapped_area': /kisskb/src/mm/mmap.c:2167:31: note: byref variable will be forcibly initialized struct vm_unmapped_area_info info; ^ /kisskb/src/mm/mmap.c:2166:31: note: byref variable will be forcibly initialized struct vm_area_struct *vma, *prev; ^ /kisskb/src/mm/mmap.c: In function 'arch_get_unmapped_area_topdown': /kisskb/src/mm/mmap.c:2207:31: note: byref variable will be forcibly initialized struct vm_unmapped_area_info info; ^ /kisskb/src/mm/mmap.c:2205:31: note: byref variable will be forcibly initialized struct vm_area_struct *vma, *prev; ^ /kisskb/src/mm/mmap.c: In function 'exit_mmap': /kisskb/src/mm/mmap.c:3167:20: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^ /kisskb/src/mm/mmap.c: In function 'do_brk_flags': /kisskb/src/mm/mmap.c:3067:29: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^ /kisskb/src/mm/mmap.c:3067:19: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^ /kisskb/src/mm/mmap.c:3066:31: note: byref variable will be forcibly initialized struct vm_area_struct *vma, *prev; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/mm/mmap.c:13: /kisskb/src/mm/mmap.c: In function '__do_sys_brk': /kisskb/src/mm/mmap.c:198:12: note: byref variable will be forcibly initialized LIST_HEAD(uf); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/mm/mmap.c: In function 'vm_brk_flags': /kisskb/src/mm/mmap.c:3137:12: note: byref variable will be forcibly initialized LIST_HEAD(uf); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/mm/mmap.c: In function 'mmap_region': /kisskb/src/mm/mmap.c:1731:29: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^ /kisskb/src/mm/mmap.c:1731:19: note: byref variable will be forcibly initialized struct rb_node **rb_link, *rb_parent; ^ /kisskb/src/mm/mmap.c:1729:31: note: byref variable will be forcibly initialized struct vm_area_struct *vma, *prev, *merge; ^ /kisskb/src/mm/mmap.c: In function '__do_sys_remap_file_pages': /kisskb/src/mm/mmap.c:2968:16: note: byref variable will be forcibly initialized unsigned long populate = 0; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/mm/mmap.c:13: /kisskb/src/mm/mmap.c: In function '__vm_munmap': /kisskb/src/mm/mmap.c:2924:12: note: byref variable will be forcibly initialized LIST_HEAD(uf); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/sound/core/seq/seq_ports.c: In function 'clear_subscriber_list': /kisskb/src/crypto/sm3_generic.c: In function 'sm3_transform': /kisskb/src/sound/core/seq/seq_ports.c:216:26: note: byref variable will be forcibly initialized struct snd_seq_client *c; ^ /kisskb/src/crypto/sm3_generic.c:127:15: note: byref variable will be forcibly initialized unsigned int wt[64]; ^ /kisskb/src/crypto/sm3_generic.c:126:15: note: byref variable will be forcibly initialized unsigned int w[68]; ^ /kisskb/src/sound/core/seq/seq_ports.c: In function 'snd_seq_delete_all_ports': /kisskb/src/sound/core/seq/seq_ports.c:294:19: note: byref variable will be forcibly initialized struct list_head deleted_list; ^ /kisskb/src/sound/core/seq/seq_ports.c: In function 'snd_seq_event_port_attach': /kisskb/src/sound/core/seq/seq_ports.c:651:27: note: byref variable will be forcibly initialized struct snd_seq_port_info portinfo; ^ /kisskb/src/sound/core/seq/seq_ports.c: In function 'snd_seq_event_port_detach': /kisskb/src/sound/core/seq/seq_ports.c:684:27: note: byref variable will be forcibly initialized struct snd_seq_port_info portinfo; ^ /kisskb/src/drivers/irqchip/irq-gic.c: In function 'gic_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-gic.c:1082:15: note: byref variable will be forcibly initialized unsigned int type = IRQ_TYPE_NONE; ^ /kisskb/src/drivers/irqchip/irq-gic.c:1081:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^ /kisskb/src/drivers/irqchip/irq-gic.c: In function 'gic_check_eoimode': /kisskb/src/drivers/irqchip/irq-gic.c:1305:18: note: byref variable will be forcibly initialized struct resource cpuif_res; ^ /kisskb/src/fs/reiserfs/prints.c: In function 'scnprintf_direntry': /kisskb/src/fs/reiserfs/prints.c:140:7: note: byref variable will be forcibly initialized char name[20]; ^ /kisskb/src/fs/reiserfs/prints.c: In function 'prepare_error_buf': /kisskb/src/fs/reiserfs/prints.c:209:6: note: byref variable will be forcibly initialized int what; ^ /kisskb/src/fs/reiserfs/prints.c: In function 'reiserfs_printk': /kisskb/src/fs/reiserfs/prints.c:279:13: note: byref variable will be forcibly initialized va_list args;\ ^ /kisskb/src/fs/reiserfs/prints.c:312:2: note: in expansion of macro 'do_reiserfs_warning' do_reiserfs_warning(fmt); ^ /kisskb/src/fs/reiserfs/prints.c: In function '__reiserfs_warning': /kisskb/src/fs/reiserfs/prints.c:279:13: note: byref variable will be forcibly initialized va_list args;\ ^ /kisskb/src/fs/reiserfs/prints.c:288:2: note: in expansion of macro 'do_reiserfs_warning' do_reiserfs_warning(fmt); ^ /kisskb/src/fs/reiserfs/prints.c: In function 'reiserfs_info': /kisskb/src/fs/reiserfs/prints.c:279:13: note: byref variable will be forcibly initialized va_list args;\ ^ /kisskb/src/fs/reiserfs/prints.c:301:2: note: in expansion of macro 'do_reiserfs_warning' do_reiserfs_warning(fmt); ^ /kisskb/src/fs/reiserfs/prints.c: In function '__reiserfs_panic': /kisskb/src/fs/reiserfs/prints.c:279:13: note: byref variable will be forcibly initialized va_list args;\ ^ /kisskb/src/fs/reiserfs/prints.c:378:2: note: in expansion of macro 'do_reiserfs_warning' do_reiserfs_warning(fmt); ^ /kisskb/src/fs/reiserfs/prints.c: In function '__reiserfs_error': /kisskb/src/fs/reiserfs/prints.c:279:13: note: byref variable will be forcibly initialized va_list args;\ ^ /kisskb/src/fs/reiserfs/prints.c:396:2: note: in expansion of macro 'do_reiserfs_warning' do_reiserfs_warning(fmt); ^ /kisskb/src/fs/reiserfs/prints.c: In function 'reiserfs_abort': /kisskb/src/fs/reiserfs/prints.c:279:13: note: byref variable will be forcibly initialized va_list args;\ ^ /kisskb/src/fs/reiserfs/prints.c:420:2: note: in expansion of macro 'do_reiserfs_warning' do_reiserfs_warning(fmt); ^ /kisskb/src/fs/reiserfs/prints.c: In function 'print_block': /kisskb/src/fs/reiserfs/prints.c:613:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/crypto/streebog_generic.c: In function 'streebog_g': /kisskb/src/crypto/streebog_generic.c:955:30: note: byref variable will be forcibly initialized struct streebog_uint512 Ki, data; ^ /kisskb/src/crypto/streebog_generic.c:955:26: note: byref variable will be forcibly initialized struct streebog_uint512 Ki, data; ^ /kisskb/src/crypto/streebog_generic.c: In function 'streebog_stage2': /kisskb/src/crypto/streebog_generic.c:977:26: note: byref variable will be forcibly initialized struct streebog_uint512 m; ^ /kisskb/src/sound/core/seq/seq_midi.c: In function 'event_process_midi': /kisskb/src/sound/core/seq/seq_midi.c:118:16: note: byref variable will be forcibly initialized unsigned char msg[10]; /* buffer for constructing midi messages */ ^ /kisskb/src/sound/core/seq/seq_midi.c: In function 'midisynth_use': /kisskb/src/sound/core/seq/seq_midi.c:209:28: note: byref variable will be forcibly initialized struct snd_rawmidi_params params; ^ /kisskb/src/sound/core/seq/seq_midi.c: In function 'midisynth_subscribe': /kisskb/src/sound/core/seq/seq_midi.c:167:28: note: byref variable will be forcibly initialized struct snd_rawmidi_params params; ^ /kisskb/src/sound/core/seq/seq_midi.c: In function 'snd_midi_input_event': /kisskb/src/sound/core/seq/seq_midi.c:66:7: note: byref variable will be forcibly initialized char buf[16], *pbuf; ^ /kisskb/src/sound/core/seq/seq_midi.c:65:23: note: byref variable will be forcibly initialized struct snd_seq_event ev; ^ In file included from /kisskb/src/sound/core/seq/seq_midi.c:16:0: /kisskb/src/sound/core/seq/seq_midi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/sound/core/seq/seq_midi.c: In function 'snd_seq_midisynth_probe': /kisskb/src/sound/core/seq/seq_midi.c:268:31: note: byref variable will be forcibly initialized struct snd_seq_port_callback pcallbacks; ^ /kisskb/src/kernel/time/clocksource.c: In function 'unbind_clocksource_store': /kisskb/src/kernel/time/clocksource.c:1112:7: note: byref variable will be forcibly initialized char name[CS_NAME_LEN]; ^ In file included from /kisskb/src/include/linux/blk-mq.h:6:0, from /kisskb/src/block/blk-mq-tag.c:12: /kisskb/src/block/blk-mq-tag.c: In function '__sbitmap_for_each_set': /kisskb/src/include/linux/sbitmap.h:243:17: note: byref variable will be forcibly initialized unsigned long word; ^ /kisskb/src/block/blk-mq-tag.c: In function 'bt_tags_for_each': /kisskb/src/block/blk-mq-tag.c:302:27: note: byref variable will be forcibly initialized struct bt_tags_iter_data iter_data = { ^ /kisskb/src/block/blk-mq-tag.c: In function 'bt_for_each': /kisskb/src/block/blk-mq-tag.c:240:22: note: byref variable will be forcibly initialized struct bt_iter_data iter_data = { ^ In file included from /kisskb/src/include/linux/blk-mq.h:6:0, from /kisskb/src/block/blk-mq-tag.c:12: /kisskb/src/block/blk-mq-tag.c: In function 'blk_mq_get_tag': /kisskb/src/block/blk-mq-tag.c:94:18: note: byref variable will be forcibly initialized DEFINE_SBQ_WAIT(wait); ^ /kisskb/src/include/linux/sbitmap.h:543:18: note: in definition of macro 'DEFINE_SBQ_WAIT' struct sbq_wait name = { \ ^ /kisskb/src/block/blk-mq-tag.c: In function 'blk_mq_tagset_wait_completed_request': /kisskb/src/block/blk-mq-tag.c:385:12: note: byref variable will be forcibly initialized unsigned count = 0; ^ /kisskb/src/block/blk-mq-tag.c: In function 'blk_mq_queue_tag_busy_iter': /kisskb/src/block/blk-mq-tag.c:240:22: note: byref variable will be forcibly initialized struct bt_iter_data iter_data = { ^ /kisskb/src/block/blk-mq-tag.c:240:22: note: byref variable will be forcibly initialized /kisskb/src/crypto/wp512.c: In function 'wp512_process_buffer': /kisskb/src/crypto/wp512.c:785:6: note: byref variable will be forcibly initialized u64 block[8]; /* mu(buffer) */ ^ /kisskb/src/crypto/wp512.c: In function 'wp256_final': /kisskb/src/crypto/wp512.c:1113:5: note: byref variable will be forcibly initialized u8 D[64]; ^ /kisskb/src/crypto/wp512.c: In function 'wp384_final': /kisskb/src/crypto/wp512.c:1102:5: note: byref variable will be forcibly initialized u8 D[64]; ^ /kisskb/src/sound/core/seq/seq_midi_event.c: In function 'extra_decode_xrpn': /kisskb/src/sound/core/seq/seq_midi_event.c:434:16: note: byref variable will be forcibly initialized unsigned char bytes[4]; ^ /kisskb/src/sound/core/seq/seq_midi_event.c: In function 'snd_midi_event_decode': /kisskb/src/sound/core/seq/seq_midi_event.c:321:17: note: byref variable will be forcibly initialized unsigned char xbuf[4]; ^ /kisskb/src/fs/reiserfs/lbalance.c: In function 'leaf_copy_dir_entries': /kisskb/src/fs/reiserfs/lbalance.c:70:20: note: byref variable will be forcibly initialized struct item_head new_ih; ^ /kisskb/src/fs/reiserfs/lbalance.c: In function 'leaf_item_bottle': /kisskb/src/fs/reiserfs/lbalance.c:470:21: note: byref variable will be forcibly initialized struct item_head n_ih; ^ /kisskb/src/fs/reiserfs/lbalance.c:434:21: note: byref variable will be forcibly initialized struct item_head n_ih; ^ /kisskb/src/fs/reiserfs/lbalance.c: In function 'leaf_move_items': /kisskb/src/fs/reiserfs/lbalance.c:720:6: note: byref variable will be forcibly initialized int first_last; ^ /kisskb/src/fs/reiserfs/lbalance.c:719:30: note: byref variable will be forcibly initialized struct buffer_info dest_bi, src_bi; ^ /kisskb/src/fs/reiserfs/lbalance.c:719:21: note: byref variable will be forcibly initialized struct buffer_info dest_bi, src_bi; ^ /kisskb/src/sound/core/seq/seq_virmidi.c: In function 'snd_vmidi_output_work': /kisskb/src/sound/core/seq/seq_virmidi.c:130:16: note: byref variable will be forcibly initialized unsigned char input; ^ /kisskb/src/sound/core/seq/seq_virmidi.c: In function 'snd_virmidi_dev_attach_seq': /kisskb/src/sound/core/seq/seq_virmidi.c:347:31: note: byref variable will be forcibly initialized struct snd_seq_port_callback pcallbacks; ^ /kisskb/src/sound/core/seq/seq_virmidi.c: In function 'snd_virmidi_dev_receive_event': /kisskb/src/sound/core/seq/seq_virmidi.c:70:16: note: byref variable will be forcibly initialized unsigned char msg[4]; ^ /kisskb/src/sound/core/seq/seq_virmidi.c: In function 'snd_virmidi_new': /kisskb/src/sound/core/seq/seq_virmidi.c:480:22: note: byref variable will be forcibly initialized struct snd_rawmidi *rmidi; ^ In file included from /kisskb/src/include/linux/genhd.h:16:0, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/include/linux/blk-mq.h:5, from /kisskb/src/block/blk-stat.c:9: /kisskb/src/block/blk-stat.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/block/blk-stat.c:7: /kisskb/src/block/blk-stat.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:93:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^ /kisskb/src/kernel/cgroup/rstat.c: In function 'root_cgroup_cputime': /kisskb/src/kernel/cgroup/rstat.c:405:25: note: byref variable will be forcibly initialized struct kernel_cpustat kcpustat; ^ /kisskb/src/kernel/cgroup/rstat.c: In function 'cgroup_base_stat_cputime_show': /kisskb/src/kernel/cgroup/rstat.c:433:22: note: byref variable will be forcibly initialized struct task_cputime cputime; ^ /kisskb/src/kernel/cgroup/rstat.c:432:20: note: byref variable will be forcibly initialized u64 usage, utime, stime; ^ /kisskb/src/kernel/cgroup/rstat.c:432:13: note: byref variable will be forcibly initialized u64 usage, utime, stime; ^ /kisskb/src/kernel/time/timer_list.c: In function 'SEQ_printf': /kisskb/src/kernel/time/timer_list.c:33:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/kernel/time/timer_list.c: In function 'print_active_timers': /kisskb/src/kernel/time/timer_list.c:63:25: note: byref variable will be forcibly initialized struct hrtimer *timer, tmp; ^ /kisskb/src/mm/mprotect.c: In function 'change_pmd_range': /kisskb/src/mm/mprotect.c:220:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^ /kisskb/src/mm/mprotect.c: In function 'mprotect_fixup': /kisskb/src/mm/mprotect.c:423:12: note: byref variable will be forcibly initialized pgprot_t new_pgprot = vm_get_page_prot(newflags); ^ /kisskb/src/mm/mprotect.c: In function 'do_mprotect_pkey': /kisskb/src/mm/mprotect.c:516:31: note: byref variable will be forcibly initialized struct vm_area_struct *vma, *prev; ^ /kisskb/src/fs/reiserfs/ibalance.c: In function 'internal_insert_childs': /kisskb/src/fs/reiserfs/ibalance.c:135:20: note: byref variable will be forcibly initialized struct disk_child new_dc[2]; ^ /kisskb/src/fs/reiserfs/ibalance.c: In function 'internal_shift1_left': /kisskb/src/fs/reiserfs/ibalance.c:539:6: note: byref variable will be forcibly initialized int d_key_position; ^ /kisskb/src/fs/reiserfs/ibalance.c:538:22: note: byref variable will be forcibly initialized struct buffer_head *cf; ^ /kisskb/src/fs/reiserfs/ibalance.c:537:30: note: byref variable will be forcibly initialized struct buffer_info dest_bi, src_bi; ^ /kisskb/src/fs/reiserfs/ibalance.c:537:21: note: byref variable will be forcibly initialized struct buffer_info dest_bi, src_bi; ^ /kisskb/src/fs/reiserfs/ibalance.c: In function 'internal_shift1_right': /kisskb/src/fs/reiserfs/ibalance.c:614:6: note: byref variable will be forcibly initialized int d_key_position; ^ /kisskb/src/fs/reiserfs/ibalance.c:613:22: note: byref variable will be forcibly initialized struct buffer_head *cf; ^ /kisskb/src/fs/reiserfs/ibalance.c:612:30: note: byref variable will be forcibly initialized struct buffer_info dest_bi, src_bi; ^ /kisskb/src/fs/reiserfs/ibalance.c:612:21: note: byref variable will be forcibly initialized struct buffer_info dest_bi, src_bi; ^ /kisskb/src/fs/reiserfs/ibalance.c: In function 'internal_shift_left': /kisskb/src/fs/reiserfs/ibalance.c:498:6: note: byref variable will be forcibly initialized int d_key_position; ^ /kisskb/src/fs/reiserfs/ibalance.c:497:22: note: byref variable will be forcibly initialized struct buffer_head *cf; ^ /kisskb/src/fs/reiserfs/ibalance.c:496:30: note: byref variable will be forcibly initialized struct buffer_info dest_bi, src_bi; ^ /kisskb/src/fs/reiserfs/ibalance.c:496:21: note: byref variable will be forcibly initialized struct buffer_info dest_bi, src_bi; ^ /kisskb/src/fs/reiserfs/ibalance.c: In function 'internal_shift_right': /kisskb/src/fs/reiserfs/ibalance.c:570:6: note: byref variable will be forcibly initialized int d_key_position; ^ /kisskb/src/fs/reiserfs/ibalance.c:569:22: note: byref variable will be forcibly initialized struct buffer_head *cf; ^ /kisskb/src/fs/reiserfs/ibalance.c:568:30: note: byref variable will be forcibly initialized struct buffer_info dest_bi, src_bi; ^ /kisskb/src/fs/reiserfs/ibalance.c:568:21: note: byref variable will be forcibly initialized struct buffer_info dest_bi, src_bi; ^ /kisskb/src/fs/reiserfs/ibalance.c: In function 'balance_internal_when_delete': /kisskb/src/fs/reiserfs/ibalance.c:638:21: note: byref variable will be forcibly initialized struct buffer_info bi; ^ /kisskb/src/fs/reiserfs/ibalance.c: In function 'balance_internal': /kisskb/src/fs/reiserfs/ibalance.c:1043:31: note: byref variable will be forcibly initialized struct buffer_info dest_bi, src_bi; ^ /kisskb/src/fs/reiserfs/ibalance.c:1043:22: note: byref variable will be forcibly initialized struct buffer_info dest_bi, src_bi; ^ /kisskb/src/fs/reiserfs/ibalance.c:821:19: note: byref variable will be forcibly initialized struct item_head new_insert_key; ^ /kisskb/src/fs/reiserfs/ibalance.c:812:21: note: byref variable will be forcibly initialized struct buffer_info bi; ^ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_lle': /kisskb/src/crypto/gf128mul.c:172:8: note: byref variable will be forcibly initialized be128 p[8]; ^ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_bbe': /kisskb/src/crypto/gf128mul.c:210:8: note: byref variable will be forcibly initialized be128 p[8]; ^ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_4k_lle': /kisskb/src/crypto/gf128mul.c:388:8: note: byref variable will be forcibly initialized be128 r[1]; ^ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_4k_bbe': /kisskb/src/crypto/gf128mul.c:403:8: note: byref variable will be forcibly initialized be128 r[1]; ^ In file included from /kisskb/src/include/linux/node.h:18:0, 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:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/sound/core/init.c: In function 'card_id_store_attr': /kisskb/src/sound/core/init.c:680:7: note: byref variable will be forcibly initialized char buf1[sizeof(card->id)]; ^ /kisskb/src/sound/core/init.c: In function 'snd_card_set_id_no_lock': /kisskb/src/sound/core/init.c:622:8: note: byref variable will be forcibly initialized char sfxstr[5]; /* "_012" */ ^ /kisskb/src/sound/core/init.c: In function 'snd_card_new': /kisskb/src/sound/core/init.c:167:7: note: byref variable will be forcibly initialized char name[8]; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/sound/core/init.c:8: /kisskb/src/sound/core/init.c: In function 'snd_card_disconnect_sync': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:947:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:1007:2: note: in expansion of macro '__wait_event_lock_irq' __wait_event_lock_irq(wq_head, condition, lock, ); \ ^ /kisskb/src/sound/core/init.c:474:2: note: in expansion of macro 'wait_event_lock_irq' wait_event_lock_irq(card->remove_sleep, ^ In file included from /kisskb/src/include/linux/mm_types.h:12:0, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/sound/core/init.c:9: /kisskb/src/sound/core/init.c: In function 'snd_card_free': /kisskb/src/sound/core/init.c:538:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(released); ^ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^ /kisskb/src/sound/core/init.c: In function 'snd_card_register': /kisskb/src/sound/core/init.c:785:8: note: byref variable will be forcibly initialized char tmpid[sizeof(card->id)]; ^ /kisskb/src/sound/core/init.c: In function 'snd_power_wait': /kisskb/src/sound/core/init.c:1017:21: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^ /kisskb/src/mm/mremap.c: In function 'move_page_tables': /kisskb/src/mm/mremap.c:415:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^ /kisskb/src/mm/mremap.c: In function 'move_vma': /kisskb/src/mm/mremap.c:499:7: note: byref variable will be forcibly initialized bool need_rmap_locks; ^ /kisskb/src/mm/mremap.c: In function 'mremap_to': /kisskb/src/mm/mremap.c:711:16: note: byref variable will be forcibly initialized unsigned long charged = 0; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/mremap.c:11: /kisskb/src/mm/mremap.c: In function '__do_sys_mremap': /kisskb/src/mm/mremap.c:828:12: note: byref variable will be forcibly initialized LIST_HEAD(uf_unmap); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/mm/mremap.c:827:12: note: byref variable will be forcibly initialized LIST_HEAD(uf_unmap_early); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/mm/mremap.c:824:7: note: byref variable will be forcibly initialized bool locked = false; ^ /kisskb/src/mm/mremap.c:823:16: note: byref variable will be forcibly initialized unsigned long charged = 0; ^ /kisskb/src/crypto/ecb.c: In function 'crypto_ecb_crypt': /kisskb/src/crypto/ecb.c:21:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^ /kisskb/src/kernel/cgroup/cgroup-v1.c: In function '__cgroup1_procs_write': /kisskb/src/kernel/cgroup/cgroup-v1.c:494:7: note: byref variable will be forcibly initialized bool locked; ^ In file included from /kisskb/src/include/linux/kallsyms.h:12:0, from /kisskb/src/include/linux/bpf.h:20, from /kisskb/src/include/linux/bpf-cgroup.h:5, from /kisskb/src/include/linux/cgroup-defs.h:22, from /kisskb/src/include/linux/cgroup.h:28, 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/mm.h:798:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'pidlist_array_load': /kisskb/src/kernel/cgroup/cgroup-v1.c:331:23: note: byref variable will be forcibly initialized struct css_task_iter it; ^ /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup_transfer_tasks': /kisskb/src/kernel/cgroup/cgroup-v1.c:97:23: note: byref variable will be forcibly initialized struct css_task_iter it; ^ /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroupstats_build': /kisskb/src/kernel/cgroup/cgroup-v1.c:690:23: note: byref variable will be forcibly initialized struct css_task_iter it; ^ /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup1_release_agent': /kisskb/src/kernel/cgroup/cgroup-v1.c:776:18: note: byref variable will be forcibly initialized char *argv[3], *envp[3]; ^ /kisskb/src/kernel/cgroup/cgroup-v1.c:776:8: note: byref variable will be forcibly initialized char *argv[3], *envp[3]; ^ /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup1_parse_param': /kisskb/src/kernel/cgroup/cgroup-v1.c:905:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^ /kisskb/src/fs/reiserfs/stree.c: In function 'search_by_key': /kisskb/src/fs/reiserfs/stree.c:604:14: note: byref variable will be forcibly initialized b_blocknr_t reada_blocks[SEARCH_BY_KEY_READA]; ^ /kisskb/src/fs/reiserfs/stree.c:603:22: note: byref variable will be forcibly initialized struct buffer_head *reada_bh[SEARCH_BY_KEY_READA]; ^ /kisskb/src/fs/reiserfs/stree.c:599:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/reiserfs/stree.c: In function 'search_for_position_by_key': /kisskb/src/fs/reiserfs/stree.c:842:28: note: byref variable will be forcibly initialized struct reiserfs_dir_entry de; ^ /kisskb/src/fs/reiserfs/stree.c: In function 'prepare_for_delete_or_cut': /kisskb/src/fs/reiserfs/stree.c:1058:23: note: byref variable will be forcibly initialized struct item_head s_ih; ^ /kisskb/src/fs/reiserfs/stree.c: In function 'reiserfs_delete_item': /kisskb/src/fs/reiserfs/stree.c:1239:27: note: byref variable will be forcibly initialized int ret_value, del_size, removed; ^ /kisskb/src/fs/reiserfs/stree.c:1239:17: note: byref variable will be forcibly initialized int ret_value, del_size, removed; ^ /kisskb/src/fs/reiserfs/stree.c:1236:19: note: byref variable will be forcibly initialized struct item_head s_ih; ^ /kisskb/src/fs/reiserfs/stree.c:1235:22: note: byref variable will be forcibly initialized struct tree_balance s_del_balance; ^ /kisskb/src/fs/reiserfs/stree.c: In function 'indirect_to_direct_roll_back': /kisskb/src/fs/reiserfs/stree.c:1579:17: note: byref variable will be forcibly initialized struct cpu_key tail_key; ^ /kisskb/src/fs/reiserfs/stree.c: In function 'reiserfs_delete_solid_item': /kisskb/src/fs/reiserfs/stree.c:1391:17: note: byref variable will be forcibly initialized struct cpu_key cpu_key; ^ /kisskb/src/fs/reiserfs/stree.c:1387:22: note: byref variable will be forcibly initialized struct tree_balance tb; ^ /kisskb/src/fs/reiserfs/stree.c: In function 'reiserfs_cut_from_item': /kisskb/src/fs/reiserfs/stree.c:1637:7: note: byref variable will be forcibly initialized char mode; /* Mode of the balance. */ ^ /kisskb/src/fs/reiserfs/stree.c:1635:6: note: byref variable will be forcibly initialized int removed = 0; /* Number of the removed unformatted nodes. */ ^ /kisskb/src/fs/reiserfs/stree.c:1633:6: note: byref variable will be forcibly initialized int cut_size = 0; /* Amount to be cut. */ ^ /kisskb/src/fs/reiserfs/stree.c:1631:22: note: byref variable will be forcibly initialized struct tree_balance s_cut_balance; ^ /kisskb/src/fs/reiserfs/stree.c: In function 'reiserfs_do_truncate': /kisskb/src/fs/reiserfs/stree.c:1872:17: note: byref variable will be forcibly initialized struct cpu_key s_item_key; ^ /kisskb/src/fs/reiserfs/stree.c: In function 'reiserfs_paste_into_item': /kisskb/src/fs/reiserfs/stree.c:2074:22: note: byref variable will be forcibly initialized struct tree_balance s_paste_balance; ^ /kisskb/src/fs/reiserfs/stree.c: In function 'reiserfs_insert_item': /kisskb/src/fs/reiserfs/stree.c:2169:22: note: byref variable will be forcibly initialized struct tree_balance s_ins_balance; ^ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_peek_irq': /kisskb/src/drivers/irqchip/irq-gic-v3.c:319:6: note: byref variable will be forcibly initialized u32 index, mask; ^ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_irq_set_prio': /kisskb/src/drivers/irqchip/irq-gic-v3.c:442:14: note: byref variable will be forcibly initialized u32 offset, index; ^ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_poke_irq': /kisskb/src/drivers/irqchip/irq-gic-v3.c:336:6: note: byref variable will be forcibly initialized u32 index, mask; ^ In file included from /kisskb/src/include/linux/resource_ext.h:11:0, 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:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_ipi_send_mask': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1129:6: note: byref variable will be forcibly initialized int cpu; ^ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_set_type': /kisskb/src/drivers/irqchip/irq-gic-v3.c:553:14: note: byref variable will be forcibly initialized u32 offset, index; ^ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_set_affinity': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1178:14: note: byref variable will be forcibly initialized u32 offset, index; ^ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1408:15: note: byref variable will be forcibly initialized unsigned int type = IRQ_TYPE_NONE; ^ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1407:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_populate_ppi_partitions': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1807:21: note: byref variable will be forcibly initialized struct irq_fwspec ppi_fwspec = { ^ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1779:8: note: byref variable will be forcibly initialized u32 cpu_phandle; ^ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_of_setup_kvm_info': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1836:6: note: byref variable will be forcibly initialized u32 gicv_idx; ^ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1835:18: note: byref variable will be forcibly initialized struct resource r; ^ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_of_init': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1889:19: note: byref variable will be forcibly initialized struct resource res; ^ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1863:6: note: byref variable will be forcibly initialized u32 nr_redist_regions; ^ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1862:6: note: byref variable will be forcibly initialized u64 redist_stride; ^ /kisskb/src/sound/core/memory.c: In function 'copy_to_user_fromio': /kisskb/src/sound/core/memory.c:28:7: note: byref variable will be forcibly initialized char buf[256]; ^ /kisskb/src/sound/core/memory.c: In function 'copy_from_user_toio': /kisskb/src/sound/core/memory.c:60:7: note: byref variable will be forcibly initialized char buf[256]; ^ /kisskb/src/crypto/cbc.c: In function 'crypto_cbc_decrypt_inplace': /kisskb/src/crypto/cbc.c:129:5: note: byref variable will be forcibly initialized u8 last_iv[MAX_CIPHER_BLOCKSIZE]; ^ /kisskb/src/crypto/cbc.c: In function 'crypto_cbc_decrypt': /kisskb/src/crypto/cbc.c:158:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^ /kisskb/src/crypto/cbc.c: In function 'crypto_cbc_encrypt': /kisskb/src/crypto/cbc.c:76:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^ /kisskb/src/kernel/time/posix-stubs.c: In function '__do_sys_clock_settime': /kisskb/src/kernel/time/posix-stubs.c:63:20: note: byref variable will be forcibly initialized struct timespec64 new_tp; ^ /kisskb/src/kernel/time/posix-stubs.c: In function '__do_sys_clock_getres': /kisskb/src/kernel/time/posix-stubs.c:110:20: note: byref variable will be forcibly initialized struct timespec64 rtn_tp = { ^ /kisskb/src/kernel/time/posix-stubs.c: In function '__do_sys_clock_nanosleep': /kisskb/src/kernel/time/posix-stubs.c:131:20: note: byref variable will be forcibly initialized struct timespec64 t; ^ /kisskb/src/kernel/time/posix-stubs.c: In function '__do_sys_clock_gettime': /kisskb/src/kernel/time/posix-stubs.c:97:20: note: byref variable will be forcibly initialized struct timespec64 kernel_tp; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/block/blk-mq-sched.c:7: /kisskb/src/block/blk-mq-sched.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^ In file included from /kisskb/src/include/linux/module.h:12:0, from /kisskb/src/block/blk-mq-sched.c:8: /kisskb/src/block/blk-mq-sched.c: In function 'blk_mq_dispatch_hctx_list': /kisskb/src/block/blk-mq-sched.c:91:12: note: byref variable will be forcibly initialized LIST_HEAD(hctx_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/block/blk-mq-sched.c: In function '__blk_mq_do_dispatch_sched': /kisskb/src/block/blk-mq-sched.c:124:12: note: byref variable will be forcibly initialized LIST_HEAD(rq_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/block/blk-mq-sched.c: In function 'blk_mq_do_dispatch_ctx': /kisskb/src/block/blk-mq-sched.c:227:12: note: byref variable will be forcibly initialized LIST_HEAD(rq_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/block/blk-mq-sched.c: In function '__blk_mq_sched_dispatch_requests': /kisskb/src/block/blk-mq-sched.c:280:12: note: byref variable will be forcibly initialized LIST_HEAD(rq_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/block/blk-mq-sched.c: In function 'blk_mq_sched_insert_request': /kisskb/src/block/blk-mq-sched.c:445:13: note: byref variable will be forcibly initialized LIST_HEAD(list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/include/linux/vmalloc.h:11:0, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:194, 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:10, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/sound/core/control.c:8: /kisskb/src/sound/core/control.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_list': /kisskb/src/sound/core/control.c:723:25: note: byref variable will be forcibly initialized struct snd_ctl_elem_id id; ^ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_list_user': /kisskb/src/sound/core/control.c:761:27: note: byref variable will be forcibly initialized struct snd_ctl_elem_list list; ^ /kisskb/src/sound/core/control.c: In function 'snd_ctl_read': /kisskb/src/sound/core/control.c:1793:23: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^ /kisskb/src/sound/core/control.c:1790:24: note: byref variable will be forcibly initialized struct snd_ctl_event ev; ^ /kisskb/src/sound/core/control.c: In function 'replace_user_tlv': /kisskb/src/sound/core/control.c:1304:25: note: byref variable will be forcibly initialized struct snd_ctl_elem_id id; ^ /kisskb/src/sound/core/control.c: In function 'snd_ctl_new1': /kisskb/src/sound/core/control.c:232:23: note: byref variable will be forcibly initialized struct snd_kcontrol *kctl; ^ /kisskb/src/sound/core/control.c: In function 'snd_ctl_remove': /kisskb/src/sound/core/control.c:465:25: note: byref variable will be forcibly initialized struct snd_ctl_elem_id id; ^ /kisskb/src/sound/core/control.c: In function 'snd_ctl_tlv_ioctl': /kisskb/src/sound/core/control.c:1660:25: note: byref variable will be forcibly initialized struct snd_ctl_elem_id id; ^ /kisskb/src/sound/core/control.c:1656:21: note: byref variable will be forcibly initialized struct snd_ctl_tlv header; ^ /kisskb/src/sound/core/control.c: In function '__snd_ctl_add_replace': /kisskb/src/sound/core/control.c:343:25: note: byref variable will be forcibly initialized struct snd_ctl_elem_id id; ^ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_info_user': /kisskb/src/sound/core/control.c:1013:27: note: byref variable will be forcibly initialized struct snd_ctl_elem_info info; ^ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_read': /kisskb/src/sound/core/control.c:1037:27: note: byref variable will be forcibly initialized struct snd_ctl_elem_info info; ^ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_write': /kisskb/src/sound/core/control.c:1130:26: note: byref variable will be forcibly initialized struct snd_ctl_elem_id id = control->id; ^ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_lock': /kisskb/src/sound/core/control.c:1170:25: note: byref variable will be forcibly initialized struct snd_ctl_elem_id id; ^ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_unlock': /kisskb/src/sound/core/control.c:1198:25: note: byref variable will be forcibly initialized struct snd_ctl_elem_id id; ^ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_add': /kisskb/src/sound/core/control.c:1417:23: note: byref variable will be forcibly initialized struct snd_kcontrol *kctl; ^ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_add_user': /kisskb/src/sound/core/control.c:1548:27: note: byref variable will be forcibly initialized struct snd_ctl_elem_info info; ^ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_remove': /kisskb/src/sound/core/control.c:1567:25: note: byref variable will be forcibly initialized struct snd_ctl_elem_id id; ^ /kisskb/src/kernel/time/clockevents.c: In function 'clockevents_unbind': /kisskb/src/kernel/time/clockevents.c:420:19: note: byref variable will be forcibly initialized struct ce_unbind cu = { .ce = ced, .res = -ENODEV }; ^ /kisskb/src/kernel/time/clockevents.c: In function 'sysfs_unbind_tick_dev': /kisskb/src/kernel/time/clockevents.c:420:19: note: byref variable will be forcibly initialized /kisskb/src/kernel/time/clockevents.c:692:7: note: byref variable will be forcibly initialized char name[CS_NAME_LEN]; ^ /kisskb/src/crypto/xts.c: In function 'xts_xor_tweak': /kisskb/src/crypto/xts.c:89:23: note: byref variable will be forcibly initialized struct skcipher_walk w; ^ /kisskb/src/crypto/xts.c: In function 'xts_cts_final': /kisskb/src/crypto/xts.c:168:8: note: byref variable will be forcibly initialized le128 b[2]; ^ /kisskb/src/crypto/xts.c: In function 'xts_cts_done': /kisskb/src/crypto/xts.c:146:8: note: byref variable will be forcibly initialized le128 b; ^ /kisskb/src/crypto/xts.c: In function 'xts_create': /kisskb/src/crypto/xts.c:345:6: note: byref variable will be forcibly initialized u32 mask; ^ /kisskb/src/kernel/cgroup/freezer.c: In function 'cgroup_freeze_task': /kisskb/src/kernel/cgroup/freezer.c:157:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/cgroup/freezer.c: In function 'cgroup_do_freeze': /kisskb/src/kernel/cgroup/freezer.c:179:23: note: byref variable will be forcibly initialized struct css_task_iter it; ^ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_register': /kisskb/src/block/ioctl.c:244:25: note: byref variable will be forcibly initialized struct pr_registration reg; ^ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_reserve': /kisskb/src/block/ioctl.c:262:24: note: byref variable will be forcibly initialized struct pr_reservation rsv; ^ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_release': /kisskb/src/block/ioctl.c:280:24: note: byref variable will be forcibly initialized struct pr_reservation rsv; ^ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_preempt': /kisskb/src/block/ioctl.c:298:20: note: byref variable will be forcibly initialized struct pr_preempt p; ^ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_clear': /kisskb/src/block/ioctl.c:316:18: note: byref variable will be forcibly initialized struct pr_clear c; ^ /kisskb/src/block/ioctl.c: In function 'blkdev_getgeo': /kisskb/src/block/ioctl.c:363:21: note: byref variable will be forcibly initialized struct hd_geometry geo; ^ /kisskb/src/block/ioctl.c: In function 'blkpg_do_ioctl': /kisskb/src/block/ioctl.c:19:25: note: byref variable will be forcibly initialized struct blkpg_partition p; ^ /kisskb/src/block/ioctl.c: In function 'blk_ioctl_discard': /kisskb/src/block/ioctl.c:110:11: note: byref variable will be forcibly initialized uint64_t range[2]; ^ /kisskb/src/block/ioctl.c: In function 'blk_ioctl_zeroout': /kisskb/src/block/ioctl.c:146:11: note: byref variable will be forcibly initialized uint64_t range[2]; ^ /kisskb/src/crypto/ctr.c: In function 'crypto_rfc3686_create': /kisskb/src/crypto/ctr.c:263:6: note: byref variable will be forcibly initialized u32 mask; ^ /kisskb/src/crypto/ctr.c: In function 'crypto_ctr_crypt_inplace': /kisskb/src/crypto/ctr.c:82:5: note: byref variable will be forcibly initialized u8 tmp[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; ^ /kisskb/src/crypto/ctr.c: In function 'crypto_ctr_crypt_final': /kisskb/src/crypto/ctr.c:34:5: note: byref variable will be forcibly initialized u8 tmp[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; ^ /kisskb/src/crypto/ctr.c: In function 'crypto_ctr_crypt': /kisskb/src/crypto/ctr.c:104:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^ /kisskb/src/kernel/cgroup/legacy_freezer.c: In function 'freeze_cgroup': /kisskb/src/kernel/cgroup/legacy_freezer.c:320:23: note: byref variable will be forcibly initialized struct css_task_iter it; ^ /kisskb/src/kernel/cgroup/legacy_freezer.c: In function 'unfreeze_cgroup': /kisskb/src/kernel/cgroup/legacy_freezer.c:331:23: note: byref variable will be forcibly initialized struct css_task_iter it; ^ /kisskb/src/kernel/cgroup/legacy_freezer.c: In function 'update_if_frozen': /kisskb/src/kernel/cgroup/legacy_freezer.c:248:23: note: byref variable will be forcibly initialized struct css_task_iter it; ^ /kisskb/src/kernel/cgroup/legacy_freezer.c: In function 'freezer_attach': /kisskb/src/kernel/cgroup/legacy_freezer.c:161:30: note: byref variable will be forcibly initialized struct cgroup_subsys_state *new_css; ^ /kisskb/src/fs/reiserfs/tail_conversion.c: In function 'direct2indirect': /kisskb/src/fs/reiserfs/tail_conversion.c:46:8: note: byref variable will be forcibly initialized unp_t unfm_ptr; ^ /kisskb/src/fs/reiserfs/tail_conversion.c:41:19: note: byref variable will be forcibly initialized struct item_head ind_ih; ^ /kisskb/src/fs/reiserfs/tail_conversion.c:35:17: note: byref variable will be forcibly initialized struct cpu_key end_key; ^ /kisskb/src/fs/reiserfs/tail_conversion.c: In function 'indirect2direct': /kisskb/src/fs/reiserfs/tail_conversion.c:217:17: note: byref variable will be forcibly initialized struct cpu_key key; ^ /kisskb/src/fs/reiserfs/tail_conversion.c:212:19: note: byref variable will be forcibly initialized struct item_head s_ih; ^ /kisskb/src/sound/core/misc.c: In function '__snd_printk': /kisskb/src/sound/core/misc.c:57:7: note: byref variable will be forcibly initialized char verbose_fmt[] = KERN_DEFAULT "ALSA %s:%d %pV"; ^ /kisskb/src/sound/core/misc.c:53:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/crypto/keywrap.c: In function 'crypto_kw_decrypt': /kisskb/src/crypto/keywrap.c:153:33: note: byref variable will be forcibly initialized struct scatter_walk src_walk, dst_walk; ^ /kisskb/src/crypto/keywrap.c:153:23: note: byref variable will be forcibly initialized struct scatter_walk src_walk, dst_walk; ^ /kisskb/src/crypto/keywrap.c:128:25: note: byref variable will be forcibly initialized struct crypto_kw_block block; ^ /kisskb/src/crypto/keywrap.c: In function 'crypto_kw_encrypt': /kisskb/src/crypto/keywrap.c:226:33: note: byref variable will be forcibly initialized struct scatter_walk src_walk, dst_walk; ^ /kisskb/src/crypto/keywrap.c:226:23: note: byref variable will be forcibly initialized struct scatter_walk src_walk, dst_walk; ^ /kisskb/src/crypto/keywrap.c:197:25: note: byref variable will be forcibly initialized struct crypto_kw_block block; ^ /kisskb/src/block/genhd.c: In function 'set_disk_ro_uevent': /kisskb/src/block/genhd.c:1422:8: note: byref variable will be forcibly initialized char *envp[] = { event, NULL }; ^ /kisskb/src/block/genhd.c:1421:7: note: byref variable will be forcibly initialized char event[] = "DISK_RO=1"; ^ /kisskb/src/block/genhd.c: In function 'bdevt_str': /kisskb/src/block/genhd.c:464:8: note: byref variable will be forcibly initialized char tbuf[BDEVT_SIZE]; ^ /kisskb/src/block/genhd.c: In function 'part_stat_show': /kisskb/src/block/genhd.c:1026:20: note: byref variable will be forcibly initialized struct disk_stats stat; ^ /kisskb/src/block/genhd.c: In function 'part_inflight_show': /kisskb/src/block/genhd.c:1070:15: note: byref variable will be forcibly initialized unsigned int inflight[2]; ^ /kisskb/src/block/genhd.c: In function 'set_capacity_and_notify': /kisskb/src/block/genhd.c:62:8: note: byref variable will be forcibly initialized char *envp[] = { "RESIZE=1", NULL }; ^ /kisskb/src/block/genhd.c: In function 'disk_part_iter_next': /kisskb/src/block/genhd.c:199:16: note: byref variable will be forcibly initialized unsigned long idx; ^ /kisskb/src/block/genhd.c: In function 'disk_uevent': /kisskb/src/block/genhd.c:475:24: note: byref variable will be forcibly initialized struct disk_part_iter piter; ^ /kisskb/src/block/genhd.c: In function '__device_add_disk': /kisskb/src/block/genhd.c:570:8: note: byref variable will be forcibly initialized dev_t devt; ^ /kisskb/src/block/genhd.c: In function 'printk_all_partitions': /kisskb/src/block/genhd.c:823:8: note: byref variable will be forcibly initialized char devt_buf[BDEVT_SIZE]; ^ /kisskb/src/block/genhd.c:822:8: note: byref variable will be forcibly initialized char name_buf[BDEVNAME_SIZE]; ^ /kisskb/src/block/genhd.c:820:25: note: byref variable will be forcibly initialized struct disk_part_iter piter; ^ /kisskb/src/block/genhd.c:814:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^ /kisskb/src/block/genhd.c: In function 'blk_lookup_devt': /kisskb/src/block/genhd.c:1332:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^ /kisskb/src/block/genhd.c: In function 'disk_events_poll_msecs_store': /kisskb/src/block/genhd.c:1806:7: note: byref variable will be forcibly initialized long intv; ^ /kisskb/src/block/genhd.c: In function 'del_gendisk': /kisskb/src/block/genhd.c:682:24: note: byref variable will be forcibly initialized struct disk_part_iter piter; ^ /kisskb/src/block/genhd.c: In function 'disk_clear_events': /kisskb/src/block/genhd.c:1631:15: note: byref variable will be forcibly initialized unsigned int clearing = mask; ^ In file included from /kisskb/src/kernel/cgroup/rdma.c:12:0: /kisskb/src/kernel/cgroup/rdma.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/kernel/cgroup/rdma.c: In function 'parse_resource': /kisskb/src/kernel/cgroup/rdma.c:359:15: note: byref variable will be forcibly initialized char *name, *value = c; ^ /kisskb/src/kernel/cgroup/rdma.c:358:14: note: byref variable will be forcibly initialized substring_t argstr; ^ /kisskb/src/kernel/cgroup/rdma.c: In function 'rdmacg_parse_limits': /kisskb/src/kernel/cgroup/rdma.c:397:14: note: byref variable will be forcibly initialized int index, intval; ^ /kisskb/src/kernel/cgroup/rdma.c: In function 'rdmacg_resource_set_max': /kisskb/src/kernel/cgroup/rdma.c:434:16: note: byref variable will be forcibly initialized unsigned long enables = 0; ^ /kisskb/src/kernel/cgroup/rdma.c:432:8: note: byref variable will be forcibly initialized char *options = strstrip(buf); ^ /kisskb/src/crypto/nhpoly1305.c: In function 'nhpoly1305_units': /kisskb/src/crypto/nhpoly1305.c:106:11: note: byref variable will be forcibly initialized __le64 tmp_hash[NH_NUM_PASSES]; ^ In file included from /kisskb/src/include/linux/vmalloc.h:11:0, from /kisskb/src/fs/reiserfs/journal.c:40: /kisskb/src/fs/reiserfs/journal.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/fs/reiserfs/reiserfs.h:9:0, from /kisskb/src/fs/reiserfs/journal.c:41: /kisskb/src/fs/reiserfs/journal.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/reiserfs/journal.c: In function 'queue_log_writer': /kisskb/src/fs/reiserfs/journal.c:2951:21: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^ /kisskb/src/fs/reiserfs/journal.c: In function 'reiserfs_breada': /kisskb/src/fs/reiserfs/journal.c:2322:22: note: byref variable will be forcibly initialized struct buffer_head *bhlist[BUFNR]; ^ /kisskb/src/fs/reiserfs/journal.c: In function 'kupdate_transactions': /kisskb/src/fs/reiserfs/journal.c:1724:22: note: byref variable will be forcibly initialized struct buffer_chunk chunk; ^ /kisskb/src/fs/reiserfs/journal.c: In function 'journal_read': /kisskb/src/fs/reiserfs/journal.c:2376:16: note: byref variable will be forcibly initialized unsigned long newest_mount_id = 9; ^ /kisskb/src/fs/reiserfs/journal.c:2372:15: note: byref variable will be forcibly initialized unsigned int oldest_invalid_trans_id = 0; ^ /kisskb/src/fs/reiserfs/journal.c: In function 'write_ordered_buffers': /kisskb/src/fs/reiserfs/journal.c:801:19: note: byref variable will be forcibly initialized struct list_head tmp; ^ /kisskb/src/fs/reiserfs/journal.c:800:22: note: byref variable will be forcibly initialized struct buffer_chunk chunk; ^ /kisskb/src/fs/reiserfs/journal.c:797:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/reiserfs/journal.c: In function 'flush_commit_list': /kisskb/src/fs/reiserfs/journal.c:975:22: note: byref variable will be forcibly initialized struct buffer_head *tbh = NULL; ^ In file included from /kisskb/src/include/linux/slab.h:16:0, from /kisskb/src/sound/core/vmaster.c:8: /kisskb/src/sound/core/vmaster.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/sound/core/vmaster.c: In function 'snd_ctl_make_virtual_master': /kisskb/src/sound/core/vmaster.c:397:26: note: byref variable will be forcibly initialized struct snd_kcontrol_new knew; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/reiserfs/reiserfs.h:9, from /kisskb/src/fs/reiserfs/journal.c:41: /kisskb/src/fs/reiserfs/journal.c: In function 'reiserfs_wait_on_write_block': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/reiserfs/journal.c:2945:2: note: in expansion of macro 'wait_event' wait_event(journal->j_join_wait, ^ /kisskb/src/fs/reiserfs/journal.c: In function 'do_journal_begin_r': /kisskb/src/fs/reiserfs/journal.c:3017:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle myth; ^ /kisskb/src/fs/reiserfs/journal.c: In function 'do_journal_release': /kisskb/src/fs/reiserfs/journal.c:1906:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle myth; ^ /kisskb/src/fs/reiserfs/journal.c: In function 'reiserfs_flush_old_commits': /kisskb/src/fs/reiserfs/journal.c:3550:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/journal.c: In function '__commit_trans_jl': /kisskb/src/fs/reiserfs/journal.c:3830:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/kernel/time/sched_clock.c: In function 'update_sched_clock': /kisskb/src/kernel/time/sched_clock.c:131:25: note: byref variable will be forcibly initialized struct clock_read_data rd; ^ /kisskb/src/kernel/time/sched_clock.c: In function 'sched_clock_register': /kisskb/src/kernel/time/sched_clock.c:159:25: note: byref variable will be forcibly initialized struct clock_read_data rd; ^ /kisskb/src/kernel/time/sched_clock.c:156:16: note: byref variable will be forcibly initialized u32 new_mult, new_shift; ^ /kisskb/src/kernel/time/sched_clock.c:156:6: note: byref variable will be forcibly initialized u32 new_mult, new_shift; ^ /kisskb/src/sound/core/ctljack.c: In function 'get_available_index': /kisskb/src/sound/core/ctljack.c:32:25: note: byref variable will be forcibly initialized struct snd_ctl_elem_id sid; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, from /kisskb/src/drivers/irqchip/irq-gic-v3-mbi.c:10: /kisskb/src/drivers/irqchip/irq-gic-v3-mbi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /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:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-mbi.c: In function 'mbi_init': /kisskb/src/drivers/irqchip/irq-gic-v3-mbi.c:311:19: note: byref variable will be forcibly initialized struct resource res; ^ In file included from /kisskb/src/include/crypto/internal/skcipher.h:13:0, from /kisskb/src/crypto/gcm.c:10: /kisskb/src/crypto/gcm.c: In function 'crypto_rfc4543_copy_src_to_dst': /kisskb/src/include/crypto/skcipher.h:127:7: note: byref variable will be forcibly initialized char __##name##_desc[sizeof(struct skcipher_request) + \ ^ /kisskb/src/crypto/gcm.c:966:2: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' SYNC_SKCIPHER_REQUEST_ON_STACK(nreq, ctx->null); ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/kernel/cgroup/cpuset.c:33: /kisskb/src/kernel/cgroup/cpuset.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/crypto/gcm.c: In function 'crypto_rfc4543_create': /kisskb/src/crypto/gcm.c:1045:6: note: byref variable will be forcibly initialized u32 mask; ^ /kisskb/src/crypto/gcm.c: In function 'crypto_rfc4106_create': /kisskb/src/crypto/gcm.c:830:6: note: byref variable will be forcibly initialized u32 mask; ^ /kisskb/src/crypto/gcm.c: In function 'crypto_gcm_create_common': /kisskb/src/crypto/gcm.c:581:6: note: byref variable will be forcibly initialized u32 mask; ^ /kisskb/src/kernel/cgroup/cpuset.c: In function 'update_tasks_root_domain': /kisskb/src/crypto/gcm.c: In function 'crypto_gcm_create': /kisskb/src/crypto/gcm.c:661:7: note: byref variable will be forcibly initialized char ctr_name[CRYPTO_MAX_ALG_NAME]; ^ /kisskb/src/kernel/cgroup/cpuset.c:916:23: note: byref variable will be forcibly initialized struct css_task_iter it; ^ /kisskb/src/kernel/cgroup/cpuset.c: In function 'rebuild_sched_domains_locked': /kisskb/src/kernel/cgroup/cpuset.c:988:17: note: byref variable will be forcibly initialized cpumask_var_t *doms; ^ /kisskb/src/kernel/cgroup/cpuset.c:987:28: note: byref variable will be forcibly initialized struct sched_domain_attr *attr; ^ /kisskb/src/kernel/cgroup/cpuset.c: In function 'update_tasks_flags': /kisskb/src/kernel/cgroup/cpuset.c:1879:23: note: byref variable will be forcibly initialized struct css_task_iter it; ^ /kisskb/src/kernel/cgroup/cpuset.c: In function 'update_tasks_nodemask': /kisskb/src/kernel/cgroup/cpuset.c:1673:23: note: byref variable will be forcibly initialized struct css_task_iter it; ^ /kisskb/src/kernel/cgroup/cpuset.c: In function 'update_tasks_cpumask': /kisskb/src/kernel/cgroup/cpuset.c:1060:23: note: byref variable will be forcibly initialized struct css_task_iter it; ^ /kisskb/src/kernel/cgroup/cpuset.c: In function 'update_prstate': /kisskb/src/kernel/cgroup/cpuset.c:1949:18: note: byref variable will be forcibly initialized struct tmpmasks tmp; ^ /kisskb/src/kernel/cgroup/cpuset.c: In function 'update_cpumask': /kisskb/src/kernel/cgroup/cpuset.c:1505:18: note: byref variable will be forcibly initialized struct tmpmasks tmp; ^ /kisskb/src/kernel/cgroup/cpuset.c: In function 'cpuset_cancel_attach': /kisskb/src/kernel/cgroup/cpuset.c:2171:30: note: byref variable will be forcibly initialized struct cgroup_subsys_state *css; ^ /kisskb/src/kernel/cgroup/cpuset.c: In function 'cpuset_attach': /kisskb/src/kernel/cgroup/cpuset.c:2193:30: note: byref variable will be forcibly initialized struct cgroup_subsys_state *css; ^ /kisskb/src/kernel/cgroup/cpuset.c: In function 'cpuset_can_attach': /kisskb/src/kernel/cgroup/cpuset.c:2132:30: note: byref variable will be forcibly initialized struct cgroup_subsys_state *css; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, 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:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/kernel/cgroup/cpuset.c:3050:2: note: in expansion of macro 'wait_event' 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:3152:18: note: byref variable will be forcibly initialized struct tmpmasks tmp, *ptmp = NULL; ^ /kisskb/src/kernel/cgroup/cpuset.c: In function 'cpuset_mems_allowed': /kisskb/src/kernel/cgroup/cpuset.c:3366:13: note: byref variable will be forcibly initialized nodemask_t mask; ^ /kisskb/src/mm/rmap.c: In function 'page_mkclean_one': /kisskb/src/mm/rmap.c:913:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^ /kisskb/src/mm/rmap.c: In function 'try_to_unmap_one': /kisskb/src/mm/rmap.c:1405:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^ /kisskb/src/mm/rmap.c: In function 'page_mkclean': /kisskb/src/mm/rmap.c:988:6: note: byref variable will be forcibly initialized int cleaned = 0; ^ /kisskb/src/block/badblocks.c: In function 'badblocks_store': /kisskb/src/block/badblocks.c:522:7: note: byref variable will be forcibly initialized char newline; ^ /kisskb/src/block/badblocks.c:521:6: note: byref variable will be forcibly initialized int length; ^ /kisskb/src/block/badblocks.c:520:21: note: byref variable will be forcibly initialized unsigned long long sector; ^ /kisskb/src/crypto/ccm.c: In function 'set_msg_len': /kisskb/src/crypto/ccm.c:71:9: note: byref variable will be forcibly initialized __be32 data; ^ /kisskb/src/crypto/ccm.c: In function 'crypto_rfc4309_create': /kisskb/src/crypto/ccm.c:709:6: note: byref variable will be forcibly initialized u32 mask; ^ /kisskb/src/crypto/ccm.c: In function 'crypto_ccm_create_common': /kisskb/src/crypto/ccm.c:451:6: note: byref variable will be forcibly initialized u32 mask; ^ /kisskb/src/crypto/ccm.c: In function 'crypto_ccm_create': /kisskb/src/crypto/ccm.c:535:7: note: byref variable will be forcibly initialized char mac_name[CRYPTO_MAX_ALG_NAME]; ^ /kisskb/src/crypto/ccm.c:534:7: note: byref variable will be forcibly initialized char ctr_name[CRYPTO_MAX_ALG_NAME]; ^ /kisskb/src/sound/core/hwdep.c: In function 'snd_hwdep_info': /kisskb/src/sound/core/hwdep.c:176:24: note: byref variable will be forcibly initialized struct snd_hwdep_info info; ^ /kisskb/src/sound/core/hwdep.c: In function 'snd_hwdep_dsp_status': /kisskb/src/sound/core/hwdep.c:191:30: note: byref variable will be forcibly initialized struct snd_hwdep_dsp_status info; ^ /kisskb/src/crypto/ccm.c: In function 'crypto_ccm_auth': /kisskb/src/crypto/ccm.c:176:21: note: byref variable will be forcibly initialized struct scatterlist sg[3]; ^ /kisskb/src/sound/core/hwdep.c: In function 'snd_hwdep_open': /kisskb/src/sound/core/hwdep.c:73:21: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^ /kisskb/src/crypto/ccm.c: In function 'cbcmac_create': /kisskb/src/crypto/ccm.c:868:6: note: byref variable will be forcibly initialized u32 mask; ^ In file included from /kisskb/src/include/linux/mm.h:30:0, from /kisskb/src/fs/reiserfs/resize.c:12: /kisskb/src/fs/reiserfs/resize.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/reiserfs/resize.c: In function 'reiserfs_resize': /kisskb/src/fs/reiserfs/resize.c:32:30: note: byref variable will be forcibly initialized struct reiserfs_list_bitmap jbitmap[JOURNAL_NUM_BITMAPS]; ^ /kisskb/src/fs/reiserfs/resize.c:27:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/mm/vmalloc.c: In function 'insert_vmap_area': /kisskb/src/mm/vmalloc.c:704:1: note: byref variable will be forcibly initialized insert_vmap_area(struct vmap_area *va, ^ /kisskb/src/mm/vmalloc.c: In function 'insert_vmap_area_augment': /kisskb/src/mm/vmalloc.c:716:1: note: byref variable will be forcibly initialized insert_vmap_area_augment(struct vmap_area *va, ^ /kisskb/src/mm/vmalloc.c:716: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:746:1: note: byref variable will be forcibly initialized merge_or_add_vmap_area(struct vmap_area *va, ^ /kisskb/src/mm/vmalloc.c: In function 'merge_or_add_vmap_area_augment': /kisskb/src/mm/vmalloc.c:746:1: note: byref variable will be forcibly initialized In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/vmalloc.h:5, from /kisskb/src/mm/vmalloc.c:11: /kisskb/src/mm/vmalloc.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:93:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'get_its_list': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:211:16: note: byref variable will be forcibly initialized unsigned long its_list = 0; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/mm/vmalloc.c:14: /kisskb/src/mm/vmalloc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/mm/vmalloc.c: In function 'unmap_kernel_range_noflush': /kisskb/src/mm/vmalloc.c:175:17: note: byref variable will be forcibly initialized pgtbl_mod_mask mask = 0; ^ /kisskb/src/mm/vmalloc.c: In function 'map_kernel_range_noflush': /kisskb/src/mm/vmalloc.c:301:17: note: byref variable will be forcibly initialized pgtbl_mod_mask mask = 0; ^ /kisskb/src/mm/vmalloc.c:300:6: note: byref variable will be forcibly initialized int nr = 0; ^ /kisskb/src/mm/vmalloc.c: In function '__purge_vmap_area_lazy': /kisskb/src/mm/vmalloc.c:1339:19: note: byref variable will be forcibly initialized struct list_head local_pure_list; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/vmalloc.h:5, from /kisskb/src/mm/vmalloc.c:11: /kisskb/src/mm/vmalloc.c: In function 'purge_fragmented_blocks': /kisskb/src/mm/vmalloc.c:1620:12: note: byref variable will be forcibly initialized LIST_HEAD(purge); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/mm/vmalloc.c: In function 'alloc_vmap_area': /kisskb/src/mm/vmalloc.c:1259:17: note: byref variable will be forcibly initialized unsigned long freed = 0; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'gic_check_reserved_range': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:2188:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:2187:21: note: byref variable will be forcibly initialized phys_addr_t start, end, addr_end; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:2187:14: note: byref variable will be forcibly initialized phys_addr_t start, end, addr_end; ^ In file included from /kisskb/src/include/linux/resource_ext.h:11:0, 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:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_mapc': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1191:22: note: byref variable will be forcibly initialized 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:1234:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_cpu_init_collection': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1191:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1234:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^ /kisskb/src/mm/vmalloc.c: In function 'remap_vmalloc_range_partial': /kisskb/src/mm/vmalloc.c:3036:16: note: byref variable will be forcibly initialized unsigned long end_index; ^ /kisskb/src/mm/vmalloc.c:3035:16: note: byref variable will be forcibly initialized unsigned long off; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_discard': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1224:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_vpe_db_proxy_unmap_locked': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1224:22: note: byref variable will be forcibly initialized /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_mapti': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1201:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_vpe_db_proxy_map_locked': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1201:22: note: byref variable will be forcibly initialized /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_movi': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1213:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_vpe_db_proxy_move': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1213:22: note: byref variable will be forcibly initialized /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_clear': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1160:22: note: byref variable will be forcibly initialized 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:1150:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_inv': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1170:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_mapd': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1180:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_vmapp': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1271:22: note: byref variable will be forcibly initialized 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:1326:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_vpe_invall': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1326:22: note: byref variable will be forcibly initialized /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_invdb': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1376:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_vpe_4_1_send_inv': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1376:22: note: byref variable will be forcibly initialized /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_configure_sgi': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:4158:22: note: byref variable will be forcibly initialized 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:1334:22: note: byref variable will be forcibly initialized 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:1258:22: note: byref variable will be forcibly initialized 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:1244:22: note: byref variable will be forcibly initialized 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:1348:22: note: byref variable will be forcibly initialized 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:1362:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_irq_set_irqchip_state': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1160:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1150:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1362:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1348:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_vpe_irq_domain_activate': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1326:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_create_device': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1180:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:3352:6: note: byref variable will be forcibly initialized int nr_lpis; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:3351:6: note: byref variable will be forcibly initialized 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:3508:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec; ^ /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:4456:12: note: byref variable will be forcibly initialized int base, nr_ids, i, err = 0; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:4456:6: note: byref variable will be forcibly initialized int base, nr_ids, i, err = 0; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_alloc_tables': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:2580:7: note: byref variable will be forcibly initialized u32 order; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_select_cpu': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1568:16: note: byref variable will be forcibly initialized cpumask_var_t tmpmask; ^ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_next_device': /kisskb/src/sound/core/timer.c:1551:22: note: byref variable will be forcibly initialized struct snd_timer_id id; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_irq_domain_activate': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1201:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_set_affinity': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1213:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_irq_domain_free': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1180:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_gparams': /kisskb/src/sound/core/timer.c:1710:27: note: byref variable will be forcibly initialized struct snd_timer_gparams gparams; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_map_vm': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1326:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_gstatus': /kisskb/src/sound/core/timer.c:1721:22: note: byref variable will be forcibly initialized struct snd_timer_id tid; ^ /kisskb/src/sound/core/timer.c:1720:27: note: byref variable will be forcibly initialized struct snd_timer_gstatus gstatus; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_vlpi_map': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1224:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'direct_lpi_inv': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1429:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'lpi_update_config': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1334:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1170:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_vlpi_unmap': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1224:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1201:22: note: byref variable will be forcibly initialized struct its_cmd_desc desc; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:3535:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^ In file included from /kisskb/src/sound/core/timer.c:9:0: /kisskb/src/sound/core/timer.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/sound/core/timer.c: In function 'snd_timer_notify1': /kisskb/src/sound/core/timer.c:502:20: note: byref variable will be forcibly initialized struct timespec64 tstamp; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_of_probe': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:5199:18: note: byref variable will be forcibly initialized struct resource res; ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'gic_acpi_parse_madt_its': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:5330:18: note: byref variable will be forcibly initialized struct resource res; ^ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_ginfo': /kisskb/src/sound/core/timer.c:1644:22: note: byref variable will be forcibly initialized struct snd_timer_id tid; ^ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_ccallback': /kisskb/src/sound/core/timer.c:1370:27: note: byref variable will be forcibly initialized struct snd_timer_tread64 r1; ^ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_tinterrupt': /kisskb/src/sound/core/timer.c:1404:20: note: byref variable will be forcibly initialized struct timespec64 tstamp; ^ /kisskb/src/sound/core/timer.c:1403:31: note: byref variable will be forcibly initialized struct snd_timer_tread64 *r, r1; ^ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_read': /kisskb/src/sound/core/timer.c:2171:23: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^ /kisskb/src/sound/core/timer.c:2145:27: note: byref variable will be forcibly initialized struct snd_timer_tread32 tread32; ^ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_status32': /kisskb/src/sound/core/timer.c:1931:28: note: byref variable will be forcibly initialized struct snd_timer_status32 status; ^ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_status64': /kisskb/src/sound/core/timer.c:1954:28: note: byref variable will be forcibly initialized struct snd_timer_status64 status; ^ /kisskb/src/sound/core/timer.c: In function 'snd_timer_open': /kisskb/src/sound/core/timer.c:294:17: note: byref variable will be forcibly initialized struct device *card_dev_to_put = NULL; ^ /kisskb/src/sound/core/timer.c: In function 'snd_timer_close': /kisskb/src/sound/core/timer.c:457:17: note: byref variable will be forcibly initialized struct device *card_dev_to_put = NULL; ^ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_tselect': /kisskb/src/sound/core/timer.c:1757:7: note: byref variable will be forcibly initialized char str[32]; ^ /kisskb/src/sound/core/timer.c:1756:26: note: byref variable will be forcibly initialized struct snd_timer_select tselect; ^ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_params': /kisskb/src/sound/core/timer.c:1902:29: note: byref variable will be forcibly initialized struct snd_timer_tread64 tread; ^ /kisskb/src/sound/core/timer.c:1830:26: note: byref variable will be forcibly initialized struct snd_timer_params params; ^ /kisskb/src/sound/core/timer.c: In function 'snd_timer_global_new': /kisskb/src/sound/core/timer.c:1107:22: note: byref variable will be forcibly initialized struct snd_timer_id tid; ^ /kisskb/src/sound/core/timer.c: In function 'snd_timer_global_register': /kisskb/src/sound/core/timer.c:1126:20: note: byref variable will be forcibly initialized struct snd_device dev; ^ /kisskb/src/sound/core/timer.c: In function 'snd_timer_register_system': /kisskb/src/sound/core/timer.c:1218:20: note: byref variable will be forcibly initialized struct snd_timer *timer; ^ /kisskb/src/kernel/cgroup/debug.c: In function 'cgroup_subsys_states_read': /kisskb/src/kernel/cgroup/debug.c:209:7: note: byref variable will be forcibly initialized char pbuf[16]; ^ /kisskb/src/crypto/chacha20poly1305.c: In function 'poly_verify_tag': /kisskb/src/crypto/chacha20poly1305.c:98:5: note: byref variable will be forcibly initialized u8 tag[sizeof(rctx->tag)]; ^ /kisskb/src/crypto/chacha20poly1305.c: In function 'chachapoly_create': /kisskb/src/crypto/chacha20poly1305.c:558:6: note: byref variable will be forcibly initialized u32 mask; ^ /kisskb/src/kernel/gcov/fs.c: In function 'gcov_persist_setup': /kisskb/src/kernel/gcov/fs.c:75:16: note: byref variable will be forcibly initialized unsigned long val; ^ In file included from /kisskb/src/kernel/gcov/fs.c:26:0: /kisskb/src/kernel/gcov/fs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /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:26: note: byref variable will be forcibly initialized struct of_phandle_args args; ^ /kisskb/src/block/scsi_ioctl.c: In function 'sg_io': /kisskb/src/block/scsi_ioctl.c:332:17: note: byref variable will be forcibly initialized struct iovec *iov = NULL; ^ /kisskb/src/block/scsi_ioctl.c:331:19: note: byref variable will be forcibly initialized struct iov_iter i; ^ /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:6: note: byref variable will be forcibly initialized u32 dev_id; ^ /kisskb/src/block/scsi_ioctl.c: In function 'scsi_cdrom_send_packet': /kisskb/src/block/scsi_ioctl.c:715:19: note: byref variable will be forcibly initialized struct sg_io_hdr hdr; ^ /kisskb/src/block/scsi_ioctl.c:714:31: note: byref variable will be forcibly initialized struct cdrom_generic_command cgc; ^ /kisskb/src/block/scsi_ioctl.c: In function 'scsi_cmd_ioctl': /kisskb/src/block/scsi_ioctl.c:804:21: note: byref variable will be forcibly initialized struct sg_io_hdr hdr; ^ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_decrypt_chunk': /kisskb/src/crypto/aegis128-core.c:274:21: note: byref variable will be forcibly initialized union aegis_block msg = {}; ^ /kisskb/src/crypto/aegis128-core.c:232:20: note: byref variable will be forcibly initialized union aegis_block tmp; ^ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_init': /kisskb/src/crypto/aegis128-core.c:117:20: note: byref variable will be forcibly initialized union aegis_block key_iv; ^ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_encrypt_chunk': /kisskb/src/crypto/aegis128-core.c:213:21: note: byref variable will be forcibly initialized union aegis_block msg = {}; ^ /kisskb/src/crypto/aegis128-core.c:171:20: note: byref variable will be forcibly initialized union aegis_block tmp; ^ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_process_ad': /kisskb/src/crypto/aegis128-core.c:297:20: note: byref variable will be forcibly initialized union aegis_block buf; ^ /kisskb/src/crypto/aegis128-core.c:296:22: note: byref variable will be forcibly initialized struct scatter_walk walk; ^ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_decrypt_generic': /kisskb/src/crypto/aegis128-core.c:434:21: note: byref variable will be forcibly initialized struct aegis_state state; ^ /kisskb/src/crypto/aegis128-core.c:433:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^ /kisskb/src/crypto/aegis128-core.c:429:20: note: byref variable will be forcibly initialized union aegis_block tag; ^ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_encrypt_generic': /kisskb/src/crypto/aegis128-core.c:411:21: note: byref variable will be forcibly initialized struct aegis_state state; ^ /kisskb/src/crypto/aegis128-core.c:410:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_decrypt_simd': /kisskb/src/crypto/aegis128-core.c:497:21: note: byref variable will be forcibly initialized struct aegis_state state; ^ /kisskb/src/crypto/aegis128-core.c:496:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^ /kisskb/src/crypto/aegis128-core.c:492:20: note: byref variable will be forcibly initialized union aegis_block tag; ^ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_encrypt_simd': /kisskb/src/crypto/aegis128-core.c:472:21: note: byref variable will be forcibly initialized struct aegis_state state; ^ /kisskb/src/crypto/aegis128-core.c:471:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^ /kisskb/src/fs/reiserfs/xattr.c: In function 'open_xa_dir': /kisskb/src/fs/reiserfs/xattr.c:150:7: note: byref variable will be forcibly initialized char namebuf[17]; ^ /kisskb/src/fs/reiserfs/xattr.c: In function 'reiserfs_for_each_xattr': /kisskb/src/fs/reiserfs/xattr.c:301:38: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ /kisskb/src/fs/reiserfs/xattr.c: In function 'reiserfs_xattr_set_handle': /kisskb/src/fs/reiserfs/xattr.c:598:16: note: byref variable will be forcibly initialized struct iattr newattrs = { ^ /kisskb/src/fs/reiserfs/xattr.c: In function 'reiserfs_xattr_set': /kisskb/src/fs/reiserfs/xattr.c:622:37: note: byref variable will be forcibly initialized struct reiserfs_transaction_handle th; ^ In file included from /kisskb/src/kernel/gcov/gcc_4_7.c:16:0: /kisskb/src/kernel/gcov/gcc_4_7.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/crypto/aegis128-neon-inner.c: In function 'crypto_aegis128_encrypt_chunk_neon': /kisskb/src/crypto/aegis128-neon-inner.c:245:11: note: byref variable will be forcibly initialized uint8_t buf[AEGIS_BLOCK_SIZE]; ^ /kisskb/src/crypto/aegis128-neon-inner.c: In function 'crypto_aegis128_decrypt_chunk_neon': /kisskb/src/crypto/aegis128-neon-inner.c:291:11: note: byref variable will be forcibly initialized uint8_t buf[AEGIS_BLOCK_SIZE]; ^ /kisskb/src/block/bsg.c: In function 'bsg_init': /kisskb/src/block/bsg.c:487:8: note: byref variable will be forcibly initialized dev_t devid; ^ /kisskb/src/block/bsg.c: In function 'bsg_sg_io': /kisskb/src/block/bsg.c:139:18: note: byref variable will be forcibly initialized struct sg_io_v4 hdr; ^ /kisskb/src/mm/ioremap.c: In function 'ioremap_page_range': /kisskb/src/mm/ioremap.c:229:17: note: byref variable will be forcibly initialized pgtbl_mod_mask mask = 0; ^ In file included from /kisskb/src/include/crypto/internal/skcipher.h:13:0, from /kisskb/src/crypto/cryptd.c:17: /kisskb/src/crypto/cryptd.c: In function 'cryptd_skcipher_decrypt': /kisskb/src/include/crypto/skcipher.h:127:7: note: byref variable will be forcibly initialized char __##name##_desc[sizeof(struct skcipher_request) + \ ^ /kisskb/src/crypto/cryptd.c:291:2: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' SYNC_SKCIPHER_REQUEST_ON_STACK(subreq, child); ^ /kisskb/src/crypto/cryptd.c: In function 'cryptd_skcipher_encrypt': /kisskb/src/include/crypto/skcipher.h:127:7: note: byref variable will be forcibly initialized char __##name##_desc[sizeof(struct skcipher_request) + \ ^ /kisskb/src/crypto/cryptd.c:263:2: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' SYNC_SKCIPHER_REQUEST_ON_STACK(subreq, child); ^ /kisskb/src/crypto/cryptd.c: In function 'cryptd_alloc_skcipher': /kisskb/src/crypto/cryptd.c:907:7: note: byref variable will be forcibly initialized char cryptd_alg_name[CRYPTO_MAX_ALG_NAME]; ^ /kisskb/src/crypto/cryptd.c: In function 'cryptd_alloc_ahash': /kisskb/src/crypto/cryptd.c:959:7: note: byref variable will be forcibly initialized char cryptd_alg_name[CRYPTO_MAX_ALG_NAME]; ^ /kisskb/src/crypto/cryptd.c: In function 'cryptd_alloc_aead': /kisskb/src/crypto/cryptd.c:1016:7: note: byref variable will be forcibly initialized char cryptd_alg_name[CRYPTO_MAX_ALG_NAME]; ^ /kisskb/src/kernel/debug/debug_core.c: In function 'kgdb_validate_break_address': /kisskb/src/kernel/debug/debug_core.c:182:19: note: byref variable will be forcibly initialized struct kgdb_bkpt tmp; ^ /kisskb/src/kernel/debug/debug_core.c: In function 'kgdb_handle_exception': /kisskb/src/kernel/debug/debug_core.c:829:20: note: byref variable will be forcibly initialized struct kgdb_state kgdb_var; ^ /kisskb/src/kernel/debug/debug_core.c: In function 'kgdb_nmicallback': /kisskb/src/kernel/debug/debug_core.c:880:20: note: byref variable will be forcibly initialized struct kgdb_state kgdb_var; ^ /kisskb/src/kernel/debug/debug_core.c: In function 'kgdb_nmicallin': /kisskb/src/kernel/debug/debug_core.c:907:21: note: byref variable will be forcibly initialized struct kgdb_state kgdb_var; ^ In file included from /kisskb/src/sound/core/pcm_native.c:22:0: /kisskb/src/sound/core/pcm_native.c: In function 'snd_mask_refine': /kisskb/src/include/sound/pcm_params.h:156:18: note: byref variable will be forcibly initialized struct snd_mask old; ^ In file included from /kisskb/src/sound/core/pcm_native.c:11:0: /kisskb/src/sound/core/pcm_native.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_hw_rule_buffer_bytes_max': /kisskb/src/sound/core/pcm_native.c:2393:22: note: byref variable will be forcibly initialized struct snd_interval t; ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_hw_rule_muldivk': /kisskb/src/sound/core/pcm_native.c:2302:22: note: byref variable will be forcibly initialized struct snd_interval t; ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_hw_rule_mulkdiv': /kisskb/src/sound/core/pcm_native.c:2312:22: note: byref variable will be forcibly initialized struct snd_interval t; ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_hw_rule_mul': /kisskb/src/sound/core/pcm_native.c:2284:22: note: byref variable will be forcibly initialized struct snd_interval t; ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_hw_rule_div': /kisskb/src/sound/core/pcm_native.c:2293:22: note: byref variable will be forcibly initialized struct snd_interval t; ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_hw_rule_sample_bits': /kisskb/src/sound/core/pcm_native.c:2344:22: note: byref variable will be forcibly initialized struct snd_interval t; ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_hw_rule_format': /kisskb/src/sound/core/pcm_native.c:2325:18: note: byref variable will be forcibly initialized struct snd_mask m; ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_xferi_frames_ioctl': /kisskb/src/sound/core/pcm_native.c:3105:19: note: byref variable will be forcibly initialized struct snd_xferi xferi; ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_xfern_frames_ioctl': /kisskb/src/sound/core/pcm_native.c:3127:19: note: byref variable will be forcibly initialized struct snd_xfern xfern; ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_sw_params_user': /kisskb/src/sound/core/pcm_native.c:904:27: note: byref variable will be forcibly initialized struct snd_pcm_sw_params params; ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_channel_info_user': /kisskb/src/sound/core/pcm_native.c:1099:30: note: byref variable will be forcibly initialized struct snd_pcm_channel_info info; ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_sync_ptr': /kisskb/src/sound/core/pcm_native.c:2945:26: note: byref variable will be forcibly initialized struct snd_pcm_sync_ptr sync_ptr; ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_status64': /kisskb/src/sound/core/pcm_native.c:980:22: note: byref variable will be forcibly initialized struct timespec64 tstamp; ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_status_user32': /kisskb/src/sound/core/pcm_native.c:1031:26: note: byref variable will be forcibly initialized struct snd_pcm_status32 status32; ^ /kisskb/src/sound/core/pcm_native.c:1030:26: note: byref variable will be forcibly initialized struct snd_pcm_status64 status64; ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_status_user64': /kisskb/src/sound/core/pcm_native.c:1006:26: note: byref variable will be forcibly initialized struct snd_pcm_status64 status; ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_drain': /kisskb/src/sound/core/pcm_native.c:2014:21: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_common_ioctl': /kisskb/src/sound/core/pcm_native.c:3250:21: note: byref variable will be forcibly initialized snd_pcm_sframes_t delay; ^ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_memread': /kisskb/src/kernel/debug/gdbstub.c:562:16: note: byref variable will be forcibly initialized unsigned long addr; ^ /kisskb/src/kernel/debug/gdbstub.c:561:16: note: byref variable will be forcibly initialized unsigned long length; ^ /kisskb/src/kernel/debug/gdbstub.c:560:8: note: byref variable will be forcibly initialized char *ptr = &remcom_in_buffer[1]; ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_open_substream': /kisskb/src/sound/core/pcm_native.c:2644:28: note: byref variable will be forcibly initialized struct snd_pcm_substream *substream; ^ /kisskb/src/kernel/debug/gdbstub.c: In function 'write_mem_msg': /kisskb/src/kernel/debug/gdbstub.c:372:16: note: byref variable will be forcibly initialized unsigned long length; ^ /kisskb/src/kernel/debug/gdbstub.c:371:16: note: byref variable will be forcibly initialized unsigned long addr; ^ /kisskb/src/kernel/debug/gdbstub.c:370:8: note: byref variable will be forcibly initialized char *ptr = &remcom_in_buffer[1]; ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_open_file': /kisskb/src/sound/core/pcm_native.c:2686:28: note: byref variable will be forcibly initialized struct snd_pcm_substream *substream; ^ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_open': /kisskb/src/sound/core/pcm_native.c:2737:21: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_reg_set': /kisskb/src/kernel/debug/gdbstub.c:617:8: note: byref variable will be forcibly initialized char *ptr = &remcom_in_buffer[1]; ^ /kisskb/src/kernel/debug/gdbstub.c:616:16: note: byref variable will be forcibly initialized unsigned long regnum; ^ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_query': /kisskb/src/kernel/debug/gdbstub.c:703:8: note: byref variable will be forcibly initialized char *ptr; ^ /kisskb/src/kernel/debug/gdbstub.c:702:16: note: byref variable will be forcibly initialized unsigned char thref[BUF_THREAD_ID_SIZE]; ^ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_task': /kisskb/src/kernel/debug/gdbstub.c:815:8: note: byref variable will be forcibly initialized char *ptr; ^ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_thread': /kisskb/src/kernel/debug/gdbstub.c:851:8: note: byref variable will be forcibly initialized char *ptr = &remcom_in_buffer[1]; ^ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_break': /kisskb/src/kernel/debug/gdbstub.c:872:16: note: byref variable will be forcibly initialized unsigned long length; ^ /kisskb/src/kernel/debug/gdbstub.c:871:16: note: byref variable will be forcibly initialized unsigned long addr; ^ /kisskb/src/kernel/debug/gdbstub.c:870:8: note: byref variable will be forcibly initialized char *ptr = &remcom_in_buffer[2]; ^ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_reg_get': /kisskb/src/kernel/debug/gdbstub.c:602:8: note: byref variable will be forcibly initialized char *ptr = &remcom_in_buffer[1]; ^ /kisskb/src/kernel/debug/gdbstub.c:601:16: note: byref variable will be forcibly initialized unsigned long regnum; ^ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_serial_stub': /kisskb/src/kernel/debug/gdbstub.c:969:17: note: byref variable will be forcibly initialized unsigned char thref[BUF_THREAD_ID_SIZE]; ^ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdbstub_exit': /kisskb/src/kernel/debug/gdbstub.c:1129:30: note: byref variable will be forcibly initialized unsigned char checksum, ch, buffer[3]; ^ In file included from /kisskb/src/include/linux/blk-mq.h:5:0, from /kisskb/src/block/bsg-lib.c:10: /kisskb/src/block/bsg-lib.c: In function 'blk_rq_map_sg': /kisskb/src/include/linux/blkdev.h:1219:22: note: byref variable will be forcibly initialized struct scatterlist *last_sg = NULL; ^ /kisskb/src/block/bsg-lib.c: In function 'bsg_map_buffer': /kisskb/src/include/linux/blkdev.h:1219:22: note: byref variable will be forcibly initialized /kisskb/src/mm/process_vm_access.c: In function 'process_vm_rw_single_vec': /kisskb/src/mm/process_vm_access.c:97:7: note: byref variable will be forcibly initialized int locked = 1; ^ /kisskb/src/mm/process_vm_access.c: In function 'process_vm_rw_core': /kisskb/src/mm/process_vm_access.c:157:15: note: byref variable will be forcibly initialized struct page *pp_stack[PVM_MAX_PP_ARRAY_COUNT]; ^ /kisskb/src/mm/process_vm_access.c: In function 'process_vm_rw': /kisskb/src/mm/process_vm_access.c:265:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^ /kisskb/src/mm/process_vm_access.c:263:16: note: byref variable will be forcibly initialized struct iovec *iov_l = iovstack_l; ^ /kisskb/src/mm/process_vm_access.c:262:15: note: byref variable will be forcibly initialized struct iovec iovstack_r[UIO_FASTIOV]; ^ /kisskb/src/mm/process_vm_access.c:261:15: note: byref variable will be forcibly initialized struct iovec iovstack_l[UIO_FASTIOV]; ^ /kisskb/src/crypto/fcrypt.c: In function 'fcrypt_encrypt': /kisskb/src/crypto/fcrypt.c:241:4: note: byref variable will be forcibly initialized } X; ^ /kisskb/src/crypto/fcrypt.c: In function 'fcrypt_decrypt': /kisskb/src/crypto/fcrypt.c:273:4: note: byref variable will be forcibly initialized } X; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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/ioprio.h:5, from /kisskb/src/block/blk-cgroup.c:18: /kisskb/src/block/blk-cgroup.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:592:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^ /kisskb/src/block/blk-cgroup.c: In function 'blkg_async_bio_workfn': /kisskb/src/block/blk-cgroup.c:120:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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/ioprio.h:5, from /kisskb/src/block/blk-cgroup.c:18: /kisskb/src/block/blk-cgroup.c: In function 'blkg_destroy': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/block/blk-cgroup.c:406:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(blkcg->blkg_hint, NULL); ^ /kisskb/src/block/blk-cgroup.c: In function 'blkcg_fill_root_iostats': /kisskb/src/block/blk-cgroup.c:824:22: note: byref variable will be forcibly initialized struct blkg_iostat tmp; ^ /kisskb/src/block/blk-cgroup.c:816:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^ /kisskb/src/block/blk-cgroup.c: In function 'blkcg_can_attach': /kisskb/src/block/blk-cgroup.c:1224:30: note: byref variable will be forcibly initialized struct cgroup_subsys_state *dst_css; ^ /kisskb/src/block/blk-cgroup.c: In function 'blkcg_maybe_throttle_blkg': /kisskb/src/block/blk-cgroup.c:1644:6: note: byref variable will be forcibly initialized u64 exp; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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/ioprio.h:5, from /kisskb/src/block/blk-cgroup.c:18: /kisskb/src/block/blk-cgroup.c: In function 'blkg_lookup_slowpath': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/block/blk-cgroup.c:216:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(blkcg->blkg_hint, blkg); ^ /kisskb/src/block/blk-cgroup.c: In function 'blkcg_conf_open_bdev': /kisskb/src/block/blk-cgroup.c:572:6: note: byref variable will be forcibly initialized int key_len; ^ /kisskb/src/block/blk-cgroup.c:570:22: note: byref variable will be forcibly initialized unsigned int major, minor; ^ /kisskb/src/block/blk-cgroup.c:570:15: note: byref variable will be forcibly initialized unsigned int major, minor; ^ /kisskb/src/mm/page_alloc.c: In function '__rmqueue_fallback': /kisskb/src/mm/page_alloc.c:2793:7: note: byref variable will be forcibly initialized bool can_steal; ^ /kisskb/src/mm/page_alloc.c: In function '__rmqueue': /kisskb/src/mm/page_alloc.c:2793:7: note: byref variable will be forcibly initialized /kisskb/src/mm/page_alloc.c: In function 'show_migration_types': /kisskb/src/mm/page_alloc.c:5489:7: note: byref variable will be forcibly initialized char tmp[MIGRATE_TYPES + 1]; ^ /kisskb/src/mm/page_alloc.c: In function 'rmqueue_bulk': /kisskb/src/mm/page_alloc.c:2793:7: note: byref variable will be forcibly initialized bool can_steal; ^ /kisskb/src/mm/page_alloc.c: In function 'debug_guardpage_minorder_setup': /kisskb/src/mm/page_alloc.c:710:16: note: byref variable will be forcibly initialized unsigned long res; ^ /kisskb/src/mm/page_alloc.c: In function 'rmqueue': /kisskb/src/mm/page_alloc.c:2793:7: note: byref variable will be forcibly initialized bool can_steal; ^ /kisskb/src/mm/page_alloc.c: In function 'early_calculate_totalpages': /kisskb/src/mm/page_alloc.c:7237:9: note: byref variable will be forcibly initialized int i, nid; ^ /kisskb/src/mm/page_alloc.c:7237:6: note: byref variable will be forcibly initialized int i, nid; ^ /kisskb/src/mm/page_alloc.c:7236:27: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^ /kisskb/src/mm/page_alloc.c:7236:16: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^ /kisskb/src/mm/page_alloc.c: In function 'find_zone_movable_pfns_for_nodes': /kisskb/src/mm/page_alloc.c:7367:28: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^ /kisskb/src/mm/page_alloc.c:7367:17: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^ /kisskb/src/mm/page_alloc.c:7257:6: note: byref variable will be forcibly initialized int i, nid; ^ /kisskb/src/mm/page_alloc.c: In function 'cmdline_parse_core': /kisskb/src/mm/page_alloc.c:7592:8: note: byref variable will be forcibly initialized char *endptr; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'hlist_add_head_rcu': In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/page_alloc.c:19: /kisskb/src/mm/page_alloc.c: In function 'free_pcppages_bulk': /kisskb/src/mm/page_alloc.c:1369:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:592:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^ /kisskb/src/mm/page_alloc.c: In function 'steal_suitable_fallback': /kisskb/src/mm/page_alloc.c:2547:18: note: byref variable will be forcibly initialized int free_pages, movable_pages, alike_pages; ^ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages_direct_compact': /kisskb/src/mm/page_alloc.c:4145:15: note: byref variable will be forcibly initialized struct page *page = NULL; ^ /kisskb/src/mm/page_alloc.c: In function 'warn_alloc': /kisskb/src/mm/page_alloc.c:4006:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages_slowpath': /kisskb/src/mm/page_alloc.c:4674:6: note: byref variable will be forcibly initialized int no_progress_loops; ^ /kisskb/src/mm/page_alloc.c:4673:6: note: byref variable will be forcibly initialized int compaction_retries; ^ /kisskb/src/mm/page_alloc.c:4672:22: note: byref variable will be forcibly initialized enum compact_result compact_result; ^ /kisskb/src/mm/page_alloc.c:4671:24: note: byref variable will be forcibly initialized enum compact_priority compact_priority; ^ /kisskb/src/mm/page_alloc.c:4670:16: note: byref variable will be forcibly initialized unsigned long did_some_progress; ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_groups_first': /kisskb/src/kernel/events/core.c:1747:21: note: byref variable will be forcibly initialized struct __group_key key = { ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_groups_next': /kisskb/src/kernel/events/core.c:1766:21: note: byref variable will be forcibly initialized struct __group_key key = { ^ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages_nodemask': /kisskb/src/mm/page_alloc.c:4977:8: note: byref variable will be forcibly initialized gfp_t alloc_mask; /* The gfp_t that was actually used for allocation */ ^ /kisskb/src/mm/page_alloc.c:4976:15: note: byref variable will be forcibly initialized unsigned int alloc_flags = ALLOC_WMARK_LOW; ^ /kisskb/src/kernel/events/core.c: In function 'perf_output_read_one': /kisskb/src/kernel/events/core.c:6710:6: note: byref variable will be forcibly initialized u64 values[4]; ^ /kisskb/src/kernel/events/core.c: In function 'perf_output_read_group': /kisskb/src/kernel/events/core.c:6734:6: note: byref variable will be forcibly initialized u64 values[5]; ^ /kisskb/src/kernel/events/core.c: In function '__perf_event_output': /kisskb/src/kernel/events/core.c:7319:27: note: byref variable will be forcibly initialized struct perf_event_header header; ^ /kisskb/src/kernel/events/core.c:7318:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^ /kisskb/src/mm/page_alloc.c: In function 'memmap_init_range': /kisskb/src/mm/page_alloc.c:6135:16: note: byref variable will be forcibly initialized unsigned long pfn, end_pfn = start_pfn + size; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_iterate_sb_cpu': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/kernel/events/core.c:7436:8: note: in expansion of macro 'smp_load_acquire' if (!smp_load_acquire(&event->ctx)) ^ /kisskb/src/mm/page_alloc.c: In function 'memmap_init_zone': /kisskb/src/mm/page_alloc.c:6324:27: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^ /kisskb/src/mm/page_alloc.c:6324:16: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^ /kisskb/src/mm/page_alloc.c:6322:6: note: byref variable will be forcibly initialized int i, nid = zone_to_nid(zone), zone_id = zone_idx(zone); ^ /kisskb/src/mm/page_alloc.c: In function 'get_pfn_range_for_nid': /kisskb/src/mm/page_alloc.c:6594:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/mm/page_alloc.c:6593:32: note: byref variable will be forcibly initialized unsigned long this_start_pfn, this_end_pfn; ^ /kisskb/src/mm/page_alloc.c:6593:16: note: byref variable will be forcibly initialized unsigned long this_start_pfn, this_end_pfn; ^ /kisskb/src/mm/page_alloc.c: In function '__absent_pages_in_range': /kisskb/src/mm/page_alloc.c:6712:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/mm/page_alloc.c:6711:27: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^ /kisskb/src/mm/page_alloc.c:6711:16: note: byref variable will be forcibly initialized 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:6743:32: note: byref variable will be forcibly initialized unsigned long zone_start_pfn, zone_end_pfn; ^ /kisskb/src/mm/page_alloc.c:6743:16: note: byref variable will be forcibly initialized 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:6795:33: note: byref variable will be forcibly initialized unsigned long zone_start_pfn, zone_end_pfn; ^ /kisskb/src/mm/page_alloc.c:6795:17: note: byref variable will be forcibly initialized 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:7127:16: note: byref variable will be forcibly initialized unsigned long end_pfn = 0; ^ /kisskb/src/mm/page_alloc.c:7126:16: note: byref variable will be forcibly initialized unsigned long start_pfn = 0; ^ /kisskb/src/mm/page_alloc.c: In function 'node_map_pfn_alignment': /kisskb/src/mm/page_alloc.c:7191:9: note: byref variable will be forcibly initialized int i, nid; ^ /kisskb/src/mm/page_alloc.c:7191:6: note: byref variable will be forcibly initialized int i, nid; ^ /kisskb/src/mm/page_alloc.c:7189:23: note: byref variable will be forcibly initialized unsigned long start, end, mask; ^ /kisskb/src/mm/page_alloc.c:7189:16: note: byref variable will be forcibly initialized unsigned long start, end, mask; ^ /kisskb/src/mm/page_alloc.c: In function 'free_area_init': /kisskb/src/mm/page_alloc.c:7504:9: note: byref variable will be forcibly initialized int i, nid, zone; ^ /kisskb/src/mm/page_alloc.c:7504:6: note: byref variable will be forcibly initialized int i, nid, zone; ^ /kisskb/src/mm/page_alloc.c:7503:27: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^ /kisskb/src/mm/page_alloc.c:7503:16: note: byref variable will be forcibly initialized unsigned long start_pfn, end_pfn; ^ /kisskb/src/kernel/events/core.c: In function 'perf_output_read': /kisskb/src/kernel/events/core.c:6783:32: note: byref variable will be forcibly initialized u64 enabled = 0, running = 0, now; ^ /kisskb/src/kernel/events/core.c:6783:19: note: byref variable will be forcibly initialized u64 enabled = 0, running = 0, now; ^ /kisskb/src/kernel/events/core.c:6783:6: note: byref variable will be forcibly initialized u64 enabled = 0, running = 0, now; ^ /kisskb/src/kernel/events/core.c: In function 'visit_groups_merge': /kisskb/src/kernel/events/core.c:3621:21: note: byref variable will be forcibly initialized struct perf_event *itrs[2]; ^ /kisskb/src/kernel/events/core.c: In function 'ctx_pinned_sched_in': /kisskb/src/kernel/events/core.c:3709:6: note: byref variable will be forcibly initialized int can_add_hw = 1; ^ /kisskb/src/kernel/events/core.c: In function 'ctx_flexible_sched_in': /kisskb/src/kernel/events/core.c:3723:6: note: byref variable will be forcibly initialized int can_add_hw = 1; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_swevent_init_cpu': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/kernel/events/core.c:13022:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(swhash->swevent_hlist, hlist); ^ /kisskb/src/kernel/events/core.c: In function 'swevent_hlist_get_cpu': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/kernel/events/core.c:9382:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(swhash->swevent_hlist, hlist); ^ /kisskb/src/kernel/events/core.c: In function 'perf_get_pgtable_size': /kisskb/src/kernel/events/core.c:7035:15: note: byref variable will be forcibly initialized pgd_t *pgdp, pgd; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_remove_from_owner': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/kernel/events/core.c:4945:4: note: in expansion of macro 'smp_store_release' smp_store_release(&event->owner, NULL); ^ /kisskb/src/kernel/events/core.c: In function 'cpu_function_call': /kisskb/src/kernel/events/core.c:144:30: note: byref variable will be forcibly initialized struct remote_function_call data = { ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_stop': /kisskb/src/kernel/events/core.c:144:30: note: byref variable will be forcibly initialized /kisskb/src/kernel/events/core.c:3072:25: note: byref variable will be forcibly initialized struct stop_event_data sd = { ^ /kisskb/src/kernel/events/core.c: In function 'perf_pmu_output_stop': /kisskb/src/kernel/events/core.c:144:30: note: byref variable will be forcibly initialized struct remote_function_call data = { ^ /kisskb/src/kernel/events/core.c: In function 'task_function_call': /kisskb/src/kernel/events/core.c:110:30: note: byref variable will be forcibly initialized struct remote_function_call data = { ^ /kisskb/src/kernel/events/core.c: In function 'event_function_call': /kisskb/src/kernel/events/core.c:144:30: note: byref variable will be forcibly initialized struct remote_function_call data = { ^ /kisskb/src/kernel/events/core.c:263:31: note: byref variable will be forcibly initialized struct event_function_struct efs = { ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:93:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_switch': /kisskb/src/kernel/events/core.c:8552:27: note: byref variable will be forcibly initialized struct perf_switch_event switch_event; ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_task': /kisskb/src/kernel/events/core.c:7695:25: note: byref variable will be forcibly initialized struct perf_task_event task_event; ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_comm_event': /kisskb/src/kernel/events/core.c:7787:7: note: byref variable will be forcibly initialized char comm[TASK_COMM_LEN]; ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_read': /kisskb/src/kernel/events/core.c:4384:25: note: byref variable will be forcibly initialized struct perf_read_data data; ^ /kisskb/src/kernel/events/core.c: In function 'perf_read_one': /kisskb/src/kernel/events/core.c:5225:6: note: byref variable will be forcibly initialized u64 values[4]; ^ /kisskb/src/kernel/events/core.c:5224:15: note: byref variable will be forcibly initialized u64 enabled, running; ^ /kisskb/src/kernel/events/core.c:5224:6: note: byref variable will be forcibly initialized u64 enabled, running; ^ /kisskb/src/kernel/events/core.c: In function 'perf_pin_task_context': /kisskb/src/kernel/events/core.c:1509:16: note: byref variable will be forcibly initialized unsigned long flags; ^ In file included from /kisskb/src/include/linux/wait.h:7:0, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_addr_filters_splice': /kisskb/src/kernel/events/core.c:10013:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/kernel/events/core.c: In function 'perf_output_sample_ustack': /kisskb/src/kernel/events/core.c:6488:7: note: byref variable will be forcibly initialized u64 dyn_size; ^ /kisskb/src/kernel/events/core.c:6483:7: note: byref variable will be forcibly initialized u64 size = 0; ^ /kisskb/src/kernel/events/core.c: In function 'perf_output_sample_regs': /kisskb/src/kernel/events/core.c:6392:7: note: byref variable will be forcibly initialized u64 val; ^ In file included from /kisskb/src/include/linux/kasan-checks.h:5:0, 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:248, from /kisskb/src/include/linux/export.h:43, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c:6388:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(_mask, 64); ^ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^ /kisskb/src/kernel/events/core.c: In function 'perf_virt_to_phys': /kisskb/src/kernel/events/core.c:6995:15: note: byref variable will be forcibly initialized struct page *p = NULL; ^ /kisskb/src/kernel/events/core.c: In function 'perf_fill_ns_link_info': /kisskb/src/kernel/events/core.c:7888:14: note: byref variable will be forcibly initialized struct path ns_path; ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_mmap_event': /kisskb/src/kernel/events/core.c:8171:7: note: byref variable will be forcibly initialized char tmp[16]; ^ In file included from /kisskb/src/kernel/events/core.c:18:0: /kisskb/src/kernel/events/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_mux_interval_ms_store': /kisskb/src/kernel/events/core.c:144:30: note: byref variable will be forcibly initialized struct remote_function_call data = { ^ /kisskb/src/kernel/events/core.c:10779:6: note: byref variable will be forcibly initialized int timer, cpu, ret; ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_parse_addr_filter': /kisskb/src/kernel/events/core.c:10169:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^ In file included from /kisskb/src/include/linux/wait.h:7:0, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_event_set_addr_filter': /kisskb/src/kernel/events/core.c:10322:12: note: byref variable will be forcibly initialized LIST_HEAD(filters); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'find_get_context': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/kernel/events/core.c:4582:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(task->perf_event_ctxp[ctxn], ctx); ^ /kisskb/src/kernel/events/core.c:4513:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/events/core.c: In function 'perf_install_in_context': /kisskb/src/kernel/events/core.c:144:30: note: byref variable will be forcibly initialized struct remote_function_call data = { ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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/kernel/events/core.c:11: /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/kernel/events/core.c:2838:2: note: in expansion of macro 'smp_store_release' smp_store_release(&event->ctx, ctx); ^ /kisskb/src/kernel/events/core.c: In function 'perf_cgroup_attach': /kisskb/src/kernel/events/core.c:13227:30: note: byref variable will be forcibly initialized struct cgroup_subsys_state *css; ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_cgroup': /kisskb/src/kernel/events/core.c:8010:7: note: byref variable will be forcibly initialized char path_enomem[16] = "//enomem"; ^ /kisskb/src/kernel/events/core.c:8009:27: note: byref variable will be forcibly initialized struct perf_cgroup_event cgroup_event; ^ /kisskb/src/kernel/events/core.c: In function '__perf_event_task_sched_in': /kisskb/src/kernel/events/core.c:8552:27: note: byref variable will be forcibly initialized struct perf_switch_event switch_event; ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_update_userpage': /kisskb/src/kernel/events/core.c:5716:24: note: byref variable will be forcibly initialized u64 enabled, running, now; ^ /kisskb/src/kernel/events/core.c:5716:15: note: byref variable will be forcibly initialized u64 enabled, running, now; ^ /kisskb/src/kernel/events/core.c:5716:6: note: byref variable will be forcibly initialized u64 enabled, running, now; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'ring_buffer_attach': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/kernel/events/core.c:5844:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(event->rb, rb); ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_init_context': /kisskb/src/kernel/events/core.c:12879:6: note: byref variable will be forcibly initialized int inherited_all = 1; ^ In file included from /kisskb/src/include/linux/wait.h:7:0, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_event_release_kernel': /kisskb/src/kernel/events/core.c:4969:12: note: byref variable will be forcibly initialized LIST_HEAD(free_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/kernel/events/core.c: In function '__do_sys_perf_event_open': /kisskb/src/kernel/events/core.c:11784:12: note: byref variable will be forcibly initialized struct fd group = {NULL, 0}; ^ /kisskb/src/kernel/events/core.c:11781:25: note: byref variable will be forcibly initialized struct perf_event_attr attr; ^ /kisskb/src/kernel/events/core.c: In function '_perf_ioctl': /kisskb/src/kernel/events/core.c:5564:26: note: byref variable will be forcibly initialized struct perf_event_attr new_attr; ^ /kisskb/src/kernel/events/core.c:5527:14: note: byref variable will be forcibly initialized struct fd output; ^ /kisskb/src/kernel/events/core.c:5515:7: note: byref variable will be forcibly initialized u64 id = primary_event_id(event); ^ /kisskb/src/kernel/events/core.c:5506:7: note: byref variable will be forcibly initialized u64 value; ^ /kisskb/src/kernel/events/core.c: In function 'perf_aux_sample_output': /kisskb/src/kernel/events/core.c:6627:7: note: byref variable will be forcibly initialized u64 zero = 0; ^ /kisskb/src/kernel/events/core.c: In function 'perf_log_throttle': /kisskb/src/kernel/events/core.c:8594:4: note: byref variable will be forcibly initialized } throttle_event = { ^ /kisskb/src/kernel/events/core.c:8586:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^ /kisskb/src/kernel/events/core.c:8585:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^ /kisskb/src/kernel/events/core.c: In function 'perf_swevent_hrtimer': /kisskb/src/kernel/events/core.c:10402:26: note: byref variable will be forcibly initialized struct perf_sample_data data; ^ /kisskb/src/kernel/events/core.c: In function 'perf_log_itrace_start': /kisskb/src/kernel/events/core.c:8917:4: note: byref variable will be forcibly initialized } rec; ^ /kisskb/src/kernel/events/core.c:8912:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^ /kisskb/src/kernel/events/core.c:8911:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_switch_output': /kisskb/src/kernel/events/core.c:8514:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^ /kisskb/src/kernel/events/core.c:8513:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_task_output': /kisskb/src/kernel/events/core.c:7653:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^ /kisskb/src/kernel/events/core.c:7652:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_comm_output': /kisskb/src/kernel/events/core.c:7757:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^ /kisskb/src/kernel/events/core.c:7756:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_namespaces_output': /kisskb/src/kernel/events/core.c:7856:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^ /kisskb/src/kernel/events/core.c:7855:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_mmap_output': /kisskb/src/kernel/events/core.c:8138:7: note: byref variable will be forcibly initialized u8 size[4] = { (u8) mmap_event->build_id_size, 0, 0, 0 }; ^ /kisskb/src/kernel/events/core.c:8101:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^ /kisskb/src/kernel/events/core.c:8100:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_ksymbol_output': /kisskb/src/kernel/events/core.c:8645:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^ /kisskb/src/kernel/events/core.c:8644:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_bpf_output': /kisskb/src/kernel/events/core.c:8735:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^ /kisskb/src/kernel/events/core.c:8734:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_text_poke_output': /kisskb/src/kernel/events/core.c:8844:6: note: byref variable will be forcibly initialized u64 padding = 0; ^ /kisskb/src/kernel/events/core.c:8843:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^ /kisskb/src/kernel/events/core.c:8842:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_read_event': /kisskb/src/kernel/events/core.c:7381:25: note: byref variable will be forcibly initialized struct perf_read_event read_event = { ^ /kisskb/src/kernel/events/core.c:7380:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^ /kisskb/src/kernel/events/core.c:7379:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_cgroup_output': /kisskb/src/kernel/events/core.c:7983:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^ /kisskb/src/kernel/events/core.c:7982:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^ /kisskb/src/kernel/events/core.c: In function 'perf_output_sample': /kisskb/src/kernel/events/core.c:6942:7: note: byref variable will be forcibly initialized u64 abi = data->regs_intr.abi; ^ /kisskb/src/kernel/events/core.c:6910:7: note: byref variable will be forcibly initialized u64 abi = data->regs_user.abi; ^ /kisskb/src/kernel/events/core.c:6904:8: note: byref variable will be forcibly initialized u64 nr = 0; ^ /kisskb/src/kernel/events/core.c:6881:6: note: byref variable will be forcibly initialized } raw = { ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_comm': /kisskb/src/kernel/events/core.c:7806:25: note: byref variable will be forcibly initialized struct perf_comm_event comm_event; ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_namespaces': /kisskb/src/kernel/events/core.c:7903:31: note: byref variable will be forcibly initialized struct perf_namespaces_event namespaces_event; ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_mmap': /kisskb/src/kernel/events/core.c:8390:25: note: byref variable will be forcibly initialized struct perf_mmap_event mmap_event; ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_aux_event': /kisskb/src/kernel/events/core.c:8433:4: note: byref variable will be forcibly initialized } rec = { ^ /kisskb/src/kernel/events/core.c:8427:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^ /kisskb/src/kernel/events/core.c:8426:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^ /kisskb/src/kernel/events/core.c: In function 'perf_log_lost_samples': /kisskb/src/kernel/events/core.c:8469:4: note: byref variable will be forcibly initialized } lost_samples_event = { ^ /kisskb/src/kernel/events/core.c:8463:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^ /kisskb/src/kernel/events/core.c:8462:28: note: byref variable will be forcibly initialized struct perf_output_handle handle; ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_ksymbol': /kisskb/src/kernel/events/core.c:8669:7: note: byref variable will be forcibly initialized char name[KSYM_NAME_LEN]; ^ /kisskb/src/kernel/events/core.c:8668:28: note: byref variable will be forcibly initialized struct perf_ksymbol_event ksymbol_event; ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_bpf_event': /kisskb/src/kernel/events/core.c:8782:24: note: byref variable will be forcibly initialized struct perf_bpf_event bpf_event; ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_text_poke': /kisskb/src/kernel/events/core.c:8875:30: note: byref variable will be forcibly initialized struct perf_text_poke_event text_poke_event; ^ /kisskb/src/kernel/events/core.c: In function '___perf_sw_event': /kisskb/src/kernel/events/core.c:9261:26: note: byref variable will be forcibly initialized struct perf_sample_data data; ^ /kisskb/src/kernel/events/core.c: In function 'perf_bp_event': /kisskb/src/kernel/events/core.c:9966:26: note: byref variable will be forcibly initialized struct perf_sample_data sample; ^ In file included from /kisskb/src/include/linux/wait.h:7:0, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_pmu_migrate_context': /kisskb/src/kernel/events/core.c:12316:12: note: byref variable will be forcibly initialized LIST_HEAD(events); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_event_exit_task': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/kernel/events/core.c:12536:3: note: in expansion of macro 'smp_store_release' smp_store_release(&event->owner, NULL); ^ In file included from /kisskb/src/include/linux/fs.h:6:0, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_event_free_task': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized struct wait_bit_queue_entry __wbq_entry; \ ^ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' __wait_var_event(var, condition); \ ^ /kisskb/src/kernel/events/core.c:12623:3: note: in expansion of macro 'wait_var_event' wait_var_event(&ctx->refcount, refcount_read(&ctx->refcount) == 1); ^ /kisskb/src/fs/ext4/balloc.c: In function 'ext4_new_meta_blocks': /kisskb/src/fs/ext4/balloc.c:669:33: note: byref variable will be forcibly initialized struct ext4_allocation_request ar; ^ /kisskb/src/sound/core/pcm_lib.c: In function 'update_audio_tstamp': /kisskb/src/sound/core/pcm_lib.c:213:20: note: byref variable will be forcibly initialized struct timespec64 driver_tstamp; ^ In file included from /kisskb/src/sound/core/pcm_lib.c:8:0: /kisskb/src/sound/core/pcm_lib.c: In function 'krealloc_array': /kisskb/src/include/linux/slab.h:607:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/sound/core/pcm_lib.c: In function 'wait_for_avail': /kisskb/src/sound/core/pcm_lib.c:1830:21: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^ /kisskb/src/sound/core/pcm_lib.c: In function '__snd_pcm_xrun': /kisskb/src/sound/core/pcm_lib.c:148:21: note: byref variable will be forcibly initialized struct timespec64 tstamp; ^ /kisskb/src/sound/core/pcm_lib.c: In function 'snd_pcm_update_hw_ptr0': /kisskb/src/sound/core/pcm_lib.c:301:9: note: byref variable will be forcibly initialized char name[16]; ^ /kisskb/src/sound/core/pcm_lib.c:267:20: note: byref variable will be forcibly initialized struct timespec64 audio_tstamp; ^ /kisskb/src/sound/core/pcm_lib.c:266:20: note: byref variable will be forcibly initialized struct timespec64 curr_tstamp; ^ /kisskb/src/sound/core/pcm_lib.c: In function 'snd_interval_ratden': /kisskb/src/sound/core/pcm_lib.c:910:22: note: byref variable will be forcibly initialized struct snd_interval t; ^ /kisskb/src/sound/core/pcm_lib.c: In function 'snd_pcm_hw_rule_ratdens': /kisskb/src/sound/core/pcm_lib.c:1351:24: note: byref variable will be forcibly initialized unsigned int num = 0, den = 0; ^ /kisskb/src/sound/core/pcm_lib.c:1351:15: note: byref variable will be forcibly initialized unsigned int num = 0, den = 0; ^ /kisskb/src/sound/core/pcm_lib.c: In function 'snd_interval_ratnum': /kisskb/src/sound/core/pcm_lib.c:792:22: note: byref variable will be forcibly initialized struct snd_interval t; ^ /kisskb/src/sound/core/pcm_lib.c: In function 'snd_pcm_hw_rule_ratnums': /kisskb/src/sound/core/pcm_lib.c:1316:24: note: byref variable will be forcibly initialized unsigned int num = 0, den = 0; ^ /kisskb/src/sound/core/pcm_lib.c:1316:15: note: byref variable will be forcibly initialized unsigned int num = 0, den = 0; ^ /kisskb/src/sound/core/pcm_lib.c: In function 'snd_interval_list': /kisskb/src/sound/core/pcm_lib.c:1008:22: note: byref variable will be forcibly initialized struct snd_interval list_range; ^ /kisskb/src/sound/core/pcm_lib.c: In function 'snd_pcm_hw_rule_noresample_func': /kisskb/src/sound/core/pcm_lib.c:1487:15: note: byref variable will be forcibly initialized unsigned int base_rate = (unsigned int)(uintptr_t)rule->private; ^ /kisskb/src/sound/core/pcm_lib.c: In function 'snd_interval_ranges': /kisskb/src/sound/core/pcm_lib.c:1048:22: note: byref variable will be forcibly initialized struct snd_interval range; ^ /kisskb/src/sound/core/pcm_lib.c:1047:22: note: byref variable will be forcibly initialized struct snd_interval range_union; ^ /kisskb/src/sound/core/pcm_lib.c: In function 'snd_pcm_hw_rule_add': /kisskb/src/sound/core/pcm_lib.c:1127:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/sound/core/pcm_lib.c: In function 'snd_pcm_hw_constraint_minmax': /kisskb/src/sound/core/pcm_lib.c:1242:22: note: byref variable will be forcibly initialized struct snd_interval t; ^ /kisskb/src/sound/core/pcm_lib.c: In function '__snd_pcm_lib_xfer': /kisskb/src/sound/core/pcm_lib.c:2123:20: note: byref variable will be forcibly initialized snd_pcm_uframes_t avail; ^ /kisskb/src/drivers/irqchip/irq-gic-v4.c: In function 'its_map_vlpi': /kisskb/src/drivers/irqchip/irq-gic-v4.c:291:22: note: byref variable will be forcibly initialized 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:314:22: note: byref variable will be forcibly initialized struct its_cmd_info info = { ^ /kisskb/src/kernel/fork.c: In function 'copy_clone_args_from_user': /kisskb/src/kernel/fork.c:2629:20: note: byref variable will be forcibly initialized struct clone_args args; ^ /kisskb/src/kernel/fork.c: In function 'copy_files': /kisskb/src/kernel/fork.c:1460:6: note: byref variable will be forcibly initialized int error = 0; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/fork.c:16: /kisskb/src/kernel/fork.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:93:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^ /kisskb/src/kernel/fork.c: In function 'set_mm_exe_file': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/kernel/fork.c:1157:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(mm->exe_file, new_exe_file); ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/fork.c:16: /kisskb/src/kernel/fork.c: In function 'dup_mmap': /kisskb/src/kernel/fork.c:477:12: note: byref variable will be forcibly initialized LIST_HEAD(uf); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/kernel/fork.c: In function 'copy_process': /kisskb/src/kernel/fork.c:1860:30: note: byref variable will be forcibly initialized struct multiprocess_signals delayed; ^ /kisskb/src/crypto/blowfish_common.c: In function 'blowfish_setkey': /kisskb/src/crypto/blowfish_common.c:350:6: note: byref variable will be forcibly initialized u32 data[2], temp; ^ /kisskb/src/kernel/fork.c: In function 'kernel_clone': /kisskb/src/kernel/fork.c:2463:20: note: byref variable will be forcibly initialized struct completion vfork; ^ /kisskb/src/kernel/fork.c: In function '__do_sys_clone3': /kisskb/src/kernel/fork.c:2765:8: note: byref variable will be forcibly initialized pid_t set_tid[MAX_PID_NS_LEVEL]; ^ /kisskb/src/kernel/fork.c:2764:27: note: byref variable will be forcibly initialized struct kernel_clone_args kargs; ^ /kisskb/src/kernel/fork.c: In function 'unshare_fd': /kisskb/src/kernel/fork.c:2924:6: note: byref variable will be forcibly initialized int error = 0; ^ /kisskb/src/kernel/fork.c: In function 'ksys_unshare': /kisskb/src/kernel/fork.c:2949:18: note: byref variable will be forcibly initialized struct nsproxy *new_nsproxy = NULL; ^ /kisskb/src/kernel/fork.c:2947:28: note: byref variable will be forcibly initialized struct files_struct *fd, *new_fd = NULL; ^ /kisskb/src/kernel/fork.c:2946:25: note: byref variable will be forcibly initialized struct fs_struct *fs, *new_fs = NULL; ^ /kisskb/src/kernel/fork.c: In function 'unshare_files': /kisskb/src/kernel/fork.c:3074:29: note: byref variable will be forcibly initialized struct files_struct *old, *copy = NULL; ^ /kisskb/src/kernel/fork.c: In function 'sysctl_max_threads': /kisskb/src/kernel/fork.c:3096:6: note: byref variable will be forcibly initialized int max = MAX_THREADS; ^ /kisskb/src/kernel/fork.c:3095:6: note: byref variable will be forcibly initialized int min = 1; ^ /kisskb/src/kernel/fork.c:3094:6: note: byref variable will be forcibly initialized int threads = max_threads; ^ /kisskb/src/kernel/fork.c:3092:19: note: byref variable will be forcibly initialized struct ctl_table t; ^ /kisskb/src/block/blk-iolatency.c: In function 'iolatency_ssd_stat': /kisskb/src/block/blk-iolatency.c:892:22: note: byref variable will be forcibly initialized struct latency_stat stat; ^ /kisskb/src/block/blk-iolatency.c: In function 'iolatency_check_latencies': /kisskb/src/block/blk-iolatency.c:525:22: note: byref variable will be forcibly initialized struct latency_stat stat; ^ /kisskb/src/block/blk-iolatency.c: In function 'iolatency_set_limit': /kisskb/src/block/blk-iolatency.c:817:8: note: byref variable will be forcibly initialized u64 v; ^ /kisskb/src/block/blk-iolatency.c:811:8: note: byref variable will be forcibly initialized char val[21]; /* 18446744073709551616 */ ^ /kisskb/src/block/blk-iolatency.c:810:8: note: byref variable will be forcibly initialized char key[16]; ^ /kisskb/src/block/blk-iolatency.c:795:8: note: byref variable will be forcibly initialized char *p, *tok; ^ /kisskb/src/block/blk-iolatency.c:793:23: note: byref variable will be forcibly initialized struct blkg_conf_ctx ctx; ^ /kisskb/src/drivers/irqchip/irq-partition-percpu.c: In function 'partition_domain_alloc': /kisskb/src/drivers/irqchip/irq-partition-percpu.c:143:15: note: byref variable will be forcibly initialized unsigned int type; ^ /kisskb/src/drivers/irqchip/irq-partition-percpu.c:142:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/irqchip/irq-partition-percpu.c:8: /kisskb/src/drivers/irqchip/irq-partition-percpu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/fs/ext4/bitmap.c:12:0: /kisskb/src/fs/ext4/bitmap.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2320:4: note: byref variable will be forcibly initialized } desc; ^ /kisskb/src/fs/ext4/block_validity.c: In function 'ext4_protect_reserved_inode': /kisskb/src/fs/ext4/block_validity.c:153:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/arch/arm64/include/asm/cache.h:60, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/fs/ext4/block_validity.c:12: /kisskb/src/fs/ext4/block_validity.c: In function 'ext4_setup_system_zone': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/ext4/block_validity.c:262:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sbi->s_system_blks, system_blks); ^ /kisskb/src/fs/ext4/block_validity.c: In function 'ext4_release_system_zone': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/ext4/block_validity.c:289:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(EXT4_SB(sb)->s_system_blks, NULL); ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/block/mq-deadline.c:8: /kisskb/src/block/mq-deadline.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^ /kisskb/src/block/mq-deadline.c: In function 'deadline_var_store': /kisskb/src/block/mq-deadline.c:601:8: note: byref variable will be forcibly initialized char *p = (char *) page; ^ /kisskb/src/block/mq-deadline.c: In function 'deadline_fifo_batch_store': /kisskb/src/block/mq-deadline.c:601:8: note: byref variable will be forcibly initialized /kisskb/src/block/mq-deadline.c: In function 'deadline_front_merges_store': /kisskb/src/block/mq-deadline.c:601:8: note: byref variable will be forcibly initialized /kisskb/src/block/mq-deadline.c: In function 'deadline_writes_starved_store': /kisskb/src/block/mq-deadline.c:601:8: note: byref variable will be forcibly initialized /kisskb/src/block/mq-deadline.c: In function 'deadline_write_expire_store': /kisskb/src/block/mq-deadline.c:601:8: note: byref variable will be forcibly initialized /kisskb/src/block/mq-deadline.c: In function 'deadline_read_expire_store': /kisskb/src/block/mq-deadline.c:601:8: note: byref variable will be forcibly initialized /kisskb/src/block/mq-deadline.c: In function 'dd_bio_merge': /kisskb/src/block/mq-deadline.c:469:18: note: byref variable will be forcibly initialized struct request *free = NULL; ^ /kisskb/src/drivers/irqchip/irq-mtk-sysirq.c: In function 'mtk_sysirq_domain_alloc': /kisskb/src/drivers/irqchip/irq-mtk-sysirq.c:97:20: note: byref variable will be forcibly initialized struct irq_fwspec gic_fwspec = *fwspec; ^ In file included from /kisskb/src/include/linux/acpi.h:13:0, from /kisskb/src/include/linux/irqchip.h:14, from /kisskb/src/drivers/irqchip/irq-mtk-sysirq.c:8: /kisskb/src/drivers/irqchip/irq-mtk-sysirq.c: In function 'irq_find_matching_host': /kisskb/src/include/linux/irqdomain.h:304:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec = { ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:588:9: note: byref variable will be forcibly initialized 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:165:19: note: byref variable will be forcibly initialized struct resource res; ^ In file included from /kisskb/src/include/linux/buffer_head.h:14:0, from /kisskb/src/fs/ext4/dir.c:26: /kisskb/src/fs/ext4/dir.c: In function 'ext4_readdir': /kisskb/src/include/linux/pagemap.h:839:19: note: byref variable will be forcibly initialized DEFINE_READAHEAD(ractl, file, mapping, index); ^ /kisskb/src/include/linux/pagemap.h:806:27: note: in definition of macro 'DEFINE_READAHEAD' struct readahead_control rac = { \ ^ /kisskb/src/fs/ext4/dir.c:155:26: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^ /kisskb/src/fs/ext4/dir.c:141:7: note: byref variable will be forcibly initialized int has_inline_data = 1; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/block/kyber-iosched.c:9: /kisskb/src/block/kyber-iosched.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^ /kisskb/src/block/kyber-iosched.c: In function 'kyber_write_lat_store': /kisskb/src/block/kyber-iosched.c:870:21: note: byref variable will be forcibly initialized unsigned long long nsec; \ ^ /kisskb/src/block/kyber-iosched.c:882:1: note: in expansion of macro 'KYBER_LAT_SHOW_STORE' KYBER_LAT_SHOW_STORE(KYBER_WRITE, write); ^ /kisskb/src/block/kyber-iosched.c: In function 'kyber_read_lat_store': /kisskb/src/block/kyber-iosched.c:870:21: note: byref variable will be forcibly initialized unsigned long long nsec; \ ^ /kisskb/src/block/kyber-iosched.c:881:1: note: in expansion of macro 'KYBER_LAT_SHOW_STORE' KYBER_LAT_SHOW_STORE(KYBER_READ, read); ^ In file included from /kisskb/src/include/linux/blk-mq.h:6:0, from /kisskb/src/block/kyber-iosched.c:11: /kisskb/src/block/kyber-iosched.c: In function '__sbitmap_for_each_set': /kisskb/src/include/linux/sbitmap.h:243:17: note: byref variable will be forcibly initialized unsigned long word; ^ /kisskb/src/block/kyber-iosched.c: In function 'kyber_flush_busy_kcqs': /kisskb/src/block/kyber-iosched.c:679:24: note: byref variable will be forcibly initialized struct flush_kcq_data data = { ^ /kisskb/src/block/kyber-iosched.c: In function 'kyber_dispatch_cur_domain': /kisskb/src/block/kyber-iosched.c:679:24: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/genhd.h:16:0, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/block/kyber-iosched.c:10: /kisskb/src/block/kyber-iosched.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:641:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/ext4/ext4_jbd2.c: In function 'ext4_journal_abort_handle': /kisskb/src/fs/ext4/ext4_jbd2.c:178:7: note: byref variable will be forcibly initialized char nbuf[16]; ^ /kisskb/src/drivers/irqchip/irq-mtk-cirq.c: In function 'mtk_cirq_domain_alloc': /kisskb/src/drivers/irqchip/irq-mtk-cirq.c:136:20: note: byref variable will be forcibly initialized struct irq_fwspec parent_fwspec = *fwspec; ^ /kisskb/src/drivers/irqchip/irq-mtk-cirq.c:134:15: note: byref variable will be forcibly initialized unsigned int type; ^ /kisskb/src/drivers/irqchip/irq-mtk-cirq.c:133:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^ In file included from /kisskb/src/include/linux/acpi.h:13:0, from /kisskb/src/include/linux/irqchip.h:14, from /kisskb/src/drivers/irqchip/irq-mtk-cirq.c:10: /kisskb/src/drivers/irqchip/irq-mtk-cirq.c: In function 'irq_find_matching_host': /kisskb/src/include/linux/irqdomain.h:304:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec = { ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/bfq-iosched.c:116: /kisskb/src/block/bfq-iosched.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^ /kisskb/src/kernel/events/ring_buffer.c: In function '__perf_output_begin': /kisskb/src/kernel/events/ring_buffer.c:161:4: note: byref variable will be forcibly initialized } lost_event; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/perf_event.h:49, from /kisskb/src/kernel/events/ring_buffer.c:11: /kisskb/src/kernel/events/ring_buffer.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:641:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/block/bfq-iosched.c: In function 'bfq_var_store': /kisskb/src/block/bfq-iosched.c:6684:16: note: byref variable will be forcibly initialized unsigned long new_val; ^ /kisskb/src/block/bfq-iosched.c: In function 'bfq_strict_guarantees_store': /kisskb/src/block/bfq-iosched.c:6684:16: note: byref variable will be forcibly initialized /kisskb/src/block/bfq-iosched.c: In function 'bfq_slice_idle_us_store': /kisskb/src/block/bfq-iosched.c:6684:16: note: byref variable will be forcibly initialized /kisskb/src/block/bfq-iosched.c: In function 'bfq_slice_idle_store': /kisskb/src/block/bfq-iosched.c:6684:16: note: byref variable will be forcibly initialized /kisskb/src/block/bfq-iosched.c: In function 'bfq_back_seek_penalty_store': /kisskb/src/block/bfq-iosched.c:6684:16: note: byref variable will be forcibly initialized /kisskb/src/block/bfq-iosched.c: In function 'bfq_back_seek_max_store': /kisskb/src/block/bfq-iosched.c:6684:16: note: byref variable will be forcibly initialized /kisskb/src/block/bfq-iosched.c: In function 'bfq_fifo_expire_async_store': /kisskb/src/block/bfq-iosched.c:6684:16: note: byref variable will be forcibly initialized /kisskb/src/block/bfq-iosched.c: In function 'bfq_fifo_expire_sync_store': /kisskb/src/block/bfq-iosched.c:6684:16: note: byref variable will be forcibly initialized /kisskb/src/block/bfq-iosched.c: In function 'bfq_timeout_sync_store': /kisskb/src/block/bfq-iosched.c:6684:16: note: byref variable will be forcibly initialized /kisskb/src/block/bfq-iosched.c: In function 'bfq_max_budget_store': /kisskb/src/block/bfq-iosched.c:6684:16: note: byref variable will be forcibly initialized /kisskb/src/block/bfq-iosched.c: In function 'bfq_low_latency_store': /kisskb/src/block/bfq-iosched.c:6684:16: note: byref variable will be forcibly initialized /kisskb/src/block/bfq-iosched.c: In function 'bfq_bio_merge': /kisskb/src/block/bfq-iosched.c:2265:18: note: byref variable will be forcibly initialized struct request *free = NULL; ^ /kisskb/src/block/bfq-iosched.c: In function 'bfq_bfqq_expire': /kisskb/src/block/bfq-iosched.c:4004:16: note: byref variable will be forcibly initialized unsigned long delta = 0; ^ /kisskb/src/block/bfq-iosched.c: In function 'bfq_add_request': /kisskb/src/block/bfq-iosched.c:2017:7: note: byref variable will be forcibly initialized bool interactive = false; ^ /kisskb/src/block/bfq-iosched.c: In function 'bfq_init_rq': /kisskb/src/block/bfq-iosched.c:6221:7: note: byref variable will be forcibly initialized bool new_queue = false; ^ /kisskb/src/drivers/irqchip/irq-uniphier-aidet.c: In function 'uniphier_aidet_domain_alloc': /kisskb/src/drivers/irqchip/irq-uniphier-aidet.c:112:20: note: byref variable will be forcibly initialized struct irq_fwspec parent_fwspec; ^ In file included from /kisskb/src/drivers/irqchip/irq-uniphier-aidet.c:12:0: /kisskb/src/drivers/irqchip/irq-uniphier-aidet.c: In function 'irq_find_matching_host': /kisskb/src/include/linux/irqdomain.h:304:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec = { ^ /kisskb/src/crypto/sm4_generic.c: In function 'sm4_key_sub': /kisskb/src/crypto/sm4_generic.c:91:12: note: byref variable will be forcibly initialized static u32 sm4_key_sub(u32 x) ^ /kisskb/src/crypto/sm4_generic.c: In function 'sm4_enc_sub': /kisskb/src/crypto/sm4_generic.c:96:12: note: byref variable will be forcibly initialized static u32 sm4_enc_sub(u32 x) ^ /kisskb/src/crypto/sm4_generic.c: In function 'crypto_sm4_expand_key': /kisskb/src/crypto/sm4_generic.c:91:12: note: byref variable will be forcibly initialized static u32 sm4_key_sub(u32 x) ^ In file included from /kisskb/src/fs/ext4/ext4_jbd2.h:17:0, from /kisskb/src/fs/ext4/extents.c:32: /kisskb/src/fs/ext4/extents.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2320:4: note: byref variable will be forcibly initialized } desc; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/include/linux/jbd2.h:23, from /kisskb/src/fs/ext4/extents.c:22: /kisskb/src/fs/ext4/extents.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_grow_indepth': /kisskb/src/fs/ext4/extents.c:1265:6: note: byref variable will be forcibly initialized int err = 0; ^ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_split': /kisskb/src/fs/ext4/extents.c:1017:6: note: byref variable will be forcibly initialized int err = 0; ^ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_put_gap_in_cache': /kisskb/src/fs/ext4/extents.c:2235:23: note: byref variable will be forcibly initialized struct extent_status es; ^ /kisskb/src/fs/ext4/extents.c: In function 'skip_hole': /kisskb/src/fs/ext4/extents.c:5907:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^ /kisskb/src/fs/ext4/extents.c: In function 'ext4_alloc_file_blocks': /kisskb/src/fs/ext4/extents.c:4388:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^ /kisskb/src/fs/ext4/extents.c:4386:6: note: byref variable will be forcibly initialized int retries = 0; ^ /kisskb/src/fs/ext4/extents.c: In function 'ext4_iomap_xattr_fiemap': /kisskb/src/fs/ext4/extents.c:4822:20: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/extents.c: In function 'ext4_fill_es_cache_info': /kisskb/src/fs/ext4/extents.c:2143:23: note: byref variable will be forcibly initialized struct extent_status es; ^ /kisskb/src/fs/ext4/extents.c:2142:14: note: byref variable will be forcibly initialized ext4_lblk_t next, end = block + num - 1; ^ /kisskb/src/fs/ext4/extents.c: In function 'ext4_datasem_ensure_credits': /kisskb/src/fs/ext4/extents.c:122:6: note: byref variable will be forcibly initialized int dropped = 0; ^ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_shift_extents': /kisskb/src/fs/ext4/extents.c:5095:14: note: byref variable will be forcibly initialized ext4_lblk_t stop, *iterator, ex_start, ex_end; ^ /kisskb/src/fs/ext4/extents.c:5092:24: note: byref variable will be forcibly initialized struct ext4_ext_path *path; ^ /kisskb/src/fs/ext4/extents.c: In function 'ext4_split_extent_at': /kisskb/src/fs/ext4/extents.c:3141:42: note: byref variable will be forcibly initialized struct ext4_extent *ex, newex, orig_ex, zero_ex; ^ /kisskb/src/fs/ext4/extents.c:3141:33: note: byref variable will be forcibly initialized struct ext4_extent *ex, newex, orig_ex, zero_ex; ^ /kisskb/src/fs/ext4/extents.c:3141:26: note: byref variable will be forcibly initialized struct ext4_extent *ex, newex, orig_ex, zero_ex; ^ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_convert_to_initialized': /kisskb/src/fs/ext4/extents.c:3378:31: note: byref variable will be forcibly initialized struct ext4_extent zero_ex1, zero_ex2; ^ /kisskb/src/fs/ext4/extents.c:3378:21: note: byref variable will be forcibly initialized struct ext4_extent zero_ex1, zero_ex2; ^ /kisskb/src/fs/ext4/extents.c:3377:25: note: byref variable will be forcibly initialized struct ext4_map_blocks split_map; ^ /kisskb/src/fs/ext4/extents.c: In function 'ext4_insert_range': /kisskb/src/fs/ext4/extents.c:5364:24: note: byref variable will be forcibly initialized struct ext4_ext_path *path; ^ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_remove_space': /kisskb/src/fs/ext4/extents.c:2803:16: note: byref variable will be forcibly initialized ext4_fsblk_t pblk; ^ /kisskb/src/fs/ext4/extents.c:2802:33: note: byref variable will be forcibly initialized ext4_lblk_t ee_block, ex_end, lblk; ^ /kisskb/src/fs/ext4/extents.c:2773:25: note: byref variable will be forcibly initialized struct partial_cluster partial; ^ /kisskb/src/fs/ext4/extents.c:2772:24: note: byref variable will be forcibly initialized struct ext4_ext_path *path = NULL; ^ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_map_blocks': /kisskb/src/fs/ext4/extents.c:4135:15: note: byref variable will be forcibly initialized ext4_lblk_t hole_start, hole_len; ^ /kisskb/src/fs/ext4/extents.c:4047:33: note: byref variable will be forcibly initialized struct ext4_allocation_request ar; ^ /kisskb/src/fs/ext4/extents.c:4045:15: note: byref variable will be forcibly initialized unsigned int allocated = 0, offset = 0; ^ /kisskb/src/fs/ext4/extents.c:4044:6: note: byref variable will be forcibly initialized int err = 0, depth, ret; ^ /kisskb/src/fs/ext4/extents.c:4041:33: note: byref variable will be forcibly initialized struct ext4_extent newex, *ex, ex2; ^ /kisskb/src/fs/ext4/extents.c:4041:21: note: byref variable will be forcibly initialized struct ext4_extent newex, *ex, ex2; ^ /kisskb/src/fs/ext4/extents.c:4040:24: note: byref variable will be forcibly initialized struct ext4_ext_path *path = NULL; ^ /kisskb/src/fs/ext4/extents.c: In function 'ext4_convert_unwritten_extents': /kisskb/src/fs/ext4/extents.c:4736:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^ /kisskb/src/fs/ext4/extents.c: In function 'ext4_swap_extents': /kisskb/src/fs/ext4/extents.c:5554:24: note: byref variable will be forcibly initialized struct ext4_ext_path *path2 = NULL; ^ /kisskb/src/fs/ext4/extents.c:5553:24: note: byref variable will be forcibly initialized struct ext4_ext_path *path1 = NULL; ^ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_replay_update_ex': /kisskb/src/fs/ext4/extents.c:5813:38: note: byref variable will be forcibly initialized struct ext4_ext_path *path = NULL, *ppath; ^ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_replay_set_iblocks': /kisskb/src/fs/ext4/extents.c:5926:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^ /kisskb/src/fs/ext4/extents.c:5923:14: note: byref variable will be forcibly initialized ext4_lblk_t cur = 0, end; ^ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_clear_bb': /kisskb/src/fs/ext4/extents.c:6020:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_info_user': /kisskb/src/sound/core/rawmidi.c:611:26: note: byref variable will be forcibly initialized struct snd_rawmidi_info info; ^ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_ioctl_status32': /kisskb/src/sound/core/rawmidi.c:762:30: note: byref variable will be forcibly initialized struct snd_rawmidi_status64 status64; ^ /kisskb/src/sound/core/rawmidi.c:761:30: note: byref variable will be forcibly initialized struct snd_rawmidi_status32 status32; ^ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_ioctl_status64': /kisskb/src/sound/core/rawmidi.c:803:30: note: byref variable will be forcibly initialized struct snd_rawmidi_status64 status; ^ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_dev_register': /kisskb/src/sound/core/rawmidi.c:1772:7: note: byref variable will be forcibly initialized char name[16]; ^ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_write': /kisskb/src/sound/core/rawmidi.c:1478:23: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^ /kisskb/src/sound/core/rawmidi.c:1443:23: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_read': /kisskb/src/sound/core/rawmidi.c:1112:23: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/sound/core.h:10, from /kisskb/src/sound/core/rawmidi.c:7: /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_drain_output': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^ /kisskb/src/sound/core/rawmidi.c:232:12: note: in expansion of macro 'wait_event_interruptible_timeout' timeout = wait_event_interruptible_timeout(runtime->sleep, ^ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_info_select_user': /kisskb/src/sound/core/rawmidi.c:662:26: note: byref variable will be forcibly initialized struct snd_rawmidi_info info; ^ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_ioctl': /kisskb/src/sound/core/rawmidi.c:859:29: note: byref variable will be forcibly initialized struct snd_rawmidi_params params; ^ /kisskb/src/sound/core/rawmidi.c: In function 'close_substream': /kisskb/src/sound/core/rawmidi.c:514:19: note: byref variable will be forcibly initialized unsigned char buf = 0xfe; ^ /kisskb/src/sound/core/rawmidi.c: In function 'rawmidi_open_priv': /kisskb/src/sound/core/rawmidi.c:332:48: note: byref variable will be forcibly initialized struct snd_rawmidi_substream *sinput = NULL, *soutput = NULL; ^ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_open': /kisskb/src/sound/core/rawmidi.c:409:21: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/log2.h:12, from /kisskb/src/arch/arm64/include/asm/hwcap.h:42, from /kisskb/src/arch/arm64/include/asm/cpufeature.h:11, from /kisskb/src/arch/arm64/include/asm/ptrace.h:11, from /kisskb/src/arch/arm64/include/uapi/asm/bpf_perf_event.h:5, from /kisskb/src/include/uapi/linux/bpf_perf_event.h:11, from /kisskb/src/include/linux/perf_event.h:18, from /kisskb/src/kernel/events/callchain.c:11: /kisskb/src/kernel/events/callchain.c: In function 'alloc_callchain_buffers': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/kernel/events/callchain.c:96:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(callchain_cpus_entries, entries); ^ /kisskb/src/kernel/events/callchain.c: In function 'get_perf_callchain': /kisskb/src/kernel/events/callchain.c:185:6: note: byref variable will be forcibly initialized int rctx; ^ /kisskb/src/kernel/events/callchain.c:184:34: note: byref variable will be forcibly initialized struct perf_callchain_entry_ctx ctx; ^ /kisskb/src/kernel/events/callchain.c: In function 'perf_event_max_stack_handler': /kisskb/src/kernel/events/callchain.c:241:19: note: byref variable will be forcibly initialized struct ctl_table new_table = *table; ^ /kisskb/src/kernel/events/callchain.c:240:6: note: byref variable will be forcibly initialized int new_value = *value, ret; ^ /kisskb/src/drivers/irqchip/irq-meson-gpio.c: In function 'meson_gpio_irq_allocate_gic_irq': /kisskb/src/drivers/irqchip/irq-meson-gpio.c:366:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec; ^ /kisskb/src/drivers/irqchip/irq-meson-gpio.c: In function 'meson_gpio_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-meson-gpio.c:385:7: note: byref variable will be forcibly initialized u32 *channel_hwirq; ^ In file included from /kisskb/src/drivers/irqchip/irq-meson-gpio.c:14:0: /kisskb/src/drivers/irqchip/irq-meson-gpio.c: In function 'irq_find_matching_host': /kisskb/src/include/linux/irqdomain.h:304:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec = { ^ /kisskb/src/crypto/cast6_generic.c: In function '__cast6_setkey': /kisskb/src/crypto/cast6_generic.c:110:9: note: byref variable will be forcibly initialized __be32 p_key[8]; /* padded key */ ^ /kisskb/src/crypto/cast6_generic.c:109:6: note: byref variable will be forcibly initialized u32 key[8]; ^ /kisskb/src/crypto/cast6_generic.c: In function '__cast6_encrypt': /kisskb/src/crypto/cast6_generic.c:175:6: note: byref variable will be forcibly initialized u32 block[4]; ^ /kisskb/src/crypto/cast6_generic.c: In function '__cast6_decrypt': /kisskb/src/crypto/cast6_generic.c:212:6: note: byref variable will be forcibly initialized u32 block[4]; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, 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:29, from /kisskb/src/kernel/events/hw_breakpoint.c:23: /kisskb/src/kernel/events/hw_breakpoint.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/kernel/events/hw_breakpoint.c: In function 'modify_user_hw_breakpoint_check': /kisskb/src/kernel/events/hw_breakpoint.c:488:26: note: byref variable will be forcibly initialized struct perf_event_attr old_attr; ^ /kisskb/src/crypto/chacha_generic.c: In function 'chacha_stream_xor': /kisskb/src/crypto/chacha_generic.c:19:6: note: byref variable will be forcibly initialized u32 state[16]; ^ /kisskb/src/crypto/chacha_generic.c:18:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^ /kisskb/src/crypto/chacha_generic.c: In function 'crypto_xchacha_crypt': /kisskb/src/crypto/chacha_generic.c:54:5: note: byref variable will be forcibly initialized u8 real_iv[16]; ^ /kisskb/src/crypto/chacha_generic.c:53:6: note: byref variable will be forcibly initialized u32 state[16]; ^ /kisskb/src/crypto/chacha_generic.c:52:20: note: byref variable will be forcibly initialized struct chacha_ctx subctx; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/bus/mhi/core/init.c:12: /kisskb/src/drivers/bus/mhi/core/init.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/bus/mhi/core/init.c: In function 'mhi_init_mmio': /kisskb/src/drivers/bus/mhi/core/init.c:420:6: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/drivers/bus/mhi/core/init.c: In function 'mhi_driver_remove': /kisskb/src/drivers/bus/mhi/core/init.c:1251:20: note: byref variable will be forcibly initialized enum mhi_ch_state ch_state[] = { ^ /kisskb/src/drivers/bus/mhi/core/init.c: In function 'mhi_prepare_for_power_up': /kisskb/src/drivers/bus/mhi/core/init.c:1050:6: note: byref variable will be forcibly initialized u32 bhie_off; ^ /kisskb/src/drivers/bus/mhi/core/init.c: In function 'mhi_register_controller': /kisskb/src/drivers/bus/mhi/core/init.c:863:6: note: byref variable will be forcibly initialized u32 soc_info; ^ /kisskb/src/sound/drivers/mpu401/mpu401_uart.c: In function 'snd_mpu401_uart_input_read': /kisskb/src/sound/drivers/mpu401/mpu401_uart.c:386:16: note: byref variable will be forcibly initialized unsigned char byte; ^ /kisskb/src/sound/drivers/mpu401/mpu401_uart.c: In function 'snd_mpu401_uart_output_write': /kisskb/src/sound/drivers/mpu401/mpu401_uart.c:411:16: note: byref variable will be forcibly initialized unsigned char byte; ^ /kisskb/src/sound/drivers/mpu401/mpu401_uart.c: In function 'snd_mpu401_uart_new': /kisskb/src/sound/drivers/mpu401/mpu401_uart.c:517:22: note: byref variable will be forcibly initialized struct snd_rawmidi *rmidi; ^ /kisskb/src/mm/memblock.c: In function 'memblock_debug_show': /kisskb/src/mm/memblock.c:2072:14: note: byref variable will be forcibly initialized phys_addr_t end; ^ /kisskb/src/mm/memblock.c: In function '__memblock_find_range_bottom_up': /kisskb/src/mm/memblock.c:213:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/mm/memblock.c:212:26: note: byref variable will be forcibly initialized phys_addr_t this_start, this_end, cand; ^ /kisskb/src/mm/memblock.c:212:14: note: byref variable will be forcibly initialized phys_addr_t this_start, this_end, cand; ^ /kisskb/src/mm/memblock.c: In function '__memblock_find_range_top_down': /kisskb/src/mm/memblock.c:248:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/mm/memblock.c:247:26: note: byref variable will be forcibly initialized phys_addr_t this_start, this_end, cand; ^ /kisskb/src/mm/memblock.c:247:14: note: byref variable will be forcibly initialized phys_addr_t this_start, this_end, cand; ^ /kisskb/src/mm/memblock.c: In function 'memblock_remove_range': /kisskb/src/mm/memblock.c:769:17: note: byref variable will be forcibly initialized int start_rgn, end_rgn; ^ /kisskb/src/mm/memblock.c:769:6: note: byref variable will be forcibly initialized int start_rgn, end_rgn; ^ /kisskb/src/mm/memblock.c: In function 'memblock_setclr_flag': /kisskb/src/mm/memblock.c:847:25: note: byref variable will be forcibly initialized int i, ret, start_rgn, end_rgn; ^ /kisskb/src/mm/memblock.c:847:14: note: byref variable will be forcibly initialized int i, ret, start_rgn, end_rgn; ^ /kisskb/src/mm/memblock.c: In function 'free_low_memory_core_early': /kisskb/src/mm/memblock.c:2009:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/mm/memblock.c:2008:21: note: byref variable will be forcibly initialized phys_addr_t start, end; ^ /kisskb/src/mm/memblock.c:2008:14: note: byref variable will be forcibly initialized phys_addr_t start, end; ^ /kisskb/src/mm/memblock.c: In function 'free_unused_memmap': /kisskb/src/mm/memblock.c:1927:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/mm/memblock.c:1926:23: note: byref variable will be forcibly initialized unsigned long start, end, prev_end = 0; ^ /kisskb/src/mm/memblock.c:1926:16: note: byref variable will be forcibly initialized unsigned long start, end, prev_end = 0; ^ /kisskb/src/mm/memblock.c: In function 'memblock_cap_memory_range': /kisskb/src/mm/memblock.c:1669:17: note: byref variable will be forcibly initialized int start_rgn, end_rgn; ^ /kisskb/src/mm/memblock.c:1669:6: note: byref variable will be forcibly initialized int start_rgn, end_rgn; ^ /kisskb/src/drivers/bus/arm-cci.c: In function 'cci_probe': /kisskb/src/drivers/bus/arm-cci.c:538:18: note: byref variable will be forcibly initialized struct resource res; ^ /kisskb/src/crypto/deflate.c: In function '__deflate_decompress': /kisskb/src/crypto/deflate.c:246:6: note: byref variable will be forcibly initialized u8 zerostuff = 0; ^ /kisskb/src/sound/drivers/mpu401/mpu401.c: In function 'snd_mpu401_create': /kisskb/src/sound/drivers/mpu401/mpu401.c:55:19: note: byref variable will be forcibly initialized struct snd_card *card; ^ /kisskb/src/sound/drivers/mpu401/mpu401.c: In function 'snd_mpu401_probe': /kisskb/src/sound/drivers/mpu401/mpu401.c:94:19: note: byref variable will be forcibly initialized struct snd_card *card; ^ /kisskb/src/sound/drivers/mpu401/mpu401.c: In function 'snd_mpu401_pnp_probe': /kisskb/src/sound/drivers/mpu401/mpu401.c:173:19: note: byref variable will be forcibly initialized struct snd_card *card; ^ In file included from /kisskb/src/sound/drivers/mpu401/mpu401.c:11:0: /kisskb/src/sound/drivers/mpu401/mpu401.c: In function 'alsa_card_mpu401_init': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized struct platform_device_info pdevinfo = { ^ /kisskb/src/block/bfq-cgroup.c: In function 'bfqg_prfill_rwstat_recursive': /kisskb/src/block/bfq-cgroup.c:1113:28: note: byref variable will be forcibly initialized struct blkg_rwstat_sample sum; ^ /kisskb/src/block/bfq-cgroup.c: In function 'bfq_io_set_device_weight': /kisskb/src/block/bfq-cgroup.c:1053:6: note: byref variable will be forcibly initialized u64 v; ^ /kisskb/src/block/bfq-cgroup.c:1050:23: note: byref variable will be forcibly initialized struct blkg_conf_ctx ctx; ^ /kisskb/src/block/bfq-cgroup.c: In function 'bfq_io_set_weight': /kisskb/src/block/bfq-cgroup.c:1089:6: note: byref variable will be forcibly initialized u64 v; ^ /kisskb/src/block/bfq-cgroup.c:1087:8: note: byref variable will be forcibly initialized char *endp; ^ /kisskb/src/drivers/bus/mhi/core/main.c: In function 'parse_rsc_event': /kisskb/src/drivers/bus/mhi/core/main.c:630:20: note: byref variable will be forcibly initialized struct mhi_result result; ^ /kisskb/src/drivers/bus/mhi/core/main.c: In function 'mhi_reset_data_chan': /kisskb/src/drivers/bus/mhi/core/main.c:1396:20: note: byref variable will be forcibly initialized struct mhi_result result; ^ /kisskb/src/drivers/bus/mhi/core/main.c: In function 'mhi_read_reg_field': /kisskb/src/drivers/bus/mhi/core/main.c:28:6: note: byref variable will be forcibly initialized u32 tmp; ^ /kisskb/src/drivers/bus/mhi/core/main.c: In function 'mhi_write_reg_field': /kisskb/src/drivers/bus/mhi/core/main.c:50:6: note: byref variable will be forcibly initialized u32 tmp; ^ /kisskb/src/drivers/bus/mhi/core/main.c: In function 'mhi_get_exec_env': /kisskb/src/drivers/bus/mhi/core/main.c:128:6: note: byref variable will be forcibly initialized u32 exec; ^ /kisskb/src/drivers/bus/mhi/core/main.c: In function 'mhi_get_mhi_state': /kisskb/src/drivers/bus/mhi/core/main.c:28:6: note: byref variable will be forcibly initialized u32 tmp; ^ /kisskb/src/drivers/bus/mhi/core/main.c: In function 'mhi_intvec_threaded_handler': /kisskb/src/drivers/bus/mhi/core/main.c:28:6: note: byref variable will be forcibly initialized /kisskb/src/drivers/bus/mhi/core/main.c:128:6: note: byref variable will be forcibly initialized u32 exec; ^ /kisskb/src/drivers/bus/mhi/core/main.c: In function 'mhi_ctrl_ev_task': /kisskb/src/drivers/bus/mhi/core/main.c:28:6: note: byref variable will be forcibly initialized u32 tmp; ^ /kisskb/src/drivers/bus/mhi/core/main.c: In function 'mhi_queue_skb': /kisskb/src/drivers/bus/mhi/core/main.c:1035:22: note: byref variable will be forcibly initialized struct mhi_buf_info buf_info = { }; ^ /kisskb/src/drivers/bus/mhi/core/main.c: In function 'mhi_queue_dma': /kisskb/src/drivers/bus/mhi/core/main.c:1053:22: note: byref variable will be forcibly initialized struct mhi_buf_info buf_info = { }; ^ /kisskb/src/drivers/bus/mhi/core/main.c: In function 'parse_xfer_event': /kisskb/src/drivers/bus/mhi/core/main.c:1117:22: note: byref variable will be forcibly initialized struct mhi_buf_info buf_info = { }; ^ /kisskb/src/drivers/bus/mhi/core/main.c:503:20: note: byref variable will be forcibly initialized struct mhi_result result; ^ /kisskb/src/drivers/bus/mhi/core/main.c: In function 'mhi_prepare_channel': /kisskb/src/drivers/bus/mhi/core/main.c:1308:24: note: byref variable will be forcibly initialized struct mhi_buf_info info = { }; ^ /kisskb/src/fs/ext4/extents_status.c: In function '__es_scan_range': /kisskb/src/fs/ext4/extents_status.c:345:23: note: byref variable will be forcibly initialized struct extent_status es; ^ /kisskb/src/fs/ext4/extents_status.c: In function 'es_reclaim_extents': /kisskb/src/fs/ext4/extents_status.c:1741:6: note: byref variable will be forcibly initialized int nr_shrunk = 0; ^ /kisskb/src/fs/ext4/extents_status.c: In function '__es_remove_extent': /kisskb/src/fs/ext4/extents_status.c:1342:25: note: byref variable will be forcibly initialized struct extent_status newes; ^ /kisskb/src/fs/ext4/extents_status.c:1314:20: note: byref variable will be forcibly initialized struct rsvd_count rc; ^ /kisskb/src/fs/ext4/extents_status.c:1309:23: note: byref variable will be forcibly initialized struct extent_status orig_es; ^ /kisskb/src/fs/ext4/extents_status.c: In function 'ext4_es_insert_extent': /kisskb/src/fs/ext4/extents_status.c:819:23: note: byref variable will be forcibly initialized struct extent_status newes; ^ /kisskb/src/fs/ext4/extents_status.c: In function 'ext4_es_cache_extent': /kisskb/src/fs/ext4/extents_status.c:885:23: note: byref variable will be forcibly initialized struct extent_status newes; ^ /kisskb/src/fs/ext4/extents_status.c: In function 'ext4_es_remove_extent': /kisskb/src/fs/ext4/extents_status.c:1438:6: note: byref variable will be forcibly initialized int reserved = 0; ^ /kisskb/src/fs/ext4/extents_status.c: In function 'ext4_es_insert_delayed_block': /kisskb/src/fs/ext4/extents_status.c:1990:23: note: byref variable will be forcibly initialized struct extent_status newes; ^ /kisskb/src/kernel/panic.c: In function 'panic': /kisskb/src/kernel/panic.c:180:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/kernel/panic.c: In function '__warn_printk': /kisskb/src/kernel/panic.c:642:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/ext4/file.c: In function 'ext4_sample_last_mounted': /kisskb/src/fs/ext4/file.c:778:7: note: byref variable will be forcibly initialized char buf[64], *cp; ^ /kisskb/src/fs/ext4/file.c:777:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/ext4/file.c: In function 'ext4_overwrite_io': /kisskb/src/fs/ext4/file.c:191:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^ /kisskb/src/fs/ext4/file.c: In function 'ext4_dio_write_iter': /kisskb/src/fs/ext4/file.c:463:7: note: byref variable will be forcibly initialized bool ilock_shared = true; ^ /kisskb/src/fs/ext4/file.c:462:7: note: byref variable will be forcibly initialized bool extend = false, unaligned_io = false; ^ /kisskb/src/sound/drivers/dummy.c: In function 'snd_card_dummy_pcm': /kisskb/src/sound/drivers/dummy.c:672:18: note: byref variable will be forcibly initialized struct snd_pcm *pcm; ^ /kisskb/src/sound/drivers/dummy.c: In function 'snd_dummy_probe': /kisskb/src/sound/drivers/dummy.c:1023:19: note: byref variable will be forcibly initialized struct snd_card *card; ^ In file included from /kisskb/src/sound/drivers/dummy.c:9:0: /kisskb/src/sound/drivers/dummy.c: In function 'alsa_card_dummy_init': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized struct platform_device_info pdevinfo = { ^ /kisskb/src/block/cmdline-parser.c: In function 'parse_parts': /kisskb/src/block/cmdline-parser.c:97:7: note: byref variable will be forcibly initialized char buf[BDEVNAME_SIZE + 32 + 4]; ^ /kisskb/src/drivers/bus/mhi/core/pm.c: In function 'mhi_tryset_pm_state': /kisskb/src/drivers/bus/mhi/core/pm.c:114:16: note: byref variable will be forcibly initialized unsigned long cur_state = mhi_cntrl->pm_state; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, 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/bus/mhi/core/pm.c:8: /kisskb/src/drivers/bus/mhi/core/pm.c: In function 'mhi_pm_disable_transition': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^ /kisskb/src/drivers/bus/mhi/core/pm.c:473:9: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(mhi_cntrl->state_event, ^ /kisskb/src/drivers/bus/mhi/core/pm.c:466:7: note: byref variable will be forcibly initialized u32 in_reset = -1; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, 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/bus/mhi/core/pm.c:8: /kisskb/src/drivers/bus/mhi/core/pm.c: In function 'mhi_ready_state_transition': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^ /kisskb/src/drivers/bus/mhi/core/pm.c:164:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(mhi_cntrl->state_event, ^ /kisskb/src/drivers/bus/mhi/core/pm.c:160:17: note: byref variable will be forcibly initialized u32 reset = 1, ready = 0; ^ /kisskb/src/drivers/bus/mhi/core/pm.c:160:6: note: byref variable will be forcibly initialized u32 reset = 1, ready = 0; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, 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/bus/mhi/core/pm.c:8: /kisskb/src/drivers/bus/mhi/core/pm.c: In function 'mhi_pm_sys_error_transition': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^ /kisskb/src/drivers/bus/mhi/core/pm.c:605:9: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(mhi_cntrl->state_event, ^ /kisskb/src/drivers/bus/mhi/core/pm.c:598:7: note: byref variable will be forcibly initialized u32 in_reset = -1; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, 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/bus/mhi/core/pm.c:8: /kisskb/src/drivers/bus/mhi/core/pm.c: In function 'mhi_pm_suspend': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^ /kisskb/src/drivers/bus/mhi/core/pm.c:841:8: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(mhi_cntrl->state_event, ^ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^ /kisskb/src/drivers/bus/mhi/core/pm.c:801:8: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(mhi_cntrl->state_event, ^ /kisskb/src/drivers/bus/mhi/core/pm.c: In function 'mhi_pm_resume': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^ /kisskb/src/drivers/bus/mhi/core/pm.c:906:8: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(mhi_cntrl->state_event, ^ /kisskb/src/drivers/bus/mhi/core/pm.c: In function '__mhi_device_get_sync': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^ /kisskb/src/drivers/bus/mhi/core/pm.c:938:8: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(mhi_cntrl->state_event, ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, 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/bus/mhi/core/pm.c:8: /kisskb/src/drivers/bus/mhi/core/pm.c: In function 'mhi_pm_st_worker': /kisskb/src/drivers/bus/mhi/core/pm.c:724:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/include/linux/pid.h:6:0, 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/bus/mhi/core/pm.c:8: /kisskb/src/drivers/bus/mhi/core/pm.c: In function 'mhi_async_power_up': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^ /kisskb/src/drivers/bus/mhi/core/pm.c:1085:9: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(mhi_cntrl->state_event, ^ /kisskb/src/drivers/bus/mhi/core/pm.c:1019:6: note: byref variable will be forcibly initialized u32 val; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, 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/bus/mhi/core/pm.c:8: /kisskb/src/drivers/bus/mhi/core/pm.c: In function 'mhi_sync_power_up': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^ /kisskb/src/drivers/bus/mhi/core/pm.c:1188:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(mhi_cntrl->state_event, ^ /kisskb/src/drivers/bus/mhi/core/pm.c: In function 'mhi_force_rddm_mode': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^ /kisskb/src/drivers/bus/mhi/core/pm.c:1214:8: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(mhi_cntrl->state_event, ^ /kisskb/src/sound/drivers/virmidi.c: In function 'snd_virmidi_probe': /kisskb/src/sound/drivers/virmidi.c:93:23: note: byref variable will be forcibly initialized struct snd_rawmidi *rmidi; ^ /kisskb/src/sound/drivers/virmidi.c:74:19: note: byref variable will be forcibly initialized struct snd_card *card; ^ In file included from /kisskb/src/sound/drivers/virmidi.c:33:0: /kisskb/src/sound/drivers/virmidi.c: In function 'alsa_card_virmidi_init': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized struct platform_device_info pdevinfo = { ^ /kisskb/src/fs/ext4/fsmap.c: In function 'ext4_getfsmap_helper': /kisskb/src/fs/ext4/fsmap.c:92:16: note: byref variable will be forcibly initialized ext4_grpblk_t cno; ^ /kisskb/src/fs/ext4/fsmap.c:91:15: note: byref variable will be forcibly initialized ext4_group_t agno; ^ /kisskb/src/fs/ext4/fsmap.c:88:20: note: byref variable will be forcibly initialized struct ext4_fsmap fmr; ^ /kisskb/src/fs/ext4/fsmap.c: In function 'ext4_getfsmap_logdev': /kisskb/src/fs/ext4/fsmap.c:260:20: note: byref variable will be forcibly initialized struct ext4_fsmap irec; ^ /kisskb/src/fs/ext4/fsmap.c: In function 'ext4_getfsmap_datadev_helper': /kisskb/src/fs/ext4/fsmap.c:193:20: note: byref variable will be forcibly initialized struct ext4_fsmap irec; ^ /kisskb/src/fs/ext4/fsmap.c: In function 'ext4_getfsmap_datadev': /kisskb/src/fs/ext4/fsmap.c:478:16: note: byref variable will be forcibly initialized ext4_grpblk_t last_cluster; ^ /kisskb/src/fs/ext4/fsmap.c:477:16: note: byref variable will be forcibly initialized ext4_grpblk_t first_cluster; ^ /kisskb/src/fs/ext4/fsmap.c:476:15: note: byref variable will be forcibly initialized ext4_group_t end_ag; ^ /kisskb/src/fs/ext4/fsmap.c:475:15: note: byref variable will be forcibly initialized ext4_group_t start_ag; ^ /kisskb/src/fs/ext4/fsmap.c: In function 'ext4_getfsmap': /kisskb/src/fs/ext4/fsmap.c:631:27: note: byref variable will be forcibly initialized struct ext4_getfsmap_dev handlers[EXT4_GETFSMAP_DEVS]; ^ /kisskb/src/fs/ext4/fsmap.c:630:20: note: byref variable will be forcibly initialized struct ext4_fsmap dkeys[2]; /* per-dev keys */ ^ In file included from /kisskb/src/include/linux/slab.h:16:0, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/block/bio-integrity.c:9: /kisskb/src/block/bio-integrity.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/block/bio-integrity.c: In function 'bio_integrity_process': /kisskb/src/block/bio-integrity.c:162:19: note: byref variable will be forcibly initialized struct bvec_iter bviter; ^ /kisskb/src/block/bio-integrity.c:161:28: note: byref variable will be forcibly initialized struct blk_integrity_iter iter; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, 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/bus/mhi/core/boot.c:8: /kisskb/src/drivers/bus/mhi/core/boot.c: In function 'mhi_fw_load_bhie': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^ /kisskb/src/drivers/bus/mhi/core/boot.c:211:8: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(mhi_cntrl->state_event, ^ /kisskb/src/drivers/bus/mhi/core/boot.c:185:6: note: byref variable will be forcibly initialized u32 tx_status, sequence_id; ^ /kisskb/src/drivers/bus/mhi/core/boot.c: In function '__mhi_download_rddm_in_panic': /kisskb/src/drivers/bus/mhi/core/boot.c:60:6: note: byref variable will be forcibly initialized u32 rx_status; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, 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/bus/mhi/core/boot.c:8: /kisskb/src/drivers/bus/mhi/core/boot.c: In function 'mhi_fw_load_bhi': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^ /kisskb/src/drivers/bus/mhi/core/boot.c:265:8: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(mhi_cntrl->state_event, ^ /kisskb/src/drivers/bus/mhi/core/boot.c:230:17: note: byref variable will be forcibly initialized u32 tx_status, val, session_id; ^ /kisskb/src/drivers/bus/mhi/core/boot.c:230:6: note: byref variable will be forcibly initialized u32 tx_status, val, session_id; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/bus/mhi/core/boot.c:12: /kisskb/src/drivers/bus/mhi/core/boot.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, 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/bus/mhi/core/boot.c:8: /kisskb/src/drivers/bus/mhi/core/boot.c: In function 'mhi_download_rddm_image': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^ /kisskb/src/drivers/bus/mhi/core/boot.c:167:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(mhi_cntrl->state_event, ^ /kisskb/src/drivers/bus/mhi/core/boot.c:159:6: note: byref variable will be forcibly initialized u32 rx_status; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, 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/bus/mhi/core/boot.c:8: /kisskb/src/drivers/bus/mhi/core/boot.c: In function 'mhi_fw_load_handler': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^ /kisskb/src/drivers/bus/mhi/core/boot.c:504:8: note: in expansion of macro 'wait_event_timeout' ret = wait_event_timeout(mhi_cntrl->state_event, ^ /kisskb/src/drivers/bus/mhi/core/boot.c:396:13: note: byref variable will be forcibly initialized dma_addr_t dma_addr; ^ /kisskb/src/drivers/bus/mhi/core/boot.c:391:25: note: byref variable will be forcibly initialized const struct firmware *firmware = NULL; ^ /kisskb/src/sound/drivers/serial-u16550.c: In function 'snd_uart16550_io_loop': /kisskb/src/sound/drivers/serial-u16550.c:196:16: note: byref variable will be forcibly initialized unsigned char c, status; ^ /kisskb/src/sound/drivers/serial-u16550.c: In function 'snd_uart16550_rmidi': /kisskb/src/sound/drivers/serial-u16550.c:862:22: note: byref variable will be forcibly initialized struct snd_rawmidi *rrawmidi; ^ /kisskb/src/sound/drivers/serial-u16550.c: In function 'snd_serial_probe': /kisskb/src/sound/drivers/serial-u16550.c:888:24: note: byref variable will be forcibly initialized struct snd_uart16550 *uart; ^ /kisskb/src/sound/drivers/serial-u16550.c:887:19: note: byref variable will be forcibly initialized struct snd_card *card; ^ /kisskb/src/sound/drivers/serial-u16550.c: In function 'snd_uart16550_output_write': /kisskb/src/sound/drivers/serial-u16550.c:638:16: note: byref variable will be forcibly initialized unsigned char midi_byte, addr_byte; ^ In file included from /kisskb/src/sound/drivers/serial-u16550.c:23:0: /kisskb/src/sound/drivers/serial-u16550.c: In function 'alsa_card_serial_init': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized struct platform_device_info pdevinfo = { ^ /kisskb/src/drivers/bus/mhi/core/debugfs.c: In function 'mhi_debugfs_timeout_ms_write': /kisskb/src/drivers/bus/mhi/core/debugfs.c:286:6: note: byref variable will be forcibly initialized u32 timeout_ms; ^ /kisskb/src/drivers/bus/mhi/core/debugfs.c: In function 'mhi_debugfs_device_wake_write': /kisskb/src/drivers/bus/mhi/core/debugfs.c:255:7: note: byref variable will be forcibly initialized char buf[16]; ^ /kisskb/src/drivers/bus/mhi/core/debugfs.c: In function 'mhi_debugfs_regdump_show': /kisskb/src/drivers/bus/mhi/core/debugfs.c:175:6: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/fs/ext4/fsync.c: In function 'ext4_sync_file': /kisskb/src/fs/ext4/fsync.c:132:7: note: byref variable will be forcibly initialized bool needs_barrier = false; ^ /kisskb/src/block/blk-integrity.c: In function 'integrity_generate_store': /kisskb/src/block/blk-integrity.c:289:8: note: byref variable will be forcibly initialized char *p = (char *) page; ^ /kisskb/src/block/blk-integrity.c: In function 'integrity_verify_store': /kisskb/src/block/blk-integrity.c:270:8: note: byref variable will be forcibly initialized char *p = (char *) page; ^ /kisskb/src/block/blk-integrity.c: In function 'blk_rq_count_integrity_sg': /kisskb/src/block/blk-integrity.c:29:17: note: byref variable will be forcibly initialized struct bio_vec iv, ivprv = { NULL }; ^ /kisskb/src/block/blk-integrity.c: In function 'blk_rq_map_integrity_sg': /kisskb/src/block/blk-integrity.c:71:17: note: byref variable will be forcibly initialized struct bio_vec iv, ivprv = { NULL }; ^ /kisskb/src/mm/slob.c: In function 'slob_alloc': /kisskb/src/mm/slob.c:320:8: note: byref variable will be forcibly initialized bool page_removed_from_list = false; ^ /kisskb/src/mm/slob.c:308:7: note: byref variable will be forcibly initialized bool _unused; ^ /kisskb/src/kernel/exit.c: In function '__exit_signal': /kisskb/src/kernel/exit.c:98:13: note: byref variable will be forcibly initialized u64 utime, stime; ^ /kisskb/src/kernel/exit.c:98:6: note: byref variable will be forcibly initialized u64 utime, stime; ^ /kisskb/src/kernel/exit.c: In function 'exit_mm': /kisskb/src/kernel/exit.c:453:22: note: byref variable will be forcibly initialized struct core_thread self; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/kernel/exit.c:8: /kisskb/src/kernel/exit.c: In function 'exit_notify': /kisskb/src/kernel/exit.c:665:12: note: byref variable will be forcibly initialized LIST_HEAD(dead); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/kernel/exit.c: In function 'wait_task_zombie': /kisskb/src/kernel/exit.c:1037:16: note: byref variable will be forcibly initialized u64 tgutime, tgstime; ^ /kisskb/src/kernel/exit.c:1037:7: note: byref variable will be forcibly initialized u64 tgutime, tgstime; ^ /kisskb/src/kernel/exit.c: In function 'kernel_waitid': /kisskb/src/kernel/exit.c:1503:15: note: byref variable will be forcibly initialized unsigned int f_flags = 0; ^ /kisskb/src/kernel/exit.c:1499:19: note: byref variable will be forcibly initialized struct wait_opts wo; ^ /kisskb/src/kernel/exit.c: In function '__do_sys_waitid': /kisskb/src/kernel/exit.c:1565:16: note: byref variable will be forcibly initialized struct rusage r; ^ /kisskb/src/kernel/exit.c: In function 'kernel_wait4': /kisskb/src/kernel/exit.c:1598:19: note: byref variable will be forcibly initialized struct wait_opts wo; ^ /kisskb/src/kernel/exit.c: In function '__do_sys_wait4': /kisskb/src/kernel/exit.c:1657:16: note: byref variable will be forcibly initialized struct rusage r; ^ In file included from /kisskb/src/drivers/bus/moxtet.c:17:0: /kisskb/src/drivers/bus/moxtet.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1259:21: note: byref variable will be forcibly initialized struct spi_message msg; ^ /kisskb/src/drivers/bus/moxtet.c: In function 'moxtet_find_topology': /kisskb/src/drivers/bus/moxtet.c:335:6: note: byref variable will be forcibly initialized int cnts[TURRIS_MOX_MODULE_LAST]; ^ /kisskb/src/drivers/bus/moxtet.c:334:5: note: byref variable will be forcibly initialized u8 buf[TURRIS_MOX_MAX_MODULES]; ^ /kisskb/src/drivers/bus/moxtet.c: In function 'moxtet_irq_read': /kisskb/src/drivers/bus/moxtet.c:676:5: note: byref variable will be forcibly initialized u8 buf[TURRIS_MOX_MAX_MODULES]; ^ /kisskb/src/drivers/bus/moxtet.c: In function 'moxtet_irq_thread_fn': /kisskb/src/drivers/bus/moxtet.c:696:16: note: byref variable will be forcibly initialized unsigned long set; ^ /kisskb/src/drivers/bus/moxtet.c: In function 'of_register_moxtet_device': /kisskb/src/drivers/bus/moxtet.c:207:6: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/drivers/bus/moxtet.c: In function 'output_write': /kisskb/src/drivers/bus/moxtet.c:517:9: note: byref variable will be forcibly initialized loff_t dummy = 0; ^ /kisskb/src/drivers/bus/moxtet.c:515:5: note: byref variable will be forcibly initialized u8 hex[sizeof(bin) * 2 + 1]; ^ /kisskb/src/drivers/bus/moxtet.c:514:5: note: byref variable will be forcibly initialized u8 bin[TURRIS_MOX_MAX_MODULES]; ^ /kisskb/src/drivers/bus/moxtet.c: In function 'output_read': /kisskb/src/drivers/bus/moxtet.c:494:5: note: byref variable will be forcibly initialized u8 hex[TURRIS_MOX_MAX_MODULES * 2 + 1]; ^ /kisskb/src/drivers/bus/moxtet.c: In function 'input_read': /kisskb/src/drivers/bus/moxtet.c:468:5: note: byref variable will be forcibly initialized u8 hex[sizeof(bin) * 2 + 1]; ^ /kisskb/src/drivers/bus/moxtet.c:467:5: note: byref variable will be forcibly initialized u8 bin[TURRIS_MOX_MAX_MODULES]; ^ /kisskb/src/drivers/bus/moxtet.c: In function 'moxtet_device_read': /kisskb/src/drivers/bus/moxtet.c:407:5: note: byref variable will be forcibly initialized u8 buf[TURRIS_MOX_MAX_MODULES]; ^ /kisskb/src/fs/ext4/hash.c: In function '__ext4fs_dirhash': /kisskb/src/fs/ext4/hash.c:207:16: note: byref variable will be forcibly initialized __u32 in[8], buf[4]; ^ /kisskb/src/fs/ext4/hash.c:207:9: note: byref variable will be forcibly initialized __u32 in[8], buf[4]; ^ In file included from /kisskb/src/include/crypto/internal/skcipher.h:13:0, from /kisskb/src/crypto/authenc.c:10: /kisskb/src/crypto/authenc.c: In function 'crypto_authenc_copy_assoc': /kisskb/src/include/crypto/skcipher.h:127:7: note: byref variable will be forcibly initialized char __##name##_desc[sizeof(struct skcipher_request) + \ ^ /kisskb/src/crypto/authenc.c:181:2: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' SYNC_SKCIPHER_REQUEST_ON_STACK(skreq, ctx->null); ^ /kisskb/src/crypto/authenc.c: In function 'crypto_authenc_create': /kisskb/src/crypto/authenc.c:375:6: note: byref variable will be forcibly initialized u32 mask; ^ /kisskb/src/crypto/authenc.c: In function 'crypto_authenc_setkey': /kisskb/src/crypto/authenc.c:90:29: note: byref variable will be forcibly initialized struct crypto_authenc_keys keys; ^ /kisskb/src/sound/drivers/mts64.c: In function 'snd_mts64_interrupt': /kisskb/src/sound/drivers/mts64.c:816:13: note: byref variable will be forcibly initialized u8 status, data; ^ /kisskb/src/sound/drivers/mts64.c: In function 'snd_mts64_rawmidi_output_trigger': /kisskb/src/sound/drivers/mts64.c:712:5: note: byref variable will be forcibly initialized u8 data; ^ /kisskb/src/sound/drivers/mts64.c: In function 'snd_mts64_rawmidi_create': /kisskb/src/sound/drivers/mts64.c:754:22: note: byref variable will be forcibly initialized struct snd_rawmidi *rmidi; ^ /kisskb/src/sound/drivers/mts64.c: In function 'snd_mts64_probe': /kisskb/src/sound/drivers/mts64.c:908:16: note: byref variable will be forcibly initialized struct mts64 *mts = NULL; ^ /kisskb/src/sound/drivers/mts64.c:907:19: note: byref variable will be forcibly initialized struct snd_card *card = NULL; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:592:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^ /kisskb/src/mm/mmu_notifier.c: In function 'mn_itree_release': /kisskb/src/mm/mmu_notifier.c:272:16: note: byref variable will be forcibly initialized unsigned long cur_seq; ^ /kisskb/src/mm/mmu_notifier.c: In function 'mn_itree_invalidate': /kisskb/src/mm/mmu_notifier.c:448:16: note: byref variable will be forcibly initialized unsigned long cur_seq; ^ In file included from /kisskb/src/include/linux/swait.h:8:0, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmu_notifier.h:7, from /kisskb/src/mm/mmu_notifier.c:11: /kisskb/src/mm/mmu_notifier.c: In function 'mmu_interval_read_begin': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/mm/mmu_notifier.c:248:3: note: in expansion of macro 'wait_event' wait_event(subscriptions->wq, ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/mm/mmu_notifier.c:655:3: note: in expansion of macro 'smp_store_release' 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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/mm/mmu_notifier.c:982:18: note: in expansion of macro 'smp_load_acquire' subscriptions = smp_load_acquire(&mm->notifier_subscriptions); ^ In file included from /kisskb/src/include/linux/swait.h:8:0, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmu_notifier.h:7, from /kisskb/src/mm/mmu_notifier.c:11: /kisskb/src/mm/mmu_notifier.c: In function 'mmu_interval_notifier_remove': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/mm/mmu_notifier.c:1062:3: note: in expansion of macro 'wait_event' wait_event(subscriptions->wq, ^ In file included from /kisskb/src/include/linux/slab.h:16:0, from /kisskb/src/sound/pci/hda/hda_codec.c:10: /kisskb/src/sound/pci/hda/hda_codec.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/sound/pci/hda/hda_codec.c:10:0: /kisskb/src/sound/pci/hda/hda_codec.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'snd_hda_codec_device_init': /kisskb/src/sound/pci/hda/hda_codec.c:874:7: note: byref variable will be forcibly initialized char name[DEV_NAME_LEN]; ^ In file included from /kisskb/src/include/sound/hda_codec.h:17:0, from /kisskb/src/sound/pci/hda/hda_codec.c:16: /kisskb/src/sound/pci/hda/hda_codec.c: In function 'snd_hdac_read_parm': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'snd_hda_query_pin_caps': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/sound/hda_codec.h:19:0, from /kisskb/src/sound/pci/hda/hda_codec.c:16: /kisskb/src/sound/pci/hda/hda_codec.c: In function 'snd_hdac_regmap_get_amp': /kisskb/src/include/sound/hda_regmap.h:140:11: note: byref variable will be forcibly initialized int err, val; ^ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'snd_hda_spdif_in_status_get': /kisskb/src/sound/pci/hda/hda_codec.c:2663:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'find_mixer_ctl': /kisskb/src/sound/pci/hda/hda_codec.c:1605:25: note: byref variable will be forcibly initialized struct snd_ctl_elem_id id; ^ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'map_followers': /kisskb/src/sound/pci/hda/hda_codec.c:1829:9: note: byref variable will be forcibly initialized char tmpname[sizeof(sctl->id.name)]; ^ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'add_std_chmaps': /kisskb/src/sound/pci/hda/hda_codec.c:3046:26: note: byref variable will be forcibly initialized struct snd_pcm_chmap *chmap; ^ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'read_and_add_raw_conns': /kisskb/src/sound/pci/hda/hda_codec.c:134:12: note: byref variable will be forcibly initialized hda_nid_t list[32]; ^ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'snd_hda_get_connections': /kisskb/src/sound/pci/hda/hda_codec.c:210:19: note: byref variable will be forcibly initialized const hda_nid_t *list; ^ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'snd_hda_get_conn_index': /kisskb/src/sound/pci/hda/hda_codec.c:267:19: note: byref variable will be forcibly initialized const hda_nid_t *conn; ^ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'snd_hda_get_devices': /kisskb/src/sound/pci/hda/hda_codec.c:329:15: note: byref variable will be forcibly initialized unsigned int parm; ^ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'snd_hda_codec_pcm_new': /kisskb/src/sound/pci/hda/hda_codec.c:727:10: note: byref variable will be forcibly initialized va_list args; ^ In file included from /kisskb/src/include/sound/hda_codec.h:17:0, from /kisskb/src/sound/pci/hda/hda_codec.c:16: /kisskb/src/sound/pci/hda/hda_codec.c: In function 'query_amp_caps': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'snd_hda_mixer_amp_tlv': /kisskb/src/sound/pci/hda/hda_codec.c:1562:15: note: byref variable will be forcibly initialized unsigned int tlv[4]; ^ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'init_follower_0dB': /kisskb/src/sound/pci/hda/hda_codec.c:1878:6: note: byref variable will be forcibly initialized int _tlv[4]; ^ /kisskb/src/sound/pci/hda/hda_codec.c: In function '__snd_hda_add_vmaster': /kisskb/src/sound/pci/hda/hda_codec.c:1982:28: note: byref variable will be forcibly initialized struct follower_init_arg arg = { ^ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'snd_hda_create_dig_out_ctls': /kisskb/src/sound/pci/hda/hda_codec.c:2460:6: note: byref variable will be forcibly initialized int val = 0; ^ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'snd_hda_codec_device_new': /kisskb/src/sound/pci/hda/hda_codec.c:927:7: note: byref variable will be forcibly initialized char component[31]; ^ In file included from /kisskb/src/include/sound/hda_codec.h:17:0, from /kisskb/src/sound/pci/hda/hda_codec.c:16: /kisskb/src/sound/pci/hda/hda_codec.c: In function 'snd_hda_codec_eapd_power_filter': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'snd_hda_get_default_vref': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/pci/hda/hda_codec.c: In function 'snd_hda_correct_pin_ctl': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_genicv_tail': /kisskb/src/crypto/authencesn.c:99:6: note: byref variable will be forcibly initialized u32 tmp[2]; ^ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_genicv': /kisskb/src/crypto/authencesn.c:133:6: note: byref variable will be forcibly initialized u32 tmp[2]; ^ In file included from /kisskb/src/include/crypto/internal/skcipher.h:13:0, from /kisskb/src/crypto/authencesn.c:13: /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_copy': /kisskb/src/include/crypto/skcipher.h:127:7: note: byref variable will be forcibly initialized char __##name##_desc[sizeof(struct skcipher_request) + \ ^ /kisskb/src/crypto/authencesn.c:171:2: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' 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:6: note: byref variable will be forcibly initialized u32 tmp[2]; ^ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_decrypt': /kisskb/src/crypto/authencesn.c:284:6: note: byref variable will be forcibly initialized u32 tmp[2]; ^ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_setkey': /kisskb/src/crypto/authencesn.c:64:29: note: byref variable will be forcibly initialized struct crypto_authenc_keys keys; ^ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_create': /kisskb/src/crypto/authencesn.c:393:6: note: byref variable will be forcibly initialized u32 mask; ^ /kisskb/src/fs/ext4/ialloc.c: In function 'find_group_orlov': /kisskb/src/fs/ext4/ialloc.c:436:22: note: byref variable will be forcibly initialized struct dx_hash_info hinfo; ^ /kisskb/src/fs/ext4/ialloc.c:434:21: note: byref variable will be forcibly initialized struct orlov_stats stats; ^ In file included from /kisskb/src/fs/ext4/ialloc.c:29:0: /kisskb/src/fs/ext4/ialloc.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2320:4: note: byref variable will be forcibly initialized } desc; ^ /kisskb/src/fs/ext4/ialloc.c: In function 'ext4_free_inode': /kisskb/src/fs/ext4/ialloc.c:241:22: note: byref variable will be forcibly initialized struct buffer_head *bh2; ^ /kisskb/src/fs/ext4/ialloc.c: In function 'ext4_mark_inode_used': /kisskb/src/fs/ext4/ialloc.c:752:47: note: byref variable will be forcibly initialized struct buffer_head *inode_bitmap_bh = NULL, *group_desc_bh = NULL; ^ /kisskb/src/fs/ext4/ialloc.c: In function '__ext4_new_inode': /kisskb/src/fs/ext4/ialloc.c:1283:10: note: byref variable will be forcibly initialized __le32 gen = cpu_to_le32(inode->i_generation); ^ /kisskb/src/fs/ext4/ialloc.c:1282:10: note: byref variable will be forcibly initialized __le32 inum = cpu_to_le32(inode->i_ino); ^ /kisskb/src/fs/ext4/ialloc.c:933:16: note: byref variable will be forcibly initialized unsigned long ino = 0; ^ /kisskb/src/fs/ext4/ialloc.c:932:24: note: byref variable will be forcibly initialized ext4_group_t ngroups, group = 0; ^ /kisskb/src/fs/ext4/ialloc.c:931:22: note: byref variable will be forcibly initialized struct buffer_head *group_desc_bh; ^ /kisskb/src/fs/ext4/ialloc.c: In function 'ext4_init_inode_table': /kisskb/src/fs/ext4/ialloc.c:1512:22: note: byref variable will be forcibly initialized struct buffer_head *group_desc_bh; ^ /kisskb/src/mm/memtest.c: In function 'do_one_pass': /kisskb/src/mm/memtest.c:69:26: note: byref variable will be forcibly initialized phys_addr_t this_start, this_end; ^ /kisskb/src/mm/memtest.c:69:14: note: byref variable will be forcibly initialized phys_addr_t this_start, this_end; ^ /kisskb/src/mm/memtest.c:68:6: note: byref variable will be forcibly initialized u64 i; ^ /kisskb/src/sound/drivers/portman2x4.c: In function 'snd_portman_interrupt': /kisskb/src/sound/drivers/portman2x4.c:602:16: note: byref variable will be forcibly initialized unsigned char midivalue = 0; ^ /kisskb/src/sound/drivers/portman2x4.c: In function 'snd_portman_rawmidi_create': /kisskb/src/sound/drivers/portman2x4.c:552:22: note: byref variable will be forcibly initialized struct snd_rawmidi *rmidi; ^ /kisskb/src/sound/drivers/portman2x4.c: In function 'snd_portman_probe': /kisskb/src/sound/drivers/portman2x4.c:707:18: note: byref variable will be forcibly initialized struct portman *pm = NULL; ^ /kisskb/src/sound/drivers/portman2x4.c:706:19: note: byref variable will be forcibly initialized struct snd_card *card = NULL; ^ /kisskb/src/sound/drivers/portman2x4.c: In function 'snd_portman_midi_output_trigger': /kisskb/src/sound/drivers/portman2x4.c:526:16: note: byref variable will be forcibly initialized unsigned char byte; ^ /kisskb/src/drivers/bus/tegra-gmi.c: In function 'tegra_gmi_parse_dt': /kisskb/src/drivers/bus/tegra-gmi.c:92:16: note: byref variable will be forcibly initialized u32 property, ranges[4]; ^ /kisskb/src/drivers/bus/tegra-gmi.c:92:6: note: byref variable will be forcibly initialized u32 property, ranges[4]; ^ /kisskb/src/crypto/lzo.c: In function '__lzo_decompress': /kisskb/src/crypto/lzo.c:86:9: note: byref variable will be forcibly initialized size_t tmp_len = *dlen; /* size_t(ulong) <-> uint on 64 bit */ ^ /kisskb/src/crypto/lzo.c: In function 'lzo_sdecompress': /kisskb/src/crypto/lzo.c:86:9: note: byref variable will be forcibly initialized /kisskb/src/crypto/lzo.c: In function 'lzo_decompress': /kisskb/src/crypto/lzo.c:86:9: note: byref variable will be forcibly initialized /kisskb/src/crypto/lzo.c: In function '__lzo_compress': /kisskb/src/crypto/lzo.c:55:9: note: byref variable will be forcibly initialized size_t tmp_len = *dlen; /* size_t(ulong) <-> uint on 64 bit */ ^ /kisskb/src/crypto/lzo.c: In function 'lzo_scompress': /kisskb/src/crypto/lzo.c:55:9: note: byref variable will be forcibly initialized /kisskb/src/crypto/lzo.c: In function 'lzo_compress': /kisskb/src/crypto/lzo.c:55:9: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/genhd.h:16:0, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/block/blk-zoned.c:15: /kisskb/src/block/blk-zoned.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:641:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/block/blk-zoned.c: In function 'blkdev_report_zones_ioctl': /kisskb/src/block/blk-zoned.c:286:25: note: byref variable will be forcibly initialized struct blk_zone_report rep; ^ /kisskb/src/block/blk-zoned.c:284:26: note: byref variable will be forcibly initialized struct zone_report_args args; ^ /kisskb/src/block/blk-zoned.c: In function 'blkdev_zone_mgmt_ioctl': /kisskb/src/block/blk-zoned.c:346:24: note: byref variable will be forcibly initialized struct blk_zone_range zrange; ^ /kisskb/src/drivers/bus/uniphier-system-bus.c: In function 'uniphier_system_bus_probe': /kisskb/src/drivers/bus/uniphier-system-bus.c:182:17: note: byref variable will be forcibly initialized int pna, bank, rlen, rone, ret; ^ /kisskb/src/drivers/bus/uniphier-system-bus.c:180:6: note: byref variable will be forcibly initialized u32 cells, addr, size; ^ /kisskb/src/kernel/resource.c: In function '__walk_iomem_res_desc': /kisskb/src/kernel/resource.c:408:18: note: byref variable will be forcibly initialized struct resource res; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/resource.c:17: /kisskb/src/kernel/resource.c: In function 'revoke_iomem': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/kernel/resource.c:1131:24: note: in expansion of macro 'smp_load_acquire' struct inode *inode = smp_load_acquire(&iomem_inode); ^ /kisskb/src/kernel/resource.c: In function 'iomem_init_inode': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/kernel/resource.c:1878:2: note: in expansion of macro 'smp_store_release' smp_store_release(&iomem_inode, inode); ^ /kisskb/src/kernel/resource.c: In function 'reserve_setup': /kisskb/src/kernel/resource.c:1622:26: note: byref variable will be forcibly initialized unsigned int io_start, io_num; ^ /kisskb/src/kernel/resource.c:1622:16: note: byref variable will be forcibly initialized unsigned int io_start, io_num; ^ /kisskb/src/kernel/resource.c: In function 'walk_system_ram_range': /kisskb/src/kernel/resource.c:490:18: note: byref variable will be forcibly initialized struct resource res; ^ /kisskb/src/kernel/resource.c: In function '__find_resource': /kisskb/src/kernel/resource.c:608:30: note: byref variable will be forcibly initialized struct resource tmp = *new, avail, alloc; ^ /kisskb/src/kernel/resource.c:608:18: note: byref variable will be forcibly initialized struct resource tmp = *new, avail, alloc; ^ /kisskb/src/kernel/resource.c: In function 'reallocate_resource': /kisskb/src/kernel/resource.c:683:18: note: byref variable will be forcibly initialized struct resource new = *old; ^ /kisskb/src/kernel/resource.c: In function 'allocate_resource': /kisskb/src/kernel/resource.c:739:29: note: byref variable will be forcibly initialized struct resource_constraint constraint; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/resource.c:17: /kisskb/src/kernel/resource.c: In function 'iomem_get_mapping': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/kernel/resource.c:1171:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&iomem_inode)->i_mapping; ^ /kisskb/src/kernel/resource.c: In function '__devm_release_region': /kisskb/src/kernel/resource.c:1604:23: note: byref variable will be forcibly initialized struct region_devres match_data = { parent, start, n }; ^ /kisskb/src/crypto/lzo-rle.c: In function '__lzorle_decompress': /kisskb/src/crypto/lzo-rle.c:86:9: note: byref variable will be forcibly initialized size_t tmp_len = *dlen; /* size_t(ulong) <-> uint on 64 bit */ ^ /kisskb/src/crypto/lzo-rle.c: In function 'lzorle_sdecompress': /kisskb/src/crypto/lzo-rle.c:86:9: note: byref variable will be forcibly initialized /kisskb/src/crypto/lzo-rle.c: In function 'lzorle_decompress': /kisskb/src/crypto/lzo-rle.c:86:9: note: byref variable will be forcibly initialized /kisskb/src/crypto/lzo-rle.c: In function '__lzorle_compress': /kisskb/src/crypto/lzo-rle.c:55:9: note: byref variable will be forcibly initialized size_t tmp_len = *dlen; /* size_t(ulong) <-> uint on 64 bit */ ^ /kisskb/src/crypto/lzo-rle.c: In function 'lzorle_scompress': /kisskb/src/crypto/lzo-rle.c:55:9: note: byref variable will be forcibly initialized /kisskb/src/crypto/lzo-rle.c: In function 'lzorle_compress': /kisskb/src/crypto/lzo-rle.c:55:9: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/sound/hda_codec.h:17:0, from /kisskb/src/sound/pci/hda/hda_jack.c:14: /kisskb/src/sound/pci/hda/hda_jack.c: In function 'snd_hdac_read_parm': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/sound/pci/hda/hda_jack.c: In function 'snd_hda_query_pin_caps': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/pci/hda/hda_jack.c: In function 'read_pin_sense': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/pci/hda/hda_jack.c: In function 'is_jack_detectable': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/include/linux/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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/atomic-arch-fallback.h:163:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^ /kisskb/src/sound/pci/hda/hda_jack.c: In function 'add_jack_kctl': /kisskb/src/sound/pci/hda/hda_jack.c:517:7: note: byref variable will be forcibly initialized char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; ^ In file included from /kisskb/src/include/linux/radix-tree.h:19:0, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:707, from /kisskb/src/include/linux/migrate.h:5, from /kisskb/src/mm/migrate.c:16: /kisskb/src/mm/migrate.c: In function 'migrate_page_move_mapping': /kisskb/src/mm/migrate.c:401:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, page_index(page)); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' 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:529:11: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, page_index(page)); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^ In file included from /kisskb/src/include/linux/vmalloc.h:11:0, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:194, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/bus/vexpress-config.c:9: /kisskb/src/drivers/bus/vexpress-config.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/bus/vexpress-config.c: In function 'vexpress_syscfg_probe': /kisskb/src/drivers/bus/vexpress-config.c:357:6: note: byref variable will be forcibly initialized u32 dt_hbi; ^ /kisskb/src/drivers/bus/vexpress-config.c: In function 'vexpress_syscfg_regmap_init': /kisskb/src/drivers/bus/vexpress-config.c:257:22: note: byref variable will be forcibly initialized u32 site, position, dcc; ^ /kisskb/src/drivers/bus/vexpress-config.c:257:12: note: byref variable will be forcibly initialized u32 site, position, dcc; ^ /kisskb/src/drivers/bus/vexpress-config.c:257:6: note: byref variable will be forcibly initialized u32 site, position, dcc; ^ /kisskb/src/drivers/bus/vexpress-config.c:255:9: note: byref variable will be forcibly initialized __be32 energy_quirk[4]; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/migrate.h:5, from /kisskb/src/mm/migrate.c:16: /kisskb/src/mm/migrate.c: In function 'migrate_pages': /kisskb/src/mm/migrate.c:1446:12: note: byref variable will be forcibly initialized LIST_HEAD(ret_pages); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/mm/migrate.c:1443:15: note: byref variable will be forcibly initialized struct page *page2; ^ /kisskb/src/fs/ext4/indirect.c: In function 'ext4_alloc_branch': /kisskb/src/fs/ext4/indirect.c:329:15: note: byref variable will be forcibly initialized int i, j, err, len = 1; ^ /kisskb/src/fs/ext4/indirect.c: In function 'ext4_find_shared': /kisskb/src/fs/ext4/indirect.c:791:9: note: byref variable will be forcibly initialized int k, err; ^ /kisskb/src/fs/ext4/indirect.c: In function 'ext4_ind_truncate_ensure_credits': /kisskb/src/fs/ext4/indirect.c:720:6: note: byref variable will be forcibly initialized int dropped = 0; ^ /kisskb/src/fs/ext4/indirect.c: In function 'ext4_ind_map_blocks': /kisskb/src/fs/ext4/indirect.c:531:6: note: byref variable will be forcibly initialized int blocks_to_boundary = 0; ^ /kisskb/src/fs/ext4/indirect.c:528:11: note: byref variable will be forcibly initialized Indirect chain[4]; ^ /kisskb/src/fs/ext4/indirect.c:527:14: note: byref variable will be forcibly initialized ext4_lblk_t offsets[4]; ^ /kisskb/src/fs/ext4/indirect.c:526:6: note: byref variable will be forcibly initialized int err = -EIO; ^ /kisskb/src/fs/ext4/indirect.c:525:33: note: byref variable will be forcibly initialized struct ext4_allocation_request ar; ^ /kisskb/src/fs/ext4/indirect.c: In function 'ext4_ind_truncate': /kisskb/src/fs/ext4/indirect.c:1107:9: note: byref variable will be forcibly initialized __le32 nr = 0; ^ /kisskb/src/fs/ext4/indirect.c:1105:11: note: byref variable will be forcibly initialized Indirect chain[4]; ^ /kisskb/src/fs/ext4/indirect.c:1104:14: note: byref variable will be forcibly initialized ext4_lblk_t offsets[4]; ^ /kisskb/src/fs/ext4/indirect.c: In function 'ext4_ind_remove_space': /kisskb/src/fs/ext4/indirect.c:1225:17: note: byref variable will be forcibly initialized __le32 nr = 0, nr2 = 0; ^ /kisskb/src/fs/ext4/indirect.c:1225:9: note: byref variable will be forcibly initialized __le32 nr = 0, nr2 = 0; ^ /kisskb/src/fs/ext4/indirect.c:1221:21: note: byref variable will be forcibly initialized Indirect chain[4], chain2[4]; ^ /kisskb/src/fs/ext4/indirect.c:1221:11: note: byref variable will be forcibly initialized Indirect chain[4], chain2[4]; ^ /kisskb/src/fs/ext4/indirect.c:1220:26: note: byref variable will be forcibly initialized ext4_lblk_t offsets[4], offsets2[4]; ^ /kisskb/src/fs/ext4/indirect.c:1220:14: note: byref variable will be forcibly initialized ext4_lblk_t offsets[4], offsets2[4]; ^ /kisskb/src/block/blk-mq-debugfs.c: In function 'blk_mq_debugfs_register_ctx': /kisskb/src/block/blk-mq-debugfs.c:867:7: note: byref variable will be forcibly initialized char name[20]; ^ /kisskb/src/block/blk-mq-debugfs.c: In function 'hctx_busy_show': /kisskb/src/block/blk-mq-debugfs.c:416:26: note: byref variable will be forcibly initialized struct show_busy_params params = { .m = m, .hctx = hctx }; ^ /kisskb/src/block/blk-mq-debugfs.c: In function 'blk_mq_debugfs_register_hctx': /kisskb/src/block/blk-mq-debugfs.c:879:7: note: byref variable will be forcibly initialized char name[20]; ^ /kisskb/src/fs/ext4/inline.c: In function 'ext4_read_inline_page': /kisskb/src/fs/ext4/inline.c:469:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/inline.c: In function 'ext4_convert_inline_data_to_extent': /kisskb/src/fs/ext4/inline.c:534:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/inline.c:531:6: note: byref variable will be forcibly initialized int retries = 0, sem_held = 0; ^ /kisskb/src/fs/ext4/inline.c:529:26: note: byref variable will be forcibly initialized int ret, needed_blocks, no_expand; ^ /kisskb/src/fs/ext4/inline.c: In function 'ext4_add_dirent_to_inline': /kisskb/src/fs/ext4/inline.c:1023:27: note: byref variable will be forcibly initialized struct ext4_dir_entry_2 *de; ^ /kisskb/src/fs/ext4/inline.c: In function 'ext4_convert_inline_data_nolock': /kisskb/src/fs/ext4/inline.c:1178:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^ /kisskb/src/fs/ext4/inline.c: In function 'ext4_get_max_inline_size': /kisskb/src/fs/ext4/inline.c:94:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/inline.c: In function 'ext4_prepare_inline_data': /kisskb/src/fs/ext4/inline.c:382:17: note: byref variable will be forcibly initialized int ret, size, no_expand; ^ /kisskb/src/fs/ext4/inline.c: In function 'ext4_try_to_write_inline_data': /kisskb/src/fs/ext4/inline.c:654:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/inline.c: In function 'ext4_write_inline_data_end': /kisskb/src/fs/ext4/inline.c:734:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/inline.c:732:11: note: byref variable will be forcibly initialized int ret, no_expand; ^ /kisskb/src/fs/ext4/inline.c: In function 'ext4_journalled_write_inline_data': /kisskb/src/fs/ext4/inline.c:774:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/inline.c:772:11: note: byref variable will be forcibly initialized int ret, no_expand; ^ /kisskb/src/fs/ext4/inline.c: In function 'ext4_da_write_inline_data_begin': /kisskb/src/fs/ext4/inline.c:869:6: note: byref variable will be forcibly initialized int retries = 0; ^ /kisskb/src/fs/ext4/inline.c:868:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/inline.c: In function 'ext4_try_add_inline_entry': /kisskb/src/fs/ext4/inline.c:1265:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/inline.c:1263:30: note: byref variable will be forcibly initialized int ret, ret2, inline_size, no_expand; ^ /kisskb/src/fs/ext4/inline.c: In function 'ext4_inlinedir_to_tree': /kisskb/src/fs/ext4/inline.c:1344:21: note: byref variable will be forcibly initialized struct fscrypt_str tmp_str; ^ /kisskb/src/fs/ext4/inline.c:1343:26: note: byref variable will be forcibly initialized struct ext4_dir_entry_2 fake; ^ /kisskb/src/fs/ext4/inline.c:1341:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/inline.c: In function 'ext4_read_inline_dir': /kisskb/src/fs/ext4/inline.c:1451:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/inline.c: In function 'ext4_get_first_inline_block': /kisskb/src/fs/ext4/inline.c:1575:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/inline.c: In function 'ext4_try_create_inline_dir': /kisskb/src/fs/ext4/inline.c:1595:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/inline.c: In function 'ext4_find_inline_entry': /kisskb/src/fs/ext4/inline.c:1630:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/inline.c: In function 'ext4_delete_inline_entry': /kisskb/src/fs/ext4/inline.c:1679:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/inline.c:1678:24: note: byref variable will be forcibly initialized int err, inline_size, no_expand; ^ /kisskb/src/fs/ext4/inline.c: In function 'empty_inline_dir': /kisskb/src/fs/ext4/inline.c:1759:8: note: byref variable will be forcibly initialized void *inline_pos; ^ /kisskb/src/fs/ext4/inline.c:1757:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/inline.c:1756:11: note: byref variable will be forcibly initialized int err, inline_size; ^ /kisskb/src/fs/ext4/inline.c: In function 'ext4_destroy_inline_data': /kisskb/src/fs/ext4/inline.c:1820:11: note: byref variable will be forcibly initialized int ret, no_expand; ^ /kisskb/src/fs/ext4/inline.c: In function 'ext4_inline_data_iomap': /kisskb/src/fs/ext4/inline.c:1833:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/inline.c: In function 'ext4_inline_data_truncate': /kisskb/src/fs/ext4/inline.c:1864:45: note: byref variable will be forcibly initialized int inline_size, value_len, needed_blocks, no_expand, err = 0; ^ /kisskb/src/fs/ext4/inline.c: In function 'ext4_convert_inline_data': /kisskb/src/fs/ext4/inline.c:1964:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/inline.c:1962:28: note: byref variable will be forcibly initialized int error, needed_blocks, no_expand; ^ In file included from /kisskb/src/include/sound/hda_codec.h:17:0, from /kisskb/src/sound/pci/hda/hda_auto_parser.c:12: /kisskb/src/sound/pci/hda/hda_auto_parser.c: In function 'snd_hdac_read_parm': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/sound/pci/hda/hda_auto_parser.c: In function 'snd_hda_query_pin_caps': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/pci/hda/hda_auto_parser.c: In function 'check_pincap_validity': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/pci/hda/hda_auto_parser.c: In function 'snd_hda_parse_pin_defcfg': /kisskb/src/sound/pci/hda/hda_auto_parser.c:182:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/sound/pci/hda/hda_auto_parser.c:181:22: note: byref variable will be forcibly initialized struct auto_out_pin hp_out[ARRAY_SIZE(cfg->hp_pins)]; ^ /kisskb/src/sound/pci/hda/hda_auto_parser.c:180:22: note: byref variable will be forcibly initialized struct auto_out_pin speaker_out[ARRAY_SIZE(cfg->speaker_pins)]; ^ /kisskb/src/sound/pci/hda/hda_auto_parser.c:179:22: note: byref variable will be forcibly initialized struct auto_out_pin line_out[ARRAY_SIZE(cfg->line_out_pins)]; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/mm/huge_memory.c:8: /kisskb/src/mm/huge_memory.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/atomic-arch-fallback.h:163:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^ /kisskb/src/mm/huge_memory.c: In function 'hugepage_init': /kisskb/src/mm/huge_memory.c:386:18: note: byref variable will be forcibly initialized struct kobject *hugepage_kobj; ^ /kisskb/src/mm/huge_memory.c: In function 'single_hugepage_flag_store': /kisskb/src/mm/huge_memory.c:220:16: note: byref variable will be forcibly initialized unsigned long value; ^ /kisskb/src/mm/huge_memory.c: In function '__split_huge_pmd': /kisskb/src/mm/huge_memory.c:2206:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^ In file included from /kisskb/src/include/linux/radix-tree.h:19:0, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:707, from /kisskb/src/mm/huge_memory.c:8: /kisskb/src/mm/huge_memory.c: In function 'split_huge_page_to_list': /kisskb/src/mm/huge_memory.c:2734:12: note: byref variable will be forcibly initialized XA_STATE(xas, &mapping->i_pages, page_index(head)); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^ /kisskb/src/mm/huge_memory.c:2670:23: note: byref variable will be forcibly initialized int count, mapcount, extra_pins, ret; ^ /kisskb/src/sound/pci/hda/hda_sysfs.c: In function 'revision_id_store': /kisskb/src/sound/pci/hda/hda_sysfs.c:172:16: note: byref variable will be forcibly initialized unsigned long val; \ ^ /kisskb/src/sound/pci/hda/hda_sysfs.c:196:1: note: in expansion of macro 'CODEC_INFO_STORE' CODEC_INFO_STORE(revision_id, core.revision_id); ^ /kisskb/src/sound/pci/hda/hda_sysfs.c: In function 'subsystem_id_store': /kisskb/src/sound/pci/hda/hda_sysfs.c:172:16: note: byref variable will be forcibly initialized unsigned long val; \ ^ /kisskb/src/sound/pci/hda/hda_sysfs.c:195:1: note: in expansion of macro 'CODEC_INFO_STORE' CODEC_INFO_STORE(subsystem_id, core.subsystem_id); ^ /kisskb/src/sound/pci/hda/hda_sysfs.c: In function 'vendor_id_store': /kisskb/src/sound/pci/hda/hda_sysfs.c:172:16: note: byref variable will be forcibly initialized unsigned long val; \ ^ /kisskb/src/sound/pci/hda/hda_sysfs.c:194:1: note: in expansion of macro 'CODEC_INFO_STORE' CODEC_INFO_STORE(vendor_id, core.vendor_id); ^ /kisskb/src/sound/pci/hda/hda_sysfs.c: In function 'parse_user_pin_configs': /kisskb/src/sound/pci/hda/hda_sysfs.c:383:11: note: byref variable will be forcibly initialized int nid, cfg, err; ^ /kisskb/src/sound/pci/hda/hda_sysfs.c:383:6: note: byref variable will be forcibly initialized int nid, cfg, err; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/huge_memory.c:8: /kisskb/src/mm/huge_memory.c: In function 'deferred_split_scan': /kisskb/src/mm/huge_memory.c:2867:12: note: byref variable will be forcibly initialized LIST_HEAD(list), *pos, *next; ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/sound/pci/hda/hda_sysfs.c: In function 'parse_init_verbs': /kisskb/src/sound/pci/hda/hda_sysfs.c:236:17: note: byref variable will be forcibly initialized int nid, verb, param; ^ /kisskb/src/sound/pci/hda/hda_sysfs.c:236:11: note: byref variable will be forcibly initialized int nid, verb, param; ^ /kisskb/src/sound/pci/hda/hda_sysfs.c:236:6: note: byref variable will be forcibly initialized int nid, verb, param; ^ /kisskb/src/sound/pci/hda/hda_sysfs.c: In function 'snd_hda_get_int_hint': /kisskb/src/sound/pci/hda/hda_sysfs.c:476:16: note: byref variable will be forcibly initialized unsigned long val; ^ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_get_pull': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:403:25: note: byref variable will be forcibly initialized unsigned int reg, bit, val; ^ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_get_drive_strength': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:440:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_get_gpio_bit': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:202:25: note: byref variable will be forcibly initialized unsigned int reg, bit, val; ^ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_get': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:481:6: note: byref variable will be forcibly initialized u16 arg; ^ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_map_resource': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:643:18: note: byref variable will be forcibly initialized struct resource res; ^ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_gpio_get': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:590:25: note: byref variable will be forcibly initialized unsigned int reg, bit, val; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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/ext4/inode.c:22: /kisskb/src/fs/ext4/inode.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^ In file included from /kisskb/src/fs/ext4/ext4_jbd2.h:17:0, from /kisskb/src/fs/ext4/inode.c:45: /kisskb/src/fs/ext4/inode.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2320:4: note: byref variable will be forcibly initialized } desc; ^ /kisskb/src/fs/ext4/inode.c: In function 'ext4_inode_csum': /kisskb/src/fs/ext4/inode.c:57:8: note: byref variable will be forcibly initialized __u16 dummy_csum = 0; ^ /kisskb/src/fs/ext4/inode.c: In function 'ext4_da_map_blocks': /kisskb/src/fs/ext4/inode.c:1698:23: note: byref variable will be forcibly initialized struct extent_status es; ^ /kisskb/src/fs/ext4/inode.c: In function 'ext4_da_get_block_prep': /kisskb/src/fs/ext4/inode.c:1822:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^ /kisskb/src/fs/ext4/inode.c: In function 'ext4_iomap_is_delalloc': /kisskb/src/fs/ext4/inode.c:3536:23: note: byref variable will be forcibly initialized struct extent_status es; ^ /kisskb/src/fs/ext4/inode.c: In function 'mpage_prepare_extent_to_map': /kisskb/src/fs/ext4/inode.c:2562:10: note: byref variable will be forcibly initialized pgoff_t index = mpd->first_page; ^ /kisskb/src/fs/ext4/inode.c:2559:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^ /kisskb/src/fs/ext4/inode.c: In function 'mpage_map_and_submit_buffers': /kisskb/src/fs/ext4/inode.c:2324:7: note: byref variable will be forcibly initialized bool map_bh = false; ^ /kisskb/src/fs/ext4/inode.c:2322:15: note: byref variable will be forcibly initialized ext4_fsblk_t pblock; ^ /kisskb/src/fs/ext4/inode.c:2321:14: note: byref variable will be forcibly initialized ext4_lblk_t lblk; ^ /kisskb/src/fs/ext4/inode.c:2320:10: note: byref variable will be forcibly initialized pgoff_t start, end; ^ /kisskb/src/fs/ext4/inode.c:2316:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^ /kisskb/src/fs/ext4/inode.c: In function 'mpage_release_unused_pages': /kisskb/src/fs/ext4/inode.c:1562:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^ /kisskb/src/fs/ext4/inode.c:1561:10: note: byref variable will be forcibly initialized pgoff_t index, end; ^ /kisskb/src/fs/ext4/inode.c: In function '__ext4_get_inode_loc': /kisskb/src/fs/ext4/inode.c:4310:19: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/ext4/inode.c: In function '__ext4_get_inode_loc_noinmem': /kisskb/src/fs/ext4/inode.c:4439:15: note: byref variable will be forcibly initialized ext4_fsblk_t err_blk; ^ /kisskb/src/kernel/ptrace.c: In function 'ptrace_get_syscall_info_entry': /kisskb/src/kernel/ptrace.c:906:16: note: byref variable will be forcibly initialized unsigned long args[ARRAY_SIZE(info->entry.args)]; ^ /kisskb/src/fs/ext4/inode.c: In function 'ext4_try_to_expand_extra_isize': /kisskb/src/fs/ext4/inode.c:5816:6: note: byref variable will be forcibly initialized int no_expand; ^ /kisskb/src/kernel/ptrace.c: In function 'ptrace_peek_siginfo': /kisskb/src/kernel/ptrace.c:730:20: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^ /kisskb/src/kernel/ptrace.c:704:33: note: byref variable will be forcibly initialized struct ptrace_peeksiginfo_args arg; ^ /kisskb/src/kernel/ptrace.c: In function 'ptrace_getsiginfo': /kisskb/src/kernel/ptrace.c:670:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/ptrace.c: In function 'ptrace_setsiginfo': /kisskb/src/kernel/ptrace.c:686:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/fs/ext4/inode.c: In function 'ext4_map_blocks': /kisskb/src/fs/ext4/inode.c:505:23: note: byref variable will be forcibly initialized struct extent_status es; ^ /kisskb/src/fs/ext4/inode.c: In function '_ext4_get_block': /kisskb/src/fs/ext4/inode.c:785:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^ /kisskb/src/kernel/ptrace.c: In function 'ptrace_readdata': /kisskb/src/kernel/ptrace.c:592:8: note: byref variable will be forcibly initialized char buf[128]; ^ /kisskb/src/fs/ext4/inode.c: In function 'ext4_iomap_begin_report': /kisskb/src/fs/ext4/inode.c:3562:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^ /kisskb/src/kernel/ptrace.c: In function 'ptrace_writedata': /kisskb/src/kernel/ptrace.c:618:8: note: byref variable will be forcibly initialized char buf[128]; ^ /kisskb/src/kernel/ptrace.c: In function 'generic_ptrace_peekdata': /kisskb/src/kernel/ptrace.c:1284:16: note: byref variable will be forcibly initialized unsigned long tmp; ^ /kisskb/src/fs/ext4/inode.c: In function 'ext4_getblk': /kisskb/src/fs/ext4/inode.c:838:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^ /kisskb/src/kernel/ptrace.c: In function 'ptrace_request': /kisskb/src/kernel/ptrace.c:996:5: note: byref variable will be forcibly initialized int ptrace_request(struct task_struct *child, long request, ^ /kisskb/src/kernel/ptrace.c:1196:16: note: byref variable will be forcibly initialized struct iovec kiov; ^ /kisskb/src/kernel/ptrace.c:1062:12: note: byref variable will be forcibly initialized sigset_t new_set; ^ /kisskb/src/kernel/ptrace.c:1004:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/ptrace.c:1001:19: note: byref variable will be forcibly initialized kernel_siginfo_t siginfo, *si; ^ In file included from /kisskb/src/include/linux/fs.h:6:0, from /kisskb/src/fs/ext4/inode.c:22: /kisskb/src/fs/ext4/inode.c: In function 'ext4_break_layouts': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized struct wait_bit_queue_entry __wbq_entry; \ ^ /kisskb/src/fs/ext4/inode.c:3976:11: note: in expansion of macro '___wait_var_event' error = ___wait_var_event(&page->_refcount, ^ /kisskb/src/fs/ext4/inode.c: In function 'ext4_get_inode_loc': /kisskb/src/fs/ext4/inode.c:4454:15: note: byref variable will be forcibly initialized ext4_fsblk_t err_blk; ^ /kisskb/src/fs/ext4/inode.c: In function '__ext4_iget': /kisskb/src/fs/ext4/inode.c:4677:10: note: byref variable will be forcibly initialized __le32 gen = raw_inode->i_generation; ^ /kisskb/src/fs/ext4/inode.c:4676:10: note: byref variable will be forcibly initialized __le32 inum = cpu_to_le32(inode->i_ino); ^ /kisskb/src/fs/ext4/inode.c:4605:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/inode.c: In function 'ext4_write_inode': /kisskb/src/fs/ext4/inode.c:5228:20: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/inode.c: In function 'ext4_iomap_alloc': /kisskb/src/fs/ext4/inode.c:3389:37: note: byref variable will be forcibly initialized int ret, dio_credits, m_flags = 0, retries = 0; ^ /kisskb/src/fs/ext4/inode.c: In function 'ext4_iomap_begin': /kisskb/src/fs/ext4/inode.c:3450:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^ /kisskb/src/fs/ext4/inode.c: In function 'ext4_expand_extra_isize': /kisskb/src/fs/ext4/inode.c:5850:6: note: byref variable will be forcibly initialized int no_expand; ^ /kisskb/src/fs/ext4/inode.c: In function '__ext4_mark_inode_dirty': /kisskb/src/fs/ext4/inode.c:5904:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/inode.c: In function 'ext4_writepages': /kisskb/src/fs/ext4/inode.c:2657:7: note: byref variable will be forcibly initialized bool give_up_on_write = false; ^ /kisskb/src/fs/ext4/inode.c:2656:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/ext4/inode.c:2652:23: note: byref variable will be forcibly initialized struct mpage_da_data mpd; ^ /kisskb/src/fs/ext4/inode.c: In function 'ext4_writepage': /kisskb/src/fs/ext4/inode.c:2001:24: note: byref variable will be forcibly initialized struct ext4_io_submit io_submit; ^ /kisskb/src/fs/ext4/inode.c: In function 'ext4_truncate': /kisskb/src/fs/ext4/inode.c:4219:7: note: byref variable will be forcibly initialized int has_inline = 1; ^ /kisskb/src/fs/ext4/inode.c: In function 'ext4_evict_inode': /kisskb/src/fs/ext4/inode.c:178:33: note: byref variable will be forcibly initialized struct ext4_xattr_inode_array *ea_inode_array = NULL; ^ /kisskb/src/fs/ext4/inode.c: In function 'ext4_write_begin': /kisskb/src/fs/ext4/inode.c:1140:6: note: byref variable will be forcibly initialized int retries = 0; ^ /kisskb/src/fs/ext4/inode.c: In function 'ext4_da_write_begin': /kisskb/src/fs/ext4/inode.c:2948:11: note: byref variable will be forcibly initialized int ret, retries = 0; ^ /kisskb/src/fs/ext4/inode.c: In function 'ext4_journalled_write_end': /kisskb/src/fs/ext4/inode.c:1394:6: note: byref variable will be forcibly initialized int partial = 0; ^ /kisskb/src/fs/ext4/inode.c: In function 'ext4_page_mkwrite': /kisskb/src/fs/ext4/inode.c:6058:6: note: byref variable will be forcibly initialized int retries = 0; ^ /kisskb/src/sound/pci/hda/hda_controller.c: In function 'azx_get_time_info': /kisskb/src/sound/pci/hda/hda_controller.c:496:35: note: byref variable will be forcibly initialized struct system_device_crosststamp xtstamp; ^ /kisskb/src/sound/pci/hda/hda_controller.c: In function 'probe_codec': /kisskb/src/sound/pci/hda/hda_controller.c:1146:15: note: byref variable will be forcibly initialized unsigned int res = -1; ^ /kisskb/src/sound/pci/hda/hda_controller.c: In function 'snd_hda_attach_pcm_stream': /kisskb/src/sound/pci/hda/hda_controller.c:711:18: note: byref variable will be forcibly initialized struct snd_pcm *pcm; ^ /kisskb/src/sound/pci/hda/hda_controller.c: In function 'azx_probe_codecs': /kisskb/src/sound/pci/hda/hda_controller.c:1241:22: note: byref variable will be forcibly initialized struct hda_codec *codec; ^ /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:17: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u32 value; ^ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:158:14: note: byref variable will be forcibly initialized const char *function, *group; ^ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:157:25: note: byref variable will be forcibly initialized unsigned long config, *configs = NULL; ^ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:156:31: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized unsigned int reserved_maps = 0; ^ /kisskb/src/kernel/user.c: In function 'free_uid': /kisskb/src/kernel/user.c:166:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/crypto/ansi_cprng.c: In function '_get_more_prng_bytes': /kisskb/src/crypto/ansi_cprng.c:84:16: note: byref variable will be forcibly initialized unsigned char tmp[DEFAULT_BLK_SZ]; ^ /kisskb/src/crypto/drbg.c: In function 'drbg_healthcheck_sanity': /kisskb/src/crypto/drbg.c:2009:6: note: byref variable will be forcibly initialized int coreref = 0; ^ /kisskb/src/crypto/drbg.c:2008:7: note: byref variable will be forcibly initialized bool pr = false; ^ /kisskb/src/crypto/drbg.c: In function 'drbg_init_sym_kernel': /kisskb/src/crypto/drbg.c:1761:7: note: byref variable will be forcibly initialized char ctr_name[CRYPTO_MAX_ALG_NAME]; ^ /kisskb/src/crypto/drbg.c: In function 'drbg_ctr_bcc': /kisskb/src/crypto/drbg.c:325:21: note: byref variable will be forcibly initialized struct drbg_string data; ^ In file included from /kisskb/src/include/linux/random.h:12:0, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_ctr_df': /kisskb/src/crypto/drbg.c:405:12: note: byref variable will be forcibly initialized LIST_HEAD(bcc_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/crypto/drbg.c:404:33: note: byref variable will be forcibly initialized struct drbg_string S1, S2, S4, cipherin; ^ /kisskb/src/crypto/drbg.c:404:29: note: byref variable will be forcibly initialized struct drbg_string S1, S2, S4, cipherin; ^ /kisskb/src/crypto/drbg.c:404:25: note: byref variable will be forcibly initialized struct drbg_string S1, S2, S4, cipherin; ^ /kisskb/src/crypto/drbg.c:404:21: note: byref variable will be forcibly initialized struct drbg_string S1, S2, S4, cipherin; ^ /kisskb/src/crypto/drbg.c:402:16: note: byref variable will be forcibly initialized unsigned char L_N[8]; ^ /kisskb/src/crypto/drbg.c: In function 'drbg_hmac_update': /kisskb/src/crypto/drbg.c:682:17: note: byref variable will be forcibly initialized unsigned char prefix = DRBG_PREFIX0; ^ In file included from /kisskb/src/include/linux/random.h:12:0, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c:661:12: note: byref variable will be forcibly initialized LIST_HEAD(vdatalist); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/crypto/drbg.c:660:12: note: byref variable will be forcibly initialized LIST_HEAD(seedlist); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/crypto/drbg.c:659:35: note: byref variable will be forcibly initialized struct drbg_string seed1, seed2, vdata; ^ /kisskb/src/crypto/drbg.c:659:28: note: byref variable will be forcibly initialized struct drbg_string seed1, seed2, vdata; ^ /kisskb/src/crypto/drbg.c:659:21: note: byref variable will be forcibly initialized struct drbg_string seed1, seed2, vdata; ^ In file included from /kisskb/src/include/linux/random.h:12:0, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_hmac_generate': /kisskb/src/crypto/drbg.c:714:12: note: byref variable will be forcibly initialized LIST_HEAD(datalist); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/crypto/drbg.c:713:21: note: byref variable will be forcibly initialized struct drbg_string data; ^ /kisskb/src/crypto/drbg.c: In function 'drbg_async_seed': /kisskb/src/crypto/drbg.c:1076:16: note: byref variable will be forcibly initialized unsigned char entropy[32]; ^ In file included from /kisskb/src/include/linux/random.h:12:0, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c:1072:12: note: byref variable will be forcibly initialized LIST_HEAD(seedlist); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/crypto/drbg.c:1071:21: note: byref variable will be forcibly initialized struct drbg_string data; ^ In file included from /kisskb/src/include/linux/random.h:12:0, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_seed': /kisskb/src/crypto/drbg.c:1125:12: note: byref variable will be forcibly initialized LIST_HEAD(seedlist); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/crypto/drbg.c:1124:21: note: byref variable will be forcibly initialized struct drbg_string data1; ^ /kisskb/src/crypto/drbg.c:1122:16: note: byref variable will be forcibly initialized unsigned char entropy[((32 + 16) * 2)]; ^ In file included from /kisskb/src/include/linux/random.h:12:0, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_generate': /kisskb/src/crypto/drbg.c:1351:12: note: byref variable will be forcibly initialized LIST_HEAD(addtllist); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/crypto/drbg.c: In function 'drbg_kcapi_random': /kisskb/src/crypto/drbg.c:1952:21: note: byref variable will be forcibly initialized struct drbg_string string; ^ /kisskb/src/crypto/drbg.c: In function 'drbg_kcapi_seed': /kisskb/src/crypto/drbg.c:1974:6: note: byref variable will be forcibly initialized int coreref = 0; ^ /kisskb/src/crypto/drbg.c:1972:21: note: byref variable will be forcibly initialized struct drbg_string string; ^ /kisskb/src/crypto/drbg.c:1971:7: note: byref variable will be forcibly initialized bool pr = false; ^ /kisskb/src/sound/pci/hda/hda_hwdep.c: In function 'snd_hda_create_hwdep': /kisskb/src/sound/pci/hda/hda_hwdep.c:97:20: note: byref variable will be forcibly initialized struct snd_hwdep *hwdep; ^ /kisskb/src/sound/pci/hda/hda_hwdep.c:96:7: note: byref variable will be forcibly initialized char hwname[16]; ^ /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:6: note: byref variable will be forcibly initialized u32 val; ^ /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:6: note: byref variable will be forcibly initialized u32 pipemux; ^ /kisskb/src/crypto/jitterentropy.c: In function 'jent_loop_shuffle': /kisskb/src/crypto/jitterentropy.c:328:8: note: byref variable will be forcibly initialized __u64 time = 0; ^ /kisskb/src/crypto/jitterentropy.c: In function 'jent_measure_jitter': /kisskb/src/crypto/jitterentropy.c:518:8: note: byref variable will be forcibly initialized __u64 time = 0; ^ /kisskb/src/crypto/jitterentropy.c: In function 'jent_entropy_init': /kisskb/src/crypto/jitterentropy.c:740:9: note: byref variable will be forcibly initialized __u64 time2 = 0; ^ /kisskb/src/crypto/jitterentropy.c:739:9: note: byref variable will be forcibly initialized __u64 time = 0; ^ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigpending': /kisskb/src/kernel/signal.c:3127:11: note: byref variable will be forcibly initialized sigset_t set; ^ /kisskb/src/kernel/signal.c: In function 'post_copy_siginfo_from_user': /kisskb/src/kernel/signal.c:3241:8: note: byref variable will be forcibly initialized char buf[SI_EXPANSION_SIZE]; ^ /kisskb/src/kernel/signal.c: In function '__do_sys_sigaltstack': /kisskb/src/kernel/signal.c:4099:15: note: byref variable will be forcibly initialized stack_t new, old; ^ /kisskb/src/kernel/signal.c:4099:10: note: byref variable will be forcibly initialized stack_t new, old; ^ /kisskb/src/kernel/signal.c: In function 'dequeue_signal': /kisskb/src/kernel/signal.c:631:7: note: byref variable will be forcibly initialized bool resched_timer = false; ^ /kisskb/src/kernel/signal.c: In function '__set_task_blocked': /kisskb/src/kernel/signal.c:2924:12: note: byref variable will be forcibly initialized sigset_t newblocked; ^ /kisskb/src/kernel/signal.c: In function 'do_sigtimedwait': /kisskb/src/kernel/signal.c:3480:11: note: byref variable will be forcibly initialized sigset_t mask = *which; ^ /kisskb/src/kernel/signal.c:3478:22: note: byref variable will be forcibly initialized ktime_t *to = NULL, timeout = KTIME_MAX; ^ /kisskb/src/kernel/signal.c: In function 'prepare_signal': /kisskb/src/kernel/signal.c:904:11: note: byref variable will be forcibly initialized sigset_t flush; ^ /kisskb/src/kernel/signal.c: In function 'kill_pid_usb_asyncio': /kisskb/src/kernel/signal.c:1511:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/signal.c:1509:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^ /kisskb/src/kernel/signal.c: In function 'send_sigqueue': /kisskb/src/kernel/signal.c:1848:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/signal.c: In function 'do_notify_parent': /kisskb/src/kernel/signal.c:1913:13: note: byref variable will be forcibly initialized u64 utime, stime; ^ /kisskb/src/kernel/signal.c:1913:6: note: byref variable will be forcibly initialized u64 utime, stime; ^ /kisskb/src/kernel/signal.c:1909:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^ /kisskb/src/kernel/signal.c: In function '__do_sys_ssetmask': /kisskb/src/kernel/signal.c:4451:11: note: byref variable will be forcibly initialized sigset_t newset; ^ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigsuspend': /kisskb/src/kernel/signal.c:4513:11: note: byref variable will be forcibly initialized sigset_t newset; ^ /kisskb/src/kernel/signal.c: In function 'sigprocmask': /kisskb/src/kernel/signal.c:2973:11: note: byref variable will be forcibly initialized sigset_t newset; ^ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigprocmask': /kisskb/src/kernel/signal.c:3056:20: note: byref variable will be forcibly initialized sigset_t old_set, new_set; ^ /kisskb/src/kernel/signal.c:3056:11: note: byref variable will be forcibly initialized sigset_t old_set, new_set; ^ /kisskb/src/kernel/signal.c: In function 'set_user_sigmask': /kisskb/src/kernel/signal.c:3009:11: note: byref variable will be forcibly initialized sigset_t kmask; ^ /kisskb/src/kernel/signal.c: In function 'do_notify_parent_cldstop': /kisskb/src/kernel/signal.c:2025:13: note: byref variable will be forcibly initialized u64 utime, stime; ^ /kisskb/src/kernel/signal.c:2025:6: note: byref variable will be forcibly initialized u64 utime, stime; ^ /kisskb/src/kernel/signal.c:2021:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^ /kisskb/src/kernel/signal.c: In function 'ptrace_do_notify': /kisskb/src/kernel/signal.c:2260:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^ /kisskb/src/kernel/signal.c: In function 'signal_delivered': /kisskb/src/kernel/signal.c:2798:11: note: byref variable will be forcibly initialized sigset_t blocked; ^ /kisskb/src/mm/khugepaged.c: In function 'pages_to_scan_store': /kisskb/src/kernel/signal.c: In function 'exit_signals': /kisskb/src/kernel/signal.c:2856:11: note: byref variable will be forcibly initialized sigset_t unblocked; ^ /kisskb/src/mm/khugepaged.c:191:15: note: byref variable will be forcibly initialized unsigned int pages; ^ /kisskb/src/mm/khugepaged.c: In function 'alloc_sleep_millisecs_store': /kisskb/src/mm/khugepaged.c:164:15: note: byref variable will be forcibly initialized unsigned int msecs; ^ /kisskb/src/mm/khugepaged.c: In function 'scan_sleep_millisecs_store': /kisskb/src/mm/khugepaged.c:136:15: note: byref variable will be forcibly initialized unsigned int msecs; ^ /kisskb/src/kernel/signal.c: In function 'do_send_sig_info': /kisskb/src/kernel/signal.c:1287:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/mm/khugepaged.c: In function 'khugepaged_max_ptes_shared_store': /kisskb/src/mm/khugepaged.c:313:16: note: byref variable will be forcibly initialized unsigned long max_ptes_shared; ^ /kisskb/src/mm/khugepaged.c: In function 'khugepaged_max_ptes_swap_store': /kisskb/src/mm/khugepaged.c:286:16: note: byref variable will be forcibly initialized unsigned long max_ptes_swap; ^ /kisskb/src/mm/khugepaged.c: In function 'khugepaged_max_ptes_none_store': /kisskb/src/mm/khugepaged.c:260:16: note: byref variable will be forcibly initialized unsigned long max_ptes_none; ^ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigqueueinfo': /kisskb/src/kernel/signal.c:3905:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^ /kisskb/src/kernel/signal.c: In function '__do_sys_kill': /kisskb/src/kernel/signal.c:3679:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^ /kisskb/src/kernel/signal.c: In function 'send_sig_fault': /kisskb/src/kernel/signal.c:1690:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^ /kisskb/src/kernel/signal.c: In function 'send_sig_mceerr': /kisskb/src/kernel/signal.c:1724:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^ /kisskb/src/kernel/signal.c: In function 'do_tkill': /kisskb/src/kernel/signal.c:3836:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_tgsigqueueinfo': /kisskb/src/kernel/signal.c:3945:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^ /kisskb/src/kernel/signal.c: In function 'force_sig': /kisskb/src/kernel/signal.c:1622:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^ /kisskb/src/kernel/signal.c: In function 'force_sig_mceerr': /kisskb/src/kernel/signal.c:1710:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^ /kisskb/src/kernel/signal.c: In function 'force_sig_bnderr': /kisskb/src/kernel/signal.c:1739:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^ /kisskb/src/kernel/signal.c: In function 'force_sig_pkuerr': /kisskb/src/kernel/signal.c:1754:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^ /kisskb/src/kernel/signal.c: In function 'force_sig_ptrace_errno_trap': /kisskb/src/kernel/signal.c:1771:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^ /kisskb/src/kernel/signal.c: In function 'force_sig_fault_to_task': /kisskb/src/kernel/signal.c:1658:24: note: byref variable will be forcibly initialized struct kernel_siginfo info; ^ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigtimedwait': /kisskb/src/kernel/signal.c:3540:19: note: byref variable will be forcibly initialized kernel_siginfo_t info; ^ /kisskb/src/kernel/signal.c:3539:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^ /kisskb/src/kernel/signal.c:3538:11: note: byref variable will be forcibly initialized sigset_t these; ^ /kisskb/src/kernel/signal.c: In function '__do_sys_pidfd_send_signal': /kisskb/src/kernel/signal.c:3758:19: note: byref variable will be forcibly initialized kernel_siginfo_t kinfo; ^ /kisskb/src/mm/khugepaged.c: In function '__collapse_huge_page_swapin': /kisskb/src/mm/khugepaged.c:1012:19: note: byref variable will be forcibly initialized struct vm_fault vmf = { ^ /kisskb/src/kernel/signal.c: In function 'kernel_sigaction': /kisskb/src/kernel/signal.c:3975:12: note: byref variable will be forcibly initialized sigset_t mask; ^ /kisskb/src/kernel/signal.c: In function 'do_sigaction': /kisskb/src/kernel/signal.c:3997:11: note: byref variable will be forcibly initialized sigset_t mask; ^ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigaction': /kisskb/src/kernel/signal.c:4293:29: note: byref variable will be forcibly initialized struct k_sigaction new_sa, old_sa; ^ /kisskb/src/kernel/signal.c:4293:21: note: byref variable will be forcibly initialized struct k_sigaction new_sa, old_sa; ^ /kisskb/src/kernel/signal.c: In function 'restore_altstack': /kisskb/src/kernel/signal.c:4113:10: note: byref variable will be forcibly initialized stack_t new; ^ /kisskb/src/mm/khugepaged.c: In function 'collapse_huge_page': /kisskb/src/mm/khugepaged.c:1070:28: note: byref variable will be forcibly initialized struct mmu_notifier_range range; ^ /kisskb/src/mm/khugepaged.c:1069:25: note: byref variable will be forcibly initialized struct vm_area_struct *vma; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/khugepaged.c:4: /kisskb/src/mm/khugepaged.c:1062:12: note: byref variable will be forcibly initialized LIST_HEAD(compound_pagelist); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/mm/khugepaged.c: In function 'khugepaged_do_scan': /kisskb/src/mm/khugepaged.c:2209:7: note: byref variable will be forcibly initialized bool wait = true; ^ /kisskb/src/mm/khugepaged.c:2206:15: note: byref variable will be forcibly initialized struct page *hpage = NULL; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/khugepaged.c:4: /kisskb/src/mm/khugepaged.c: In function 'khugepaged_wait_work': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:338:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:358:11: note: in expansion of macro '__wait_event_freezable' __ret = __wait_event_freezable(wq_head, condition); \ ^ /kisskb/src/mm/khugepaged.c:2263:3: note: in expansion of macro 'wait_event_freezable' wait_event_freezable(khugepaged_wait, khugepaged_wait_event()); ^ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:396:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:409:11: note: in expansion of macro '__wait_event_freezable_timeout' __ret = __wait_event_freezable_timeout(wq_head, condition, timeout); \ ^ /kisskb/src/mm/khugepaged.c:2256:3: note: in expansion of macro 'wait_event_freezable_timeout' wait_event_freezable_timeout(khugepaged_wait, ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/kernel/sys.c:9: /kisskb/src/kernel/sys.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^ /kisskb/src/kernel/sys.c: In function 'do_sys_times': /kisskb/src/kernel/sys.c:959:15: note: byref variable will be forcibly initialized u64 tgutime, tgstime, cutime, cstime; ^ /kisskb/src/kernel/sys.c:959:6: note: byref variable will be forcibly initialized u64 tgutime, tgstime, cutime, cstime; ^ /kisskb/src/kernel/sys.c: In function '__do_sys_times': /kisskb/src/kernel/sys.c:973:14: note: byref variable will be forcibly initialized struct tms tmp; ^ /kisskb/src/kernel/sys.c: In function 'override_release': /kisskb/src/kernel/sys.c:1233:8: note: byref variable will be forcibly initialized char buf[65] = { 0 }; ^ /kisskb/src/kernel/sys.c: In function '__do_sys_newuname': /kisskb/src/kernel/sys.c:1255:21: note: byref variable will be forcibly initialized struct new_utsname tmp; ^ /kisskb/src/kernel/sys.c: In function '__do_sys_sethostname': /kisskb/src/kernel/sys.c:1324:7: note: byref variable will be forcibly initialized char tmp[__NEW_UTS_LEN]; ^ /kisskb/src/kernel/sys.c: In function '__do_sys_setdomainname': /kisskb/src/kernel/sys.c:1377:7: note: byref variable will be forcibly initialized char tmp[__NEW_UTS_LEN]; ^ /kisskb/src/kernel/sys.c: In function '__do_sys_sysinfo': /kisskb/src/kernel/sys.c:2626:17: note: byref variable will be forcibly initialized struct sysinfo val; ^ /kisskb/src/kernel/sys.c: In function '__do_sys_getrlimit': /kisskb/src/kernel/sys.c:1401:16: note: byref variable will be forcibly initialized struct rlimit value; ^ /kisskb/src/kernel/sys.c: In function '__do_sys_prlimit64': /kisskb/src/kernel/sys.c:1627:21: note: byref variable will be forcibly initialized struct rlimit old, new; ^ /kisskb/src/kernel/sys.c:1627:16: note: byref variable will be forcibly initialized struct rlimit old, new; ^ /kisskb/src/kernel/sys.c:1626:25: note: byref variable will be forcibly initialized struct rlimit64 old64, new64; ^ /kisskb/src/kernel/sys.c:1626:18: note: byref variable will be forcibly initialized struct rlimit64 old64, new64; ^ /kisskb/src/kernel/sys.c: In function '__do_sys_setrlimit': /kisskb/src/kernel/sys.c:1671:16: note: byref variable will be forcibly initialized struct rlimit new_rlim; ^ /kisskb/src/kernel/sys.c: In function 'getrusage': /kisskb/src/kernel/sys.c:1725:31: note: byref variable will be forcibly initialized u64 tgutime, tgstime, utime, stime; ^ /kisskb/src/kernel/sys.c:1725:24: note: byref variable will be forcibly initialized u64 tgutime, tgstime, utime, stime; ^ /kisskb/src/kernel/sys.c:1725:15: note: byref variable will be forcibly initialized u64 tgutime, tgstime, utime, stime; ^ /kisskb/src/kernel/sys.c:1725:6: note: byref variable will be forcibly initialized u64 tgutime, tgstime, utime, stime; ^ /kisskb/src/kernel/sys.c:1724:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/sys.c: In function '__do_sys_getrusage': /kisskb/src/kernel/sys.c:1798:16: note: byref variable will be forcibly initialized struct rusage r; ^ /kisskb/src/kernel/sys.c: In function '__do_sys_prctl': /kisskb/src/kernel/sys.c:2287:16: note: byref variable will be forcibly initialized unsigned char comm[sizeof(me->comm)]; ^ /kisskb/src/sound/pci/hda/hda_generic.c: In function '__parse_nid_path': /kisskb/src/sound/pci/hda/hda_generic.c:383:19: note: byref variable will be forcibly initialized const hda_nid_t *conn; ^ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'is_stereo_amps': /kisskb/src/sound/pci/hda/hda_generic.c:684:12: note: byref variable will be forcibly initialized hda_nid_t conn; ^ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'activate_amp_in': /kisskb/src/sound/pci/hda/hda_generic.c:780:19: note: byref variable will be forcibly initialized const hda_nid_t *conn; ^ In file included from /kisskb/src/include/sound/hda_codec.h:17:0, from /kisskb/src/sound/pci/hda/hda_generic.c:23: /kisskb/src/sound/pci/hda/hda_generic.c: In function 'snd_hdac_read_parm': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'snd_hda_query_pin_caps': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/pci/hda/hda_generic.c: In function 'set_pin_eapd': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/pci/hda/hda_generic.c: In function 'is_input_pin': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/pci/hda/hda_generic.c: In function 'get_vref_caps': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/pci/hda/hda_generic.c: In function 'get_out_jack_num_items': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/pci/hda/hda_generic.c: In function 'parse_user_hints': /kisskb/src/sound/pci/hda/hda_generic.c:102:6: note: byref variable will be forcibly initialized int val; ^ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'look_for_mix_leaf_ctls': /kisskb/src/sound/pci/hda/hda_generic.c:3043:19: note: byref variable will be forcibly initialized const hda_nid_t *list; ^ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'mute_all_mixer_nid': /kisskb/src/sound/pci/hda/hda_generic.c:5016:19: note: byref variable will be forcibly initialized const hda_nid_t *conn; ^ In file included from /kisskb/src/include/sound/hda_codec.h:17:0, from /kisskb/src/sound/pci/hda/hda_generic.c:23: /kisskb/src/sound/pci/hda/hda_generic.c: In function 'can_be_multiio_pin': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'print_nid_path': /kisskb/src/sound/pci/hda/hda_generic.c:364:7: note: byref variable will be forcibly initialized char buf[40]; ^ In file included from /kisskb/src/include/sound/hda_codec.h:17:0, from /kisskb/src/sound/pci/hda/hda_generic.c:23: /kisskb/src/sound/pci/hda/hda_generic.c: In function 'create_hp_mic': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'get_jack_mode_name': /kisskb/src/sound/pci/hda/hda_generic.c:2705:6: note: byref variable will be forcibly initialized int idx = 0; ^ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'add_control_with_pfx': /kisskb/src/sound/pci/hda/hda_generic.c:992:7: note: byref variable will be forcibly initialized char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; ^ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'add_single_cap_ctl': /kisskb/src/sound/pci/hda/hda_generic.c:3602:7: note: byref variable will be forcibly initialized char tmpname[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; ^ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'create_in_jack_mode': /kisskb/src/sound/pci/hda/hda_generic.c:2869:7: note: byref variable will be forcibly initialized char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; ^ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'create_out_jack_modes': /kisskb/src/sound/pci/hda/hda_generic.c:2737:9: note: byref variable will be forcibly initialized char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; ^ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'parse_mic_boost': /kisskb/src/sound/pci/hda/hda_generic.c:3864:8: note: byref variable will be forcibly initialized char boost_label[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; ^ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'create_multi_out_ctls': /kisskb/src/sound/pci/hda/hda_generic.c:2099:7: note: byref variable will be forcibly initialized int index; ^ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'create_extra_outs': /kisskb/src/sound/pci/hda/hda_generic.c:2164:8: note: byref variable will be forcibly initialized char tmp[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; ^ /kisskb/src/sound/pci/hda/hda_generic.c: In function 'new_analog_input': /kisskb/src/sound/pci/hda/hda_generic.c:3080:24: note: byref variable will be forcibly initialized unsigned int mix_val, mute_val; ^ /kisskb/src/sound/pci/hda/hda_generic.c:3080:15: note: byref variable will be forcibly initialized unsigned int mix_val, mute_val; ^ /kisskb/src/drivers/pinctrl/actions/pinctrl-owl.c: In function 'owl_group_config_set': /kisskb/src/drivers/pinctrl/actions/pinctrl-owl.c:458:23: note: byref variable will be forcibly initialized u32 reg, bit, width, arg; ^ /kisskb/src/drivers/pinctrl/actions/pinctrl-owl.c: In function 'owl_group_config_get': /kisskb/src/drivers/pinctrl/actions/pinctrl-owl.c:429:23: note: byref variable will be forcibly initialized u32 reg, bit, width, arg; ^ /kisskb/src/drivers/pinctrl/actions/pinctrl-owl.c: In function 'owl_pin_config_set': /kisskb/src/drivers/pinctrl/actions/pinctrl-owl.c:292:23: note: byref variable will be forcibly initialized u32 reg, bit, width, arg; ^ /kisskb/src/drivers/pinctrl/actions/pinctrl-owl.c:292:16: note: byref variable will be forcibly initialized u32 reg, bit, width, arg; ^ /kisskb/src/drivers/pinctrl/actions/pinctrl-owl.c:292:11: note: byref variable will be forcibly initialized u32 reg, bit, width, arg; ^ /kisskb/src/drivers/pinctrl/actions/pinctrl-owl.c:292:6: note: byref variable will be forcibly initialized u32 reg, bit, width, arg; ^ /kisskb/src/drivers/pinctrl/actions/pinctrl-owl.c: In function 'owl_pin_config_get': /kisskb/src/drivers/pinctrl/actions/pinctrl-owl.c:261:23: note: byref variable will be forcibly initialized u32 reg, bit, width, arg; ^ /kisskb/src/drivers/pinctrl/actions/pinctrl-owl.c:261:16: note: byref variable will be forcibly initialized u32 reg, bit, width, arg; ^ /kisskb/src/drivers/pinctrl/actions/pinctrl-owl.c:261:11: note: byref variable will be forcibly initialized u32 reg, bit, width, arg; ^ /kisskb/src/drivers/pinctrl/actions/pinctrl-owl.c:261:6: note: byref variable will be forcibly initialized u32 reg, bit, width, arg; ^ /kisskb/src/drivers/pinctrl/actions/pinctrl-owl.c: In function 'owl_set_mux': /kisskb/src/drivers/pinctrl/actions/pinctrl-owl.c:199:11: note: byref variable will be forcibly initialized u32 val, mask; ^ /kisskb/src/drivers/pinctrl/actions/pinctrl-owl.c:199:6: note: byref variable will be forcibly initialized u32 val, mask; ^ In file included from /kisskb/src/include/linux/gpio/driver.h:5:0, from /kisskb/src/drivers/pinctrl/actions/pinctrl-owl.c:14: /kisskb/src/drivers/pinctrl/actions/pinctrl-owl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/crypto/ghash-generic.c: In function 'ghash_setkey': /kisskb/src/crypto/ghash-generic.c:59:8: note: byref variable will be forcibly initialized be128 k; ^ /kisskb/src/drivers/pinctrl/actions/pinctrl-owl.c: In function 'owl_gpio_irq_handler': /kisskb/src/drivers/pinctrl/actions/pinctrl-owl.c:837:16: note: byref variable will be forcibly initialized unsigned long pending_irq; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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/ext4/ioctl.c:11: /kisskb/src/fs/ext4/ioctl.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^ In file included from /kisskb/src/fs/ext4/ext4_jbd2.h:17:0, from /kisskb/src/fs/ext4/ioctl.c:23: /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2320:4: note: byref variable will be forcibly initialized } desc; ^ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioc_getfsmap': /kisskb/src/fs/ext4/ioctl.c:679:20: note: byref variable will be forcibly initialized struct fsmap_head head; ^ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_getfsmap_format': /kisskb/src/fs/ext4/ioctl.c:661:15: note: byref variable will be forcibly initialized struct fsmap fm; ^ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioctl_get_es_cache': /kisskb/src/fs/ext4/ioctl.c:789:16: note: byref variable will be forcibly initialized struct fiemap fiemap; ^ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioctl_setflags': /kisskb/src/fs/ext4/ioctl.c:338:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioctl_setproject': /kisskb/src/fs/ext4/ioctl.c:470:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_reset_inode_seed': /kisskb/src/fs/ext4/ioctl.c:94:9: note: byref variable will be forcibly initialized __le32 gen = cpu_to_le32(inode->i_generation); ^ /kisskb/src/fs/ext4/ioctl.c:93:9: note: byref variable will be forcibly initialized __le32 inum = cpu_to_le32(inode->i_ino); ^ /kisskb/src/fs/ext4/ioctl.c: In function '__ext4_ioctl': /kisskb/src/fs/ext4/ioctl.c:1262:22: note: byref variable will be forcibly initialized struct fsxattr fa, old_fa; ^ /kisskb/src/fs/ext4/ioctl.c:1262:18: note: byref variable will be forcibly initialized struct fsxattr fa, old_fa; ^ /kisskb/src/fs/ext4/ioctl.c:1251:18: note: byref variable will be forcibly initialized struct fsxattr fa; ^ /kisskb/src/fs/ext4/ioctl.c:1104:23: note: byref variable will be forcibly initialized struct fstrim_range range; ^ /kisskb/src/fs/ext4/ioctl.c:1064:16: note: byref variable will be forcibly initialized ext4_fsblk_t n_blocks_count; ^ /kisskb/src/fs/ext4/ioctl.c:1005:30: note: byref variable will be forcibly initialized struct ext4_new_group_data input; ^ /kisskb/src/fs/ext4/ioctl.c:954:22: note: byref variable will be forcibly initialized struct move_extent me; ^ /kisskb/src/fs/ext4/ioctl.c:874:20: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/crypto/ofb.c: In function 'crypto_ofb_crypt': /kisskb/src/crypto/ofb.c:23:23: note: byref variable will be forcibly initialized struct skcipher_walk walk; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/mm/kmemleak.c:61: /kisskb/src/mm/kmemleak.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:93:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^ /kisskb/src/mm/kmemleak.c: In function 'dump_str_object_info': /kisskb/src/mm/kmemleak.c:1709:16: note: byref variable will be forcibly initialized unsigned long addr; ^ /kisskb/src/mm/kmemleak.c: In function 'kmemleak_write': /kisskb/src/mm/kmemleak.c:1809:17: note: byref variable will be forcibly initialized unsigned long secs; ^ /kisskb/src/mm/kmemleak.c:1772:7: note: byref variable will be forcibly initialized char buf[64]; ^ In file included from /kisskb/src/include/linux/fs.h:24:0, 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:18, from /kisskb/src/kernel/umh.c:5: /kisskb/src/kernel/umh.c: In function 'cap_intersect': /kisskb/src/include/linux/capability.h:129:15: note: byref variable will be forcibly initialized kernel_cap_t dest; ^ /kisskb/src/kernel/umh.c: In function 'proc_cap_handler': /kisskb/src/kernel/umh.c:490:16: note: byref variable will be forcibly initialized unsigned long cap_array[_KERNEL_CAPABILITY_U32S]; ^ /kisskb/src/kernel/umh.c:489:19: note: byref variable will be forcibly initialized struct ctl_table t; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/kernel/umh.c:5: /kisskb/src/kernel/umh.c: In function '__usermodehelper_disable': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^ /kisskb/src/kernel/umh.c:311:11: note: in expansion of macro 'wait_event_timeout' retval = wait_event_timeout(running_helpers_waitq, ^ In file included from /kisskb/src/include/linux/mm_types.h:12:0, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/kernel/umh.c:5: /kisskb/src/kernel/umh.c: In function 'call_usermodehelper_exec': /kisskb/src/kernel/umh.c:404:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(done); ^ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_slow': /kisskb/src/crypto/ecc.c:603:6: note: byref variable will be forcibly initialized u64 tmp[2 * ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:602:6: note: byref variable will be forcibly initialized u64 mod_m[2 * ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_special': /kisskb/src/crypto/ecc.c:521:6: note: byref variable will be forcibly initialized u64 r[ECC_MAX_DIGITS * 2]; ^ /kisskb/src/crypto/ecc.c:520:6: note: byref variable will be forcibly initialized u64 t[ECC_MAX_DIGITS * 2]; ^ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_special2': /kisskb/src/crypto/ecc.c:571:7: note: byref variable will be forcibly initialized u64 qc[ECC_MAX_DIGITS * 2]; ^ /kisskb/src/crypto/ecc.c:556:6: note: byref variable will be forcibly initialized u64 m[ECC_MAX_DIGITS * 2]; /* expanded mod */ ^ /kisskb/src/crypto/ecc.c:555:6: note: byref variable will be forcibly initialized u64 r[ECC_MAX_DIGITS * 2]; ^ /kisskb/src/crypto/ecc.c:554:6: note: byref variable will be forcibly initialized u64 q[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_barrett': /kisskb/src/crypto/ecc.c:653:6: note: byref variable will be forcibly initialized u64 r[ECC_MAX_DIGITS * 2]; ^ /kisskb/src/crypto/ecc.c:652:6: note: byref variable will be forcibly initialized u64 q[ECC_MAX_DIGITS * 2]; ^ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_fast': /kisskb/src/crypto/ecc.c:786:6: note: byref variable will be forcibly initialized u64 tmp[2 * ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c: In function 'vli_mod_square_fast': /kisskb/src/crypto/ecc.c:847:6: note: byref variable will be forcibly initialized u64 product[2 * ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c: In function 'vli_mod_mult_fast': /kisskb/src/crypto/ecc.c:837:6: note: byref variable will be forcibly initialized u64 product[2 * ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c: In function 'apply_z': /kisskb/src/crypto/ecc.c:1013:6: note: byref variable will be forcibly initialized u64 t1[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c: In function 'ecc_point_double_jacobian': /kisskb/src/crypto/ecc.c:952:6: note: byref variable will be forcibly initialized u64 t5[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:951:6: note: byref variable will be forcibly initialized u64 t4[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c: In function 'xycz_initial_double': /kisskb/src/crypto/ecc.c:1026:6: note: byref variable will be forcibly initialized u64 z[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c: In function 'xycz_add': /kisskb/src/crypto/ecc.c:1052:6: note: byref variable will be forcibly initialized u64 t5[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c: In function 'xycz_add_c': /kisskb/src/crypto/ecc.c:1095:6: note: byref variable will be forcibly initialized u64 t7[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:1094:6: note: byref variable will be forcibly initialized u64 t6[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:1093:6: note: byref variable will be forcibly initialized u64 t5[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c: In function '__ecc_is_key_valid': /kisskb/src/crypto/ecc.c:1298:6: note: byref variable will be forcibly initialized u64 res[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c: In function 'vli_mod_mult_slow': /kisskb/src/crypto/ecc.c:826:6: note: byref variable will be forcibly initialized u64 product[ECC_MAX_DIGITS * 2]; ^ /kisskb/src/crypto/ecc.c: In function 'vli_mod_inv': /kisskb/src/crypto/ecc.c:862:25: note: byref variable will be forcibly initialized u64 u[ECC_MAX_DIGITS], v[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:862:6: note: byref variable will be forcibly initialized u64 u[ECC_MAX_DIGITS], v[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:861:25: note: byref variable will be forcibly initialized u64 a[ECC_MAX_DIGITS], b[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:861:6: note: byref variable will be forcibly initialized u64 a[ECC_MAX_DIGITS], b[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c: In function 'ecc_point_add': /kisskb/src/crypto/ecc.c:1212:6: note: byref variable will be forcibly initialized u64 py[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:1211:6: note: byref variable will be forcibly initialized u64 px[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:1210:6: note: byref variable will be forcibly initialized u64 z[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c: In function 'ecc_point_mult': /kisskb/src/crypto/ecc.c:1151:6: note: byref variable will be forcibly initialized u64 sk[2][ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:1150:6: note: byref variable will be forcibly initialized u64 z[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:1149:6: note: byref variable will be forcibly initialized u64 ry[2][ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:1148:6: note: byref variable will be forcibly initialized u64 rx[2][ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c: In function 'ecc_point_mult_shamir': /kisskb/src/crypto/ecc.c:1269:8: note: byref variable will be forcibly initialized u64 tz[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:1268:8: note: byref variable will be forcibly initialized u64 ty[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:1267:8: note: byref variable will be forcibly initialized u64 tx[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:1239:19: note: byref variable will be forcibly initialized struct ecc_point sum = ECC_POINT_INIT(sump[0], sump[1], ndigits); ^ /kisskb/src/crypto/ecc.c:1234:6: note: byref variable will be forcibly initialized u64 sump[2][ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:1233:6: note: byref variable will be forcibly initialized u64 z[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c: In function 'ecc_gen_privkey': /kisskb/src/crypto/ecc.c:1347:6: note: byref variable will be forcibly initialized u64 priv[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c: In function 'ecc_is_pubkey_valid_partial': /kisskb/src/crypto/ecc.c:1428:47: note: byref variable will be forcibly initialized u64 yy[ECC_MAX_DIGITS], xxx[ECC_MAX_DIGITS], w[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:1428:26: note: byref variable will be forcibly initialized u64 yy[ECC_MAX_DIGITS], xxx[ECC_MAX_DIGITS], w[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:1428:6: note: byref variable will be forcibly initialized 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:1390:6: note: byref variable will be forcibly initialized u64 priv[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c: In function 'crypto_ecdh_shared_secret': /kisskb/src/crypto/ecc.c:1491:6: note: byref variable will be forcibly initialized u64 rand_z[ECC_MAX_DIGITS]; ^ /kisskb/src/crypto/ecc.c:1490:6: note: byref variable will be forcibly initialized u64 priv[ECC_MAX_DIGITS]; ^ /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c: In function 'cdns_sierra_phy_on': /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c:319:6: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c: In function 'cdns_sierra_phy_probe': /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c:481:15: note: byref variable will be forcibly initialized unsigned int id_value; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/kernel/workqueue.c:29: /kisskb/src/kernel/workqueue.c: In function 'prepare_to_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rcuwait.h:47:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(w->task, current); ^ In file included from /kisskb/src/include/linux/slab.h:16:0, from /kisskb/src/kernel/workqueue.c:35: /kisskb/src/kernel/workqueue.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/kernel/workqueue.c:29: /kisskb/src/kernel/workqueue.c: In function 'finish_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rcuwait.h:52:9: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(w->task, NULL); ^ In file included from /kisskb/src/include/linux/irq.h:21:0, from /kisskb/src/include/linux/gpio/driver.h:7, from /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:17: /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/kernel/workqueue.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:93:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c: In function 'bcm2835_pctl_dt_node_to_map': /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:788:17: note: byref variable will be forcibly initialized u32 pin, func, pull; ^ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:788:11: note: byref variable will be forcibly initialized u32 pin, func, pull; ^ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:788:6: note: byref variable will be forcibly initialized u32 pin, func, pull; ^ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:786:29: note: byref variable will be forcibly initialized struct pinctrl_map *maps, *cur_map; ^ /kisskb/src/kernel/workqueue.c: In function 'numa_pwq_tbl_install': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/kernel/workqueue.c:3887:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(wq->numa_pwq_tbl[node], pwq); ^ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c: In function 'bcm2835_gpio_irq_handle_bank': /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:389:16: note: byref variable will be forcibly initialized unsigned long events; ^ In file included from /kisskb/src/kernel/workqueue.c:35:0: /kisskb/src/kernel/workqueue.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:15:0: /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c: In function 'bcm2835_pinctrl_probe': /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:1228:17: note: byref variable will be forcibly initialized unsigned long events; ^ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:1191:18: note: byref variable will be forcibly initialized struct resource iomem; ^ In file included from /kisskb/src/kernel/workqueue.c:33:0: /kisskb/src/kernel/workqueue.c: In function 'put_unbound_pool': /kisskb/src/kernel/workqueue.c:3538:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(detach_completion); ^ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^ /kisskb/src/kernel/workqueue.c: In function 'create_worker': /kisskb/src/kernel/workqueue.c:1916:7: note: byref variable will be forcibly initialized char id_buf[16]; ^ /kisskb/src/kernel/workqueue.c: In function '__flush_work': /kisskb/src/kernel/workqueue.c:3038:20: note: byref variable will be forcibly initialized struct wq_barrier barr; ^ /kisskb/src/kernel/workqueue.c: In function 'process_one_work': /kisskb/src/kernel/workqueue.c:2185:21: note: byref variable will be forcibly initialized struct lockdep_map lockdep_map; ^ /kisskb/src/kernel/workqueue.c: In function 'rescuer_thread': /kisskb/src/kernel/workqueue.c:2501:30: note: byref variable will be forcibly initialized struct work_struct *work, *n; ^ /kisskb/src/kernel/workqueue.c: In function '__cancel_work_timer': /kisskb/src/kernel/workqueue.c:3116:20: note: byref variable will be forcibly initialized struct cwt_wait cwait; ^ /kisskb/src/kernel/workqueue.c:3094:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/workqueue.c: In function '__cancel_work': /kisskb/src/kernel/workqueue.c:3223:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/mm/rodata_test.c: In function 'rodata_test': /kisskb/src/mm/rodata_test.c:19:6: note: byref variable will be forcibly initialized int zero = 0; ^ /kisskb/src/kernel/workqueue.c: In function 'mod_delayed_work_on': /kisskb/src/kernel/workqueue.c:1710:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/workqueue.c: In function 'flush_workqueue': /kisskb/src/kernel/workqueue.c:2776:20: note: byref variable will be forcibly initialized struct wq_flusher this_flusher = { ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/workqueue.c:30: /kisskb/src/kernel/workqueue.c: In function 'workqueue_apply_unbound_cpumask': /kisskb/src/kernel/workqueue.c:5287:12: note: byref variable will be forcibly initialized LIST_HEAD(ctxs); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/kernel/workqueue.c: In function 'wq_numa_store': /kisskb/src/kernel/workqueue.c:5563:6: note: byref variable will be forcibly initialized int v, ret = -ENOMEM; ^ /kisskb/src/kernel/workqueue.c: In function 'max_active_store': /kisskb/src/kernel/workqueue.c:5415:6: note: byref variable will be forcibly initialized int val; ^ /kisskb/src/kernel/workqueue.c: In function 'set_worker_desc': /kisskb/src/kernel/workqueue.c:4609:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/kernel/workqueue.c: In function 'print_worker_info': /kisskb/src/kernel/workqueue.c:4638:27: note: byref variable will be forcibly initialized struct workqueue_struct *wq = NULL; ^ /kisskb/src/kernel/workqueue.c:4637:25: note: byref variable will be forcibly initialized struct pool_workqueue *pwq = NULL; ^ /kisskb/src/kernel/workqueue.c:4634:15: note: byref variable will be forcibly initialized work_func_t *fn = NULL; ^ /kisskb/src/kernel/workqueue.c: In function 'show_workqueue_state': /kisskb/src/kernel/workqueue.c:4773:6: note: byref variable will be forcibly initialized int pi; ^ /kisskb/src/kernel/workqueue.c: In function 'workqueue_online_cpu': /kisskb/src/kernel/workqueue.c:5070:6: note: byref variable will be forcibly initialized int pi; ^ /kisskb/src/kernel/workqueue.c: In function 'workqueue_set_unbound_cpumask': /kisskb/src/kernel/workqueue.c:5334:16: note: byref variable will be forcibly initialized cpumask_var_t saved_cpumask; ^ /kisskb/src/kernel/workqueue.c: In function 'wq_unbound_cpumask_store': /kisskb/src/kernel/workqueue.c:5612:16: note: byref variable will be forcibly initialized cpumask_var_t cpumask; ^ /kisskb/src/kernel/workqueue.c: In function 'alloc_workqueue': /kisskb/src/kernel/workqueue.c:4256:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'mb_buddy_mark_free': /kisskb/src/fs/ext4/mballoc.c:1388:6: note: byref variable will be forcibly initialized int max; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'mb_find_order_for_block': /kisskb/src/fs/ext4/mballoc.c:1292:17: note: byref variable will be forcibly initialized int order = 1, max; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_show_pa': /kisskb/src/fs/ext4/mballoc.c:4466:17: note: byref variable will be forcibly initialized ext4_grpblk_t start; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_initialize_context': /kisskb/src/fs/ext4/mballoc.c:4593:16: note: byref variable will be forcibly initialized ext4_grpblk_t block; ^ /kisskb/src/fs/ext4/mballoc.c:4590:15: note: byref variable will be forcibly initialized ext4_group_t group; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_release_inode_pa': /kisskb/src/fs/ext4/mballoc.c:4131:16: note: byref variable will be forcibly initialized ext4_grpblk_t bit; ^ /kisskb/src/fs/ext4/mballoc.c:4130:15: note: byref variable will be forcibly initialized ext4_group_t group; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_release_group_pa': /kisskb/src/fs/ext4/mballoc.c:4182:16: note: byref variable will be forcibly initialized ext4_grpblk_t bit; ^ /kisskb/src/fs/ext4/mballoc.c:4181:15: note: byref variable will be forcibly initialized ext4_group_t group; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_free_blocks_simple': /kisskb/src/fs/ext4/mballoc.c:5200:16: note: byref variable will be forcibly initialized ext4_grpblk_t blkoff; ^ /kisskb/src/fs/ext4/mballoc.c:5199:15: note: byref variable will be forcibly initialized ext4_group_t group; ^ /kisskb/src/fs/ext4/mballoc.c:5198:22: note: byref variable will be forcibly initialized struct buffer_head *gdp_bh; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'mb_find_extent': /kisskb/src/fs/ext4/mballoc.c:1529:6: note: byref variable will be forcibly initialized int max, order; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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/ext4/ext4_jbd2.h:15, from /kisskb/src/fs/ext4/mballoc.c:12: /kisskb/src/fs/ext4/mballoc.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:93:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_generate_from_pa': /kisskb/src/fs/ext4/mballoc.c:3844:16: note: byref variable will be forcibly initialized ext4_grpblk_t start; ^ /kisskb/src/fs/ext4/mballoc.c:3843:15: note: byref variable will be forcibly initialized ext4_group_t groupnr; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_init_cache': /kisskb/src/fs/ext4/mballoc.c:856:22: note: byref variable will be forcibly initialized struct buffer_head *bhs; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_init_group': /kisskb/src/fs/ext4/mballoc.c:1076:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_free_data_in_buddy': /kisskb/src/fs/ext4/mballoc.c:3019:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_discard_allocated_blocks': /kisskb/src/fs/ext4/mballoc.c:3607:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_discard_group_preallocations': /kisskb/src/fs/ext4/mballoc.c:4212:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^ /kisskb/src/fs/ext4/mballoc.c:4211:19: note: byref variable will be forcibly initialized struct list_head list; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_discard_lg_preallocations': /kisskb/src/fs/ext4/mballoc.c:4643:19: note: byref variable will be forcibly initialized struct list_head discard_list; ^ /kisskb/src/fs/ext4/mballoc.c:4642:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'mb_mark_used': /kisskb/src/fs/ext4/mballoc.c:1592:6: note: byref variable will be forcibly initialized int max = 0; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_find_by_goal': /kisskb/src/fs/ext4/mballoc.c:1862:26: note: byref variable will be forcibly initialized struct ext4_free_extent ex; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_simple_scan_group': /kisskb/src/fs/ext4/mballoc.c:1930:6: note: byref variable will be forcibly initialized int max; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_scan_aligned': /kisskb/src/fs/ext4/mballoc.c:2044:26: note: byref variable will be forcibly initialized struct ext4_free_extent ex; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_check_limits': /kisskb/src/fs/ext4/mballoc.c:1723:26: note: byref variable will be forcibly initialized struct ext4_free_extent ex; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_complex_scan_group': /kisskb/src/fs/ext4/mballoc.c:1978:26: note: byref variable will be forcibly initialized struct ext4_free_extent ex; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_try_best_found': /kisskb/src/fs/ext4/mballoc.c:1829:26: note: byref variable will be forcibly initialized struct ext4_free_extent ex = ac->ac_b_ex; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_trim_extent': /kisskb/src/fs/ext4/mballoc.c:5658:26: note: byref variable will be forcibly initialized struct ext4_free_extent ex; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_trim_all_free': /kisskb/src/fs/ext4/mballoc.c:5706:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_mark_diskspace_used': /kisskb/src/fs/ext4/mballoc.c:3170:22: note: byref variable will be forcibly initialized struct buffer_head *gdp_bh; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_prefetch': /kisskb/src/fs/ext4/mballoc.c:2206:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_regular_allocator': /kisskb/src/fs/ext4/mballoc.c:2284:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^ /kisskb/src/fs/ext4/mballoc.c:2281:23: note: byref variable will be forcibly initialized unsigned int nr = 0, prefetch_ios = 0; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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/ext4/ext4_jbd2.h:15, from /kisskb/src/fs/ext4/mballoc.c:12: /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_alloc_groupinfo': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/ext4/mballoc.c:2589:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sbi->s_group_info, new_groupinfo); ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_process_freed_data': /kisskb/src/fs/ext4/mballoc.c:3076:19: note: byref variable will be forcibly initialized struct list_head freed_data_list; ^ /kisskb/src/fs/ext4/mballoc.c:3075:14: note: byref variable will be forcibly initialized struct bio *discard_bio = NULL; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_mark_bb': /kisskb/src/fs/ext4/mballoc.c:3291:16: note: byref variable will be forcibly initialized ext4_grpblk_t blkoff; ^ /kisskb/src/fs/ext4/mballoc.c:3290:15: note: byref variable will be forcibly initialized ext4_group_t group; ^ /kisskb/src/fs/ext4/mballoc.c:3288:22: note: byref variable will be forcibly initialized struct buffer_head *gdp_bh; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_new_blocks_simple': /kisskb/src/fs/ext4/mballoc.c:5148:16: note: byref variable will be forcibly initialized ext4_grpblk_t blkoff; ^ /kisskb/src/fs/ext4/mballoc.c:5147:15: note: byref variable will be forcibly initialized ext4_group_t group; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_discard_preallocations': /kisskb/src/fs/ext4/mballoc.c:4325:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^ /kisskb/src/fs/ext4/mballoc.c:4324:19: note: byref variable will be forcibly initialized struct list_head list; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_new_blocks': /kisskb/src/fs/ext4/mballoc.c:4900:6: note: byref variable will be forcibly initialized u64 seq; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_free_blocks': /kisskb/src/fs/ext4/mballoc.c:5254:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^ /kisskb/src/fs/ext4/mballoc.c:5252:15: note: byref variable will be forcibly initialized ext4_group_t block_group; ^ /kisskb/src/fs/ext4/mballoc.c:5251:22: note: byref variable will be forcibly initialized struct buffer_head *gd_bh; ^ /kisskb/src/fs/ext4/mballoc.c:5250:16: note: byref variable will be forcibly initialized ext4_grpblk_t bit; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_group_add_blocks': /kisskb/src/fs/ext4/mballoc.c:5520:20: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^ /kisskb/src/fs/ext4/mballoc.c:5516:16: note: byref variable will be forcibly initialized ext4_grpblk_t bit; ^ /kisskb/src/fs/ext4/mballoc.c:5515:15: note: byref variable will be forcibly initialized ext4_group_t block_group; ^ /kisskb/src/fs/ext4/mballoc.c:5514:22: note: byref variable will be forcibly initialized struct buffer_head *gd_bh; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_trim_fs': /kisskb/src/fs/ext4/mballoc.c:5789:40: note: byref variable will be forcibly initialized ext4_grpblk_t cnt = 0, first_cluster, last_cluster; ^ /kisskb/src/fs/ext4/mballoc.c:5789:25: note: byref variable will be forcibly initialized ext4_grpblk_t cnt = 0, first_cluster, last_cluster; ^ /kisskb/src/fs/ext4/mballoc.c:5788:35: note: byref variable will be forcibly initialized ext4_group_t group, first_group, last_group; ^ /kisskb/src/fs/ext4/mballoc.c:5788:22: note: byref variable will be forcibly initialized ext4_group_t group, first_group, last_group; ^ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mballoc_query_range': /kisskb/src/fs/ext4/mballoc.c:5876:21: note: byref variable will be forcibly initialized struct ext4_buddy e4b; ^ /kisskb/src/crypto/essiv.c: In function 'essiv_aead_setkey': /kisskb/src/crypto/essiv.c:99:5: note: byref variable will be forcibly initialized u8 salt[HASH_MAX_DIGESTSIZE]; ^ /kisskb/src/crypto/essiv.c:98:29: note: byref variable will be forcibly initialized struct crypto_authenc_keys keys; ^ In file included from /kisskb/src/include/crypto/internal/hash.h:12:0, from /kisskb/src/crypto/essiv.c:34: /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ ^ /kisskb/src/crypto/essiv.c:97:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' SHASH_DESC_ON_STACK(desc, tctx->hash); ^ /kisskb/src/crypto/essiv.c: In function 'essiv_skcipher_setkey': /kisskb/src/crypto/essiv.c:70:5: note: byref variable will be forcibly initialized u8 salt[HASH_MAX_DIGESTSIZE]; ^ /kisskb/src/mm/cleancache.c: In function 'cleancache_get_key': /kisskb/src/mm/cleancache.c:148:15: note: byref variable will be forcibly initialized int len = 0, maxlen = CLEANCACHE_KEY_MAX; ^ /kisskb/src/drivers/pinctrl/bcm/pinctrl-ns2-mux.c: In function 'ns2_pin_config_get': /kisskb/src/drivers/pinctrl/bcm/pinctrl-ns2-mux.c:847:6: note: byref variable will be forcibly initialized u16 arg = 0; ^ /kisskb/src/drivers/pinctrl/bcm/pinctrl-ns2-mux.c:846:16: note: byref variable will be forcibly initialized bool pull_up, pull_down; ^ /kisskb/src/drivers/pinctrl/bcm/pinctrl-ns2-mux.c:846:7: note: byref variable will be forcibly initialized bool pull_up, pull_down; ^ In file included from /kisskb/src/include/linux/pinctrl/pinconf-generic.h:14:0, from /kisskb/src/drivers/pinctrl/bcm/pinctrl-ns2-mux.c:21: /kisskb/src/drivers/pinctrl/bcm/pinctrl-ns2-mux.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/pinctrl/berlin/berlin.c: In function 'berlin_pinctrl_dt_node_to_map': /kisskb/src/drivers/pinctrl/berlin/berlin.c:58:11: note: byref variable will be forcibly initialized unsigned reserved_maps = 0; ^ /kisskb/src/drivers/pinctrl/berlin/berlin.c:57:14: note: byref variable will be forcibly initialized const char *function_name, *group_name; ^ In file included from /kisskb/src/include/linux/node.h:18:0, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/pinctrl/berlin/berlin.c:15: /kisskb/src/drivers/pinctrl/berlin/berlin.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/drivers/pinctrl/berlin/berlin.c:20:0: /kisskb/src/drivers/pinctrl/berlin/berlin.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/crypto/ecdh.c: In function 'ecdh_set_secret': /kisskb/src/crypto/ecdh.c:39:14: note: byref variable will be forcibly initialized struct ecdh params; ^ In file included from /kisskb/src/include/sound/hda_codec.h:17:0, from /kisskb/src/sound/pci/hda/patch_realtek.c:23: /kisskb/src/sound/pci/hda/patch_realtek.c: In function 'snd_hdac_read_parm': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/sound/pci/hda/patch_realtek.c: In function 'snd_hda_query_pin_caps': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/pci/hda/patch_realtek.c: In function 'set_eapd': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/crypto/ecdh_helper.c: In function 'crypto_ecdh_encode_key': /kisskb/src/crypto/ecdh_helper.c:37:20: note: byref variable will be forcibly initialized struct kpp_secret secret = { ^ /kisskb/src/crypto/ecdh_helper.c: In function 'crypto_ecdh_decode_key': /kisskb/src/crypto/ecdh_helper.c:61:20: note: byref variable will be forcibly initialized struct kpp_secret secret; ^ /kisskb/src/sound/pci/hda/patch_realtek.c: In function 'alc269_fixup_hp_mute_led': /kisskb/src/sound/pci/hda/patch_realtek.c:4125:12: note: byref variable will be forcibly initialized int pol, pin; ^ /kisskb/src/sound/pci/hda/patch_realtek.c:4125:7: note: byref variable will be forcibly initialized int pol, pin; ^ In file included from /kisskb/src/include/sound/hda_codec.h:17:0, from /kisskb/src/sound/pci/hda/patch_sigmatel.c:22: /kisskb/src/sound/pci/hda/patch_sigmatel.c: In function 'snd_hdac_read_parm': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/sound/pci/hda/patch_sigmatel.c: In function 'set_hp_led_gpio': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/pci/hda/patch_sigmatel.c: In function 'find_mute_led_cfg': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/pci/hda/patch_sigmatel.c: In function 'stac92hd71bxx_fixup_hp_dv5': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/platform_device.h:13:0, from /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:19: /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/device.h:29:0, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:19: /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c: In function 'array3_size': /kisskb/src/include/linux/overflow.h:287:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c: In function 'samsung_dt_subnode_to_map': /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:184:11: note: byref variable will be forcibly initialized unsigned num_configs = 0; ^ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:183:17: note: byref variable will be forcibly initialized unsigned long *configs = NULL; ^ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:181:6: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c: In function 'samsung_dt_node_to_map': /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:254:11: note: byref variable will be forcibly initialized unsigned reserved_maps; ^ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c: In function 'samsung_pinctrl_create_function': /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:720:15: note: byref variable will be forcibly initialized const char *gname; ^ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c: In function 'samsung_pinctrl_parse_dt': /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:831:28: note: byref variable will be forcibly initialized unsigned int grp_cnt = 0, func_cnt = 0; ^ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:831:15: note: byref variable will be forcibly initialized unsigned int grp_cnt = 0, func_cnt = 0; ^ /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c: In function 'samsung_pin_dbg_show': /kisskb/src/drivers/pinctrl/samsung/pinctrl-samsung.c:294:16: note: byref variable will be forcibly initialized unsigned long config; ^ In file included from /kisskb/src/drivers/pinctrl/samsung/pinctrl-exynos.c:16:0: /kisskb/src/drivers/pinctrl/samsung/pinctrl-exynos.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/mm/zsmalloc.c: In function 'alloc_zspage': /kisskb/src/mm/zsmalloc.c:1061:15: note: byref variable will be forcibly initialized struct page *pages[ZS_MAX_PAGES_PER_ZSPAGE]; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/kernel/pid.c:30: /kisskb/src/kernel/pid.c: In function 'hlist_replace_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:532:2: note: in expansion of macro 'rcu_assign_pointer' 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:554:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(right->first, node1); ^ /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:553:2: note: in expansion of macro 'rcu_assign_pointer' 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:592:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(hlist_first_rcu(h), n); ^ /kisskb/src/mm/zsmalloc.c: In function 'migrate_zspage': /kisskb/src/mm/zsmalloc.c:1652:6: note: byref variable will be forcibly initialized int obj_idx = cc->obj_idx; ^ /kisskb/src/mm/zsmalloc.c: In function '__zs_compact': /kisskb/src/mm/zsmalloc.c:2218:28: note: byref variable will be forcibly initialized struct zs_compact_control cc; ^ /kisskb/src/kernel/pid.c: In function 'exchange_tids': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/kernel/pid.c:380:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(right->thread_pid, pid1); ^ /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/kernel/pid.c:379:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(left->thread_pid, pid2); ^ In file included from /kisskb/src/include/linux/module.h:12:0, from /kisskb/src/mm/zsmalloc.c:33: /kisskb/src/mm/zsmalloc.c: In function 'async_free_zspage': /kisskb/src/mm/zsmalloc.c:2145:12: note: byref variable will be forcibly initialized LIST_HEAD(free_pages); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/mm/zsmalloc.c:33: /kisskb/src/mm/zsmalloc.c: In function 'wait_for_isolated_drain': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/mm/zsmalloc.c:2115:2: note: in expansion of macro 'wait_event' wait_event(pool->migration_wait, ^ /kisskb/src/mm/zsmalloc.c: In function 'zs_map_object': /kisskb/src/mm/zsmalloc.c:1253:15: note: byref variable will be forcibly initialized struct page *pages[2]; ^ /kisskb/src/mm/zsmalloc.c: In function 'zs_unmap_object': /kisskb/src/mm/zsmalloc.c:1323:16: note: byref variable will be forcibly initialized struct page *pages[2]; ^ /kisskb/src/fs/ext4/migrate.c: In function 'finish_range': /kisskb/src/fs/ext4/migrate.c:27:24: note: byref variable will be forcibly initialized struct ext4_ext_path *path; ^ /kisskb/src/fs/ext4/migrate.c:26:21: note: byref variable will be forcibly initialized struct ext4_extent newext; ^ /kisskb/src/fs/ext4/migrate.c: In function 'ext4_ext_swap_inode_data': /kisskb/src/fs/ext4/migrate.c:291:9: note: byref variable will be forcibly initialized __le32 i_data[3]; ^ /kisskb/src/fs/ext4/migrate.c: In function 'ext4_ext_migrate': /kisskb/src/fs/ext4/migrate.c:421:8: note: byref variable will be forcibly initialized uid_t owner[2]; ^ /kisskb/src/fs/ext4/migrate.c:418:24: note: byref variable will be forcibly initialized struct migrate_struct lb; ^ /kisskb/src/crypto/simd.c: In function 'simd_skcipher_create': /kisskb/src/crypto/simd.c:212:7: note: byref variable will be forcibly initialized char drvname[CRYPTO_MAX_ALG_NAME]; ^ /kisskb/src/crypto/simd.c: In function 'simd_aead_create': /kisskb/src/crypto/simd.c:459:7: note: byref variable will be forcibly initialized char drvname[CRYPTO_MAX_ALG_NAME]; ^ In file included from /kisskb/src/fs/ext4/mmp.c:8:0: /kisskb/src/fs/ext4/mmp.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2320:4: note: byref variable will be forcibly initialized } desc; ^ /kisskb/src/fs/ext4/mmp.c: In function 'kmmpd': /kisskb/src/fs/ext4/mmp.c:202:24: note: byref variable will be forcibly initialized struct buffer_head *bh_check = NULL; ^ /kisskb/src/fs/ext4/mmp.c: In function 'ext4_multi_mount_protect': /kisskb/src/fs/ext4/mmp.c:276:22: note: byref variable will be forcibly initialized struct buffer_head *bh = NULL; ^ In file included from /kisskb/src/include/sound/hda_codec.h:17:0, from /kisskb/src/sound/pci/hda/patch_conexant.c:17: /kisskb/src/sound/pci/hda/patch_conexant.c: In function 'snd_hdac_read_parm': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/sound/pci/hda/patch_conexant.c: In function 'snd_hda_query_pin_caps': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/pci/hda/patch_conexant.c: In function 'cx_auto_parse_eapd': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/pci/hda/patch_conexant.c: In function 'cx_auto_turn_eapd': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/sound/hda_codec.h:19:0, from /kisskb/src/sound/pci/hda/patch_conexant.c:17: /kisskb/src/sound/pci/hda/patch_conexant.c: In function 'snd_hdac_regmap_get_amp': /kisskb/src/include/sound/hda_regmap.h:140:11: note: byref variable will be forcibly initialized int err, val; ^ /kisskb/src/drivers/phy/hisilicon/phy-histb-combphy.c: In function 'histb_combphy_probe': /kisskb/src/drivers/phy/hisilicon/phy-histb-combphy.c:198:6: note: byref variable will be forcibly initialized u32 vals[3]; ^ /kisskb/src/crypto/ecrdsa.c: In function 'ecrdsa_set_pub_key': /kisskb/src/crypto/ecrdsa.c:196:12: note: byref variable will be forcibly initialized u32 algo, paramlen; ^ /kisskb/src/crypto/ecrdsa.c:196:6: note: byref variable will be forcibly initialized u32 algo, paramlen; ^ /kisskb/src/crypto/ecrdsa.c: In function 'ecrdsa_verify': /kisskb/src/crypto/ecrdsa.c:85:19: note: byref variable will be forcibly initialized struct ecc_point cc = ECC_POINT_INIT(s, e, ndigits); /* reuse s, e */ ^ /kisskb/src/crypto/ecrdsa.c:83:6: note: byref variable will be forcibly initialized u64 z1[ECRDSA_MAX_DIGITS]; ^ /kisskb/src/crypto/ecrdsa.c:81:6: note: byref variable will be forcibly initialized u64 e[ECRDSA_MAX_DIGITS]; /* h \mod q */ ^ /kisskb/src/crypto/ecrdsa.c:80:6: note: byref variable will be forcibly initialized u64 s[ECRDSA_MAX_DIGITS]; /* second part of sig (s) */ ^ /kisskb/src/crypto/ecrdsa.c:79:6: note: byref variable will be forcibly initialized u64 _r[ECRDSA_MAX_DIGITS]; /* -r */ ^ /kisskb/src/crypto/ecrdsa.c:78:6: note: byref variable will be forcibly initialized u64 r[ECRDSA_MAX_DIGITS]; /* witness (r) */ ^ /kisskb/src/crypto/ecrdsa.c:76:16: note: byref variable will be forcibly initialized unsigned char digest[STREEBOG512_DIGEST_SIZE]; ^ /kisskb/src/crypto/ecrdsa.c:75:16: note: byref variable will be forcibly initialized unsigned char sig[ECRDSA_MAX_SIG_SIZE]; ^ /kisskb/src/fs/ext4/move_extent.c: In function 'mext_check_coverage': /kisskb/src/fs/ext4/move_extent.c:93:24: note: byref variable will be forcibly initialized struct ext4_ext_path *path = NULL; ^ /kisskb/src/fs/ext4/move_extent.c: In function 'move_extent_per_page': /kisskb/src/fs/ext4/move_extent.c:258:24: note: byref variable will be forcibly initialized int i, err2, jblocks, retries = 0; ^ /kisskb/src/fs/ext4/move_extent.c:258:9: note: byref variable will be forcibly initialized int i, err2, jblocks, retries = 0; ^ /kisskb/src/fs/ext4/move_extent.c:253:15: note: byref variable will be forcibly initialized struct page *pagep[2] = {NULL, NULL}; ^ /kisskb/src/fs/ext4/move_extent.c: In function 'ext4_move_extents': /kisskb/src/fs/ext4/move_extent.c:562:6: note: byref variable will be forcibly initialized int ret; ^ /kisskb/src/fs/ext4/move_extent.c:558:24: note: byref variable will be forcibly initialized struct ext4_ext_path *path = NULL; ^ /kisskb/src/sound/pci/hda/patch_hdmi.c: In function 'hdmi_pin_setup_infoframe': /kisskb/src/sound/pci/hda/patch_hdmi.c:670:24: note: byref variable will be forcibly initialized union audio_infoframe ai; ^ /kisskb/src/sound/pci/hda/patch_hdmi.c: In function 'hdmi_pcm_open_no_pin': /kisskb/src/sound/pci/hda/patch_hdmi.c:1171:6: note: byref variable will be forcibly initialized int cvt_idx, pcm_idx; ^ /kisskb/src/sound/pci/hda/patch_hdmi.c: In function 'hdmi_pcm_open': /kisskb/src/sound/pci/hda/patch_hdmi.c:1219:15: note: byref variable will be forcibly initialized int pin_idx, cvt_idx, pcm_idx; ^ /kisskb/src/sound/pci/hda/patch_hdmi.c: In function 'generic_hdmi_build_jack': /kisskb/src/sound/pci/hda/patch_hdmi.c:2299:19: note: byref variable will be forcibly initialized struct snd_jack *jack; ^ /kisskb/src/sound/pci/hda/patch_hdmi.c:2296:7: note: byref variable will be forcibly initialized char hdmi_str[32] = "HDMI/DP"; ^ In file included from /kisskb/src/sound/pci/hda/patch_hdmi.c:29:0: /kisskb/src/sound/pci/hda/patch_hdmi.c: In function 'snd_hdac_read_parm': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/sound/pci/hda/patch_hdmi.c: In function 'snd_hda_query_pin_caps': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/pci/hda/patch_hdmi.c: In function 'hdmi_pin_hbr_setup': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/pci/hda/patch_hdmi.c: In function 'hdmi_add_pin': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/pci/hda/patch_hdmi.c: In function 'hdmi_parse_codec': /kisskb/src/sound/pci/hda/patch_hdmi.c:1953:12: note: byref variable will be forcibly initialized hda_nid_t start_nid; ^ /kisskb/src/sound/pci/hda/patch_hdmi.c: In function 'nvhdmi_7x_8ch_build_controls': /kisskb/src/sound/pci/hda/patch_hdmi.c:3537:24: note: byref variable will be forcibly initialized struct snd_pcm_chmap *chmap; ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_match': /kisskb/src/fs/ext4/namei.c:1349:22: note: byref variable will be forcibly initialized struct fscrypt_name f; ^ In file included from /kisskb/src/fs/ext4/namei.c:39:0: /kisskb/src/fs/ext4/namei.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2320:4: note: byref variable will be forcibly initialized } desc; ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_dx_csum': /kisskb/src/fs/ext4/namei.c:445:8: note: byref variable will be forcibly initialized __u32 dummy_csum = 0; ^ /kisskb/src/fs/ext4/namei.c: In function 'dx_make_map': /kisskb/src/fs/ext4/namei.c:1217:22: note: byref variable will be forcibly initialized struct dx_hash_info h = *hinfo; ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_whiteout_for_rename': /kisskb/src/fs/ext4/namei.c:3682:6: note: byref variable will be forcibly initialized int retries = 0; ^ /kisskb/src/fs/ext4/namei.c: In function 'htree_dirblock_to_tree': /kisskb/src/fs/ext4/namei.c:999:60: note: byref variable will be forcibly initialized struct fscrypt_str fname_crypto_str = FSTR_INIT(NULL, 0), tmp_str; ^ /kisskb/src/fs/ext4/namei.c:999:21: note: byref variable will be forcibly initialized struct fscrypt_str fname_crypto_str = FSTR_INIT(NULL, 0), tmp_str; ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_rename_dir_prepare': /kisskb/src/fs/ext4/namei.c:3550:6: note: byref variable will be forcibly initialized int retval; ^ /kisskb/src/fs/ext4/namei.c: In function 'do_split': /kisskb/src/fs/ext4/namei.c:1824:14: note: byref variable will be forcibly initialized ext4_lblk_t newblock; ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_htree_fill_tree': /kisskb/src/fs/ext4/namei.c:1109:8: note: byref variable will be forcibly initialized int has_inline_data = 1; ^ /kisskb/src/fs/ext4/namei.c:1097:21: note: byref variable will be forcibly initialized struct fscrypt_str tmp_str; ^ /kisskb/src/fs/ext4/namei.c:1096:8: note: byref variable will be forcibly initialized __u32 hashval; ^ /kisskb/src/fs/ext4/namei.c:1091:18: note: byref variable will be forcibly initialized struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; ^ /kisskb/src/fs/ext4/namei.c:1089:22: note: byref variable will be forcibly initialized struct dx_hash_info hinfo; ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_dx_find_entry': /kisskb/src/fs/ext4/namei.c:1634:18: note: byref variable will be forcibly initialized struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; ^ /kisskb/src/fs/ext4/namei.c: In function '__ext4_find_entry': /kisskb/src/fs/ext4/namei.c:1466:7: note: byref variable will be forcibly initialized int has_inline_data = 1; ^ /kisskb/src/fs/ext4/namei.c:1448:22: note: byref variable will be forcibly initialized struct buffer_head *bh_use[NAMEI_RA_SIZE]; ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_find_entry': /kisskb/src/fs/ext4/namei.c:1593:23: note: byref variable will be forcibly initialized struct ext4_filename fname; ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_lookup_entry': /kisskb/src/fs/ext4/namei.c:1613:23: note: byref variable will be forcibly initialized struct ext4_filename fname; ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_lookup': /kisskb/src/fs/ext4/namei.c:1685:27: note: byref variable will be forcibly initialized struct ext4_dir_entry_2 *de; ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_get_parent': /kisskb/src/fs/ext4/namei.c:1743:28: note: byref variable will be forcibly initialized struct ext4_dir_entry_2 * de; ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_dx_add_entry': /kisskb/src/fs/ext4/namei.c:2332:15: note: byref variable will be forcibly initialized ext4_lblk_t newblock; ^ /kisskb/src/fs/ext4/namei.c:2297:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/ext4/namei.c:2295:18: note: byref variable will be forcibly initialized struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; ^ /kisskb/src/fs/ext4/namei.c: In function 'make_indexed_dir': /kisskb/src/fs/ext4/namei.c:2066:15: note: byref variable will be forcibly initialized ext4_lblk_t block; ^ /kisskb/src/fs/ext4/namei.c:2059:18: note: byref variable will be forcibly initialized struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; ^ /kisskb/src/fs/ext4/namei.c:2057:22: note: byref variable will be forcibly initialized struct buffer_head *bh2; ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_add_entry': /kisskb/src/fs/ext4/namei.c:2188:14: note: byref variable will be forcibly initialized ext4_lblk_t block, blocks; ^ /kisskb/src/fs/ext4/namei.c:2184:23: note: byref variable will be forcibly initialized struct ext4_filename fname; ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_delete_entry': /kisskb/src/fs/ext4/namei.c:2512:7: note: byref variable will be forcibly initialized int has_inline_data = 1; ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_find_delete_entry': /kisskb/src/fs/ext4/namei.c:3621:27: note: byref variable will be forcibly initialized struct ext4_dir_entry_2 *de; ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_init_new_dir': /kisskb/src/fs/ext4/namei.c:2751:14: note: byref variable will be forcibly initialized ext4_lblk_t block = 0; ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_empty_dir': /kisskb/src/fs/ext4/namei.c:2863:7: note: byref variable will be forcibly initialized int has_inline_data = 1; ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_orphan_add': /kisskb/src/fs/ext4/namei.c:2947:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_tmpfile': /kisskb/src/fs/ext4/namei.c:2682:11: note: byref variable will be forcibly initialized int err, retries = 0; ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_rename': /kisskb/src/fs/ext4/namei.c:3723:12: note: byref variable will be forcibly initialized handle_t *handle = NULL; ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_mknod': /kisskb/src/fs/ext4/namei.c:2648:20: note: byref variable will be forcibly initialized int err, credits, retries = 0; ^ /kisskb/src/fs/ext4/namei.c:2647:16: note: byref variable will be forcibly initialized struct inode *inode; ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_create': /kisskb/src/fs/ext4/namei.c:2613:20: note: byref variable will be forcibly initialized int err, credits, retries = 0; ^ /kisskb/src/fs/ext4/namei.c:2612:16: note: byref variable will be forcibly initialized struct inode *inode; ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_rmdir': /kisskb/src/fs/ext4/namei.c:3116:27: note: byref variable will be forcibly initialized struct ext4_dir_entry_2 *de; ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_mkdir': /kisskb/src/fs/ext4/namei.c:2792:30: note: byref variable will be forcibly initialized int err, err2 = 0, credits, retries = 0; ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_orphan_del': /kisskb/src/fs/ext4/namei.c:3083:20: note: byref variable will be forcibly initialized struct ext4_iloc iloc2; ^ /kisskb/src/fs/ext4/namei.c:3035:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_symlink': /kisskb/src/fs/ext4/namei.c:3310:16: note: byref variable will be forcibly initialized struct inode *inode; ^ /kisskb/src/fs/ext4/namei.c: In function '__ext4_unlink': /kisskb/src/fs/ext4/namei.c:3206:27: note: byref variable will be forcibly initialized struct ext4_dir_entry_2 *de; ^ /kisskb/src/fs/ext4/namei.c: In function '__ext4_link': /kisskb/src/fs/ext4/namei.c:3439:11: note: byref variable will be forcibly initialized int err, retries = 0; ^ /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:22: note: byref variable will be forcibly initialized const unsigned int *strengths; ^ /kisskb/src/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c:421:27: note: byref variable will be forcibly initialized unsigned int reg, shift, mask, val; ^ /kisskb/src/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c:421:20: note: byref variable will be forcibly initialized unsigned int reg, shift, mask, val; ^ /kisskb/src/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c:421:15: note: byref variable will be forcibly initialized 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:37: note: byref variable will be forcibly initialized 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:22: note: byref variable will be forcibly initialized const unsigned int *strengths; ^ /kisskb/src/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c:259:33: note: byref variable will be forcibly initialized unsigned int reg, shift, mask, val; ^ /kisskb/src/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c:259:27: note: byref variable will be forcibly initialized unsigned int reg, shift, mask, val; ^ /kisskb/src/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c:259:20: note: byref variable will be forcibly initialized unsigned int reg, shift, mask, val; ^ /kisskb/src/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c:259:15: note: byref variable will be forcibly initialized 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:26: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized u32 arg; ^ /kisskb/src/kernel/params.c: In function 'param_set_bool_enable_only': /kisskb/src/kernel/params.c:316:7: note: byref variable will be forcibly initialized bool new_value; ^ /kisskb/src/kernel/params.c: In function 'param_set_invbool': /kisskb/src/kernel/params.c:348:7: note: byref variable will be forcibly initialized bool boolval; ^ /kisskb/src/kernel/params.c: In function 'param_set_bint': /kisskb/src/kernel/params.c:375:7: note: byref variable will be forcibly initialized bool v; ^ /kisskb/src/kernel/params.c: In function 'param_array_get': /kisskb/src/kernel/params.c:458:22: note: byref variable will be forcibly initialized struct kernel_param p = *kp; ^ /kisskb/src/kernel/params.c: In function 'param_array': /kisskb/src/kernel/params.c:405:22: note: byref variable will be forcibly initialized struct kernel_param kp; ^ /kisskb/src/kernel/params.c: In function 'param_array_set': /kisskb/src/kernel/params.c:447:15: note: byref variable will be forcibly initialized unsigned int temp_num; ^ /kisskb/src/kernel/params.c: In function 'param_sysfs_builtin': /kisskb/src/kernel/params.c:816:7: note: byref variable will be forcibly initialized char modname[MODULE_NAME_LEN]; ^ /kisskb/src/kernel/params.c: In function 'parse_args': /kisskb/src/kernel/params.c:171:16: note: byref variable will be forcibly initialized char *param, *val, *err = NULL; ^ /kisskb/src/kernel/params.c:171:8: note: byref variable will be forcibly initialized char *param, *val, *err = NULL; ^ /kisskb/src/fs/ext4/page-io.c: In function 'ext4_finish_bio': /kisskb/src/fs/ext4/page-io.c:103:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ /kisskb/src/fs/ext4/page-io.c: In function 'ext4_do_flush_completed_IO': /kisskb/src/fs/ext4/page-io.c:242:19: note: byref variable will be forcibly initialized struct list_head unwritten; ^ /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:9: note: byref variable will be forcibly initialized 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:134:14: note: byref variable will be forcibly initialized const char *ref_clk_name; ^ In file included from /kisskb/src/include/linux/vmalloc.h:11:0, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:194, 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:10, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/gpio/gpiolib.c:6: /kisskb/src/drivers/gpio/gpiolib.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/gpio/gpiolib.c:6: /kisskb/src/drivers/gpio/gpiolib.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_hierarchy_irq_domain_alloc': /kisskb/src/drivers/gpio/gpiolib.c:1055:15: note: byref variable will be forcibly initialized unsigned int parent_type; ^ /kisskb/src/drivers/gpio/gpiolib.c:1054:15: note: byref variable will be forcibly initialized unsigned int parent_hwirq; ^ /kisskb/src/drivers/gpio/gpiolib.c:1051:15: note: byref variable will be forcibly initialized unsigned int type = IRQ_TYPE_NONE; ^ /kisskb/src/drivers/gpio/gpiolib.c:1050:18: note: byref variable will be forcibly initialized irq_hw_number_t hwirq; ^ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_set_hierarchical_irqchip': /kisskb/src/drivers/gpio/gpiolib.c:974:17: note: byref variable will be forcibly initialized unsigned int parent_type; ^ /kisskb/src/drivers/gpio/gpiolib.c:973:17: note: byref variable will be forcibly initialized unsigned int parent_hwirq; ^ /kisskb/src/drivers/gpio/gpiolib.c:972:22: note: byref variable will be forcibly initialized struct irq_fwspec fwspec; ^ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_to_irq': /kisskb/src/drivers/gpio/gpiolib.c:1349:21: note: byref variable will be forcibly initialized struct irq_fwspec spec; ^ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiod_get_array_value_complex': /kisskb/src/drivers/gpio/gpiolib.c:2553:17: note: byref variable will be forcibly initialized unsigned long fastpath[2 * BITS_TO_LONGS(FASTPATH_NGPIO)]; ^ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiod_set_array_value_complex': /kisskb/src/drivers/gpio/gpiolib.c:2836:17: note: byref variable will be forcibly initialized unsigned long fastpath[2 * BITS_TO_LONGS(FASTPATH_NGPIO)]; ^ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiod_get_index': /kisskb/src/drivers/gpio/gpiolib.c:3817:16: note: byref variable will be forcibly initialized unsigned long lookupflags = GPIO_LOOKUP_FLAGS_DEFAULT; ^ /kisskb/src/drivers/gpio/gpiolib.c: In function 'fwnode_get_named_gpiod': /kisskb/src/drivers/gpio/gpiolib.c:3927:25: note: byref variable will be forcibly initialized struct acpi_gpio_info info; ^ /kisskb/src/drivers/gpio/gpiolib.c:3913:16: note: byref variable will be forcibly initialized unsigned long lflags = GPIO_LOOKUP_FLAGS_DEFAULT; ^ /kisskb/src/drivers/gpio/gpiolib.c: In function 'fwnode_gpiod_get_index': /kisskb/src/drivers/gpio/gpiolib.c:3651:7: note: byref variable will be forcibly initialized char prop_name[32]; /* 32 is max size of property name */ ^ /kisskb/src/sound/pci/hda/hda_eld.c: In function 'hdmi_show_short_audio_desc': /kisskb/src/sound/pci/hda/hda_eld.c:375:7: note: byref variable will be forcibly initialized char buf2[8 + SND_PRINT_BITS_ADVISED_BUFSIZE] = ", bits ="; ^ /kisskb/src/sound/pci/hda/hda_eld.c:374:7: note: byref variable will be forcibly initialized char buf[SND_PRINT_RATES_ADVISED_BUFSIZE]; ^ /kisskb/src/sound/pci/hda/hda_eld.c: In function 'snd_hdmi_show_eld': /kisskb/src/sound/pci/hda/hda_eld.c:405:8: note: byref variable will be forcibly initialized char buf[SND_PRINT_CHANNEL_ALLOCATION_ADVISED_BUFSIZE]; ^ /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c: In function 'mtk_eint_irq_release_resources': /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c:268:15: note: byref variable will be forcibly initialized unsigned int gpio_n; ^ /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c:267:20: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized unsigned int gpio_n; ^ /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c:237:20: note: byref variable will be forcibly initialized struct gpio_chip *gpio_c; ^ In file included from /kisskb/src/include/linux/gpio/driver.h:5:0, 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:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/kernel/kthread.c: In function '__kthread_create_on_node': /kisskb/src/kernel/kthread.c:374:8: note: byref variable will be forcibly initialized char name[TASK_COMM_LEN]; ^ In file included from /kisskb/src/include/linux/mm_types.h:12:0, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/kernel/kthread.c:11: /kisskb/src/kernel/kthread.c:335:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(done); ^ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^ /kisskb/src/kernel/kthread.c: In function 'kthread_probe_data': /kisskb/src/kernel/kthread.c:203:8: note: byref variable will be forcibly initialized void *data = NULL; ^ /kisskb/src/kernel/kthread.c: In function 'kthread_create_on_node': /kisskb/src/kernel/kthread.c:423:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/kernel/kthread.c: In function 'kthread_create_worker': /kisskb/src/kernel/kthread.c:798:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/kernel/kthread.c: In function 'kthread_create_worker_on_cpu': /kisskb/src/kernel/kthread.c:848:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/kernel/kthread.c: In function '__kthread_cancel_work_sync': /kisskb/src/kernel/kthread.c:1173:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/kernel/kthread.c: In function 'kthread_mod_delayed_work': /kisskb/src/kernel/kthread.c:1145:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c: In function 'mtk_gpio_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:817:15: note: byref variable will be forcibly initialized 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:796:15: note: byref variable will be forcibly initialized unsigned int read_val = 0; ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:794:15: note: byref variable will be forcibly initialized 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:72:15: note: byref variable will be forcibly initialized 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:500:15: note: byref variable will be forcibly initialized unsigned int num_configs; ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:499:17: note: byref variable will be forcibly initialized unsigned long *configs; ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:497:6: note: byref variable will be forcibly initialized 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:593:11: note: byref variable will be forcibly initialized unsigned reserved_maps; ^ In file included from /kisskb/src/include/linux/gpio/driver.h:5:0, 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:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/ext4/readpage.c: In function '__read_end_io': /kisskb/src/fs/ext4/readpage.c:74:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ /kisskb/src/sound/pci/hda/hda_tegra.c: In function 'hda_tegra_probe': /kisskb/src/sound/pci/hda/hda_tegra.c:440:19: note: byref variable will be forcibly initialized struct snd_card *card; ^ /kisskb/src/fs/ext4/readpage.c: In function 'ext4_mpage_readpages': /kisskb/src/fs/ext4/readpage.c:242:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^ /kisskb/src/drivers/phy/mscc/phy-ocelot-serdes.c: In function '__serdes_write_mcb_s1g': /kisskb/src/drivers/phy/mscc/phy-ocelot-serdes.c:270:15: note: byref variable will be forcibly initialized unsigned int regval; ^ /kisskb/src/drivers/phy/mscc/phy-ocelot-serdes.c: In function '__serdes_write_mcb_s6g': /kisskb/src/drivers/phy/mscc/phy-ocelot-serdes.c:38:15: note: byref variable will be forcibly initialized unsigned int regval = 0; ^ /kisskb/src/fs/ext4/resize.c: In function 'verify_reserved_gdb': /kisskb/src/fs/ext4/resize.c:752:11: note: byref variable will be forcibly initialized unsigned seven = 7; ^ /kisskb/src/fs/ext4/resize.c:751:11: note: byref variable will be forcibly initialized unsigned five = 5; ^ /kisskb/src/fs/ext4/resize.c:750:11: note: byref variable will be forcibly initialized unsigned three = 1; ^ In file included from /kisskb/src/fs/ext4/resize.c:16:0: /kisskb/src/fs/ext4/resize.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/ext4/resize.c: In function 'verify_group_input': /kisskb/src/fs/ext4/resize.c:127:35: note: byref variable will be forcibly initialized ext4_grpblk_t free_blocks_count, offset; ^ /kisskb/src/fs/ext4/resize.c: In function 'ext4_setup_next_flex_gd': /kisskb/src/fs/ext4/resize.c:1568:16: note: byref variable will be forcibly initialized ext4_grpblk_t last; ^ /kisskb/src/fs/ext4/resize.c:1566:15: note: byref variable will be forcibly initialized ext4_group_t group; ^ /kisskb/src/fs/ext4/resize.c:1565:15: note: byref variable will be forcibly initialized ext4_group_t n_group; ^ /kisskb/src/fs/ext4/resize.c: In function 'reserve_backup_gdb': /kisskb/src/fs/ext4/resize.c:988:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/resize.c: In function 'update_backups': /kisskb/src/fs/ext4/resize.c:1102:11: note: byref variable will be forcibly initialized unsigned seven = 7; ^ /kisskb/src/fs/ext4/resize.c:1101:11: note: byref variable will be forcibly initialized unsigned five = 5; ^ /kisskb/src/fs/ext4/resize.c:1100:11: note: byref variable will be forcibly initialized unsigned three = 1; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/ext4/resize.c:16: /kisskb/src/fs/ext4/resize.c: In function 'add_new_gdb_meta_bg': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/ext4/resize.c:961:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(EXT4_SB(sb)->s_group_desc, n_group_desc); ^ /kisskb/src/fs/ext4/resize.c: In function 'add_new_gdb': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/ext4/resize.c:898:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(EXT4_SB(sb)->s_group_desc, n_group_desc); ^ /kisskb/src/fs/ext4/resize.c: In function 'ext4_flex_group_add': /kisskb/src/fs/ext4/resize.c:1474:15: note: byref variable will be forcibly initialized ext4_group_t group; ^ /kisskb/src/fs/ext4/resize.c:1473:16: note: byref variable will be forcibly initialized ext4_grpblk_t last; ^ /kisskb/src/fs/ext4/resize.c: In function 'ext4_group_add': /kisskb/src/fs/ext4/resize.c:1642:8: note: byref variable will be forcibly initialized __u16 bg_flags = 0; ^ /kisskb/src/fs/ext4/resize.c:1634:34: note: byref variable will be forcibly initialized struct ext4_new_flex_group_data flex_gd; ^ /kisskb/src/fs/ext4/resize.c: In function 'ext4_group_extend': /kisskb/src/fs/ext4/resize.c:1773:15: note: byref variable will be forcibly initialized ext4_group_t group; ^ /kisskb/src/fs/ext4/resize.c:1769:16: note: byref variable will be forcibly initialized ext4_grpblk_t last; ^ /kisskb/src/fs/ext4/resize.c: In function 'ext4_resize_fs': /kisskb/src/fs/ext4/resize.c:1940:15: note: byref variable will be forcibly initialized ext4_group_t o_group; ^ /kisskb/src/fs/ext4/resize.c:1937:21: note: byref variable will be forcibly initialized ext4_grpblk_t add, offset; ^ /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:190:23: note: byref variable will be forcibly initialized struct mtk_pin_field pf; ^ /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:213:23: note: byref variable will be forcibly initialized 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:298:6: note: byref variable will be forcibly initialized int value, err; ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:297:15: note: byref variable will be forcibly initialized unsigned int gpio_n; ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:296:20: note: byref variable will be forcibly initialized struct gpio_chip *gpio_chip; ^ /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:663:15: note: byref variable will be forcibly initialized int err, pu, pd; ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:663:11: note: byref variable will be forcibly initialized 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:709:15: note: byref variable will be forcibly initialized int err, r0, r1; ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:709:11: note: byref variable will be forcibly initialized 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:318:15: note: byref variable will be forcibly initialized unsigned int gpio_n; ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:317:20: note: byref variable will be forcibly initialized 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:427:9: note: byref variable will be forcibly initialized int v, v2; ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:427:6: note: byref variable will be forcibly initialized 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:470:16: note: byref variable will be forcibly initialized 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:499:6: note: byref variable will be forcibly initialized 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:538:11: note: byref variable will be forcibly initialized int err, v; ^ /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:816:17: note: byref variable will be forcibly initialized int err, val1, val2; ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:816:11: note: byref variable will be forcibly initialized 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:863:11: note: byref variable will be forcibly initialized 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:940:9: note: byref variable will be forcibly initialized u32 t, t2; ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:940:6: note: byref variable will be forcibly initialized 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:1009:14: note: byref variable will be forcibly initialized u32 en, e0, e1; ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:1009:10: note: byref variable will be forcibly initialized u32 en, e0, e1; ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:1009:6: note: byref variable will be forcibly initialized u32 en, e0, e1; ^ /kisskb/src/drivers/gpio/gpiolib-devres.c: In function 'devm_gpiod_get_index': /kisskb/src/drivers/gpio/gpiolib-devres.c:99:20: note: byref variable will be forcibly initialized struct gpio_desc *desc; ^ /kisskb/src/drivers/gpio/gpiolib-devres.c: In function 'devm_gpiod_get_from_of_node': /kisskb/src/drivers/gpio/gpiolib-devres.c:154:20: note: byref variable will be forcibly initialized struct gpio_desc *desc; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/balloon_compaction.c:9: /kisskb/src/mm/balloon_compaction.c: In function 'balloon_page_dequeue': /kisskb/src/mm/balloon_compaction.c:180:12: note: byref variable will be forcibly initialized LIST_HEAD(pages); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/sound/hda/hda_bus_type.c: In function 'hda_uevent': /kisskb/src/sound/hda/hda_bus_type.c:70:7: note: byref variable will be forcibly initialized char modalias[32]; ^ /kisskb/src/sound/hda/hdac_bus.c: In function 'snd_hdac_bus_exec_verb_unlocked': /kisskb/src/sound/hda/hdac_bus.c:110:15: note: byref variable will be forcibly initialized unsigned int tmp; ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c: In function 'mtk_hw_get_value_wrap': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:544:6: note: byref variable will be forcibly initialized int value, err; ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c: In function 'mtk_pinconf_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:82:24: note: byref variable will be forcibly initialized int pullup, err, reg, ret = 1; ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:82:6: note: byref variable will be forcibly initialized int pullup, err, reg, 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:400:6: note: byref variable will be forcibly initialized u32 pinfunc, pin, func; ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:399:17: note: byref variable will be forcibly initialized unsigned long *configs; ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:397:15: note: byref variable will be forcibly initialized 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:493:11: note: byref variable will be forcibly initialized unsigned reserved_maps; ^ In file included from /kisskb/src/include/linux/gpio/driver.h:5:0, 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:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c: In function 'mtk_gpio_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:795:6: note: byref variable will be forcibly initialized 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:767:6: note: byref variable will be forcibly initialized 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:582:22: note: byref variable will be forcibly initialized int pinmux, pullup, pullen, len = 0, r1 = -1, r0 = -1; ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:582:14: note: byref variable will be forcibly initialized int pinmux, pullup, pullen, len = 0, r1 = -1, r0 = -1; ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c: In function 'mtk_pctrl_dbg_show': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:642:7: note: byref variable will be forcibly initialized char buf[PIN_DBG_BUF_SZ]; ^ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpio_flags_quirks': /kisskb/src/drivers/gpio/gpiolib-of.c:183:7: note: byref variable will be forcibly initialized u32 cs; ^ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_get_named_gpiod_flags': /kisskb/src/drivers/gpio/gpiolib-of.c:242:25: note: byref variable will be forcibly initialized struct of_phandle_args gpiospec; ^ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_find_spi_gpio': /kisskb/src/drivers/gpio/gpiolib-of.c:375:7: note: byref variable will be forcibly initialized char prop_name[32]; /* 32 is max size of property name */ ^ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_find_regulator_gpio': /kisskb/src/drivers/gpio/gpiolib-of.c:438:14: note: byref variable will be forcibly initialized const char *whitelist[] = { ^ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpiochip_init_valid_mask': /kisskb/src/drivers/gpio/gpiolib-of.c:903:13: note: byref variable will be forcibly initialized u32 start, count; ^ /kisskb/src/drivers/gpio/gpiolib-of.c:903:6: note: byref variable will be forcibly initialized u32 start, count; ^ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_parse_own_gpio': /kisskb/src/drivers/gpio/gpiolib-of.c:587:6: note: byref variable will be forcibly initialized u32 tmp; ^ /kisskb/src/drivers/gpio/gpiolib-of.c:584:25: note: byref variable will be forcibly initialized struct of_phandle_args gpiospec; ^ /kisskb/src/drivers/gpio/gpiolib-of.c:583:21: note: byref variable will be forcibly initialized enum of_gpio_flags xlate_flags; ^ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpiochip_add_hog': /kisskb/src/drivers/gpio/gpiolib-of.c:655:14: note: byref variable will be forcibly initialized const char *name; ^ /kisskb/src/drivers/gpio/gpiolib-of.c:654:16: note: byref variable will be forcibly initialized unsigned long lflags; ^ /kisskb/src/drivers/gpio/gpiolib-of.c:652:19: note: byref variable will be forcibly initialized 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:929:14: note: byref variable will be forcibly initialized const char *name; ^ /kisskb/src/drivers/gpio/gpiolib-of.c:926:25: note: byref variable will be forcibly initialized struct of_phandle_args pinspec; ^ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpio_get_count': /kisskb/src/drivers/gpio/gpiolib-of.c:62:7: note: byref variable will be forcibly initialized 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:21: note: byref variable will be forcibly initialized enum of_gpio_flags flags; ^ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_find_gpio': /kisskb/src/drivers/gpio/gpiolib-of.c:496:21: note: byref variable will be forcibly initialized enum of_gpio_flags of_flags; ^ /kisskb/src/drivers/gpio/gpiolib-of.c:495:7: note: byref variable will be forcibly initialized char prop_name[32]; /* 32 is max size of property name */ ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/kprobes.h:21, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/kernel/notifier.c:44:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*nl, n->next); ^ /kisskb/src/kernel/notifier.c: In function 'notifier_chain_register': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/kernel/notifier.c:35:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*nl, n); ^ /kisskb/src/kernel/notifier.c: In function 'notify_die': /kisskb/src/kernel/notifier.c:538:18: note: byref variable will be forcibly initialized struct die_args args = { ^ /kisskb/src/sound/hda/hdac_device.c: In function 'codec_read': /kisskb/src/sound/hda/hdac_device.c:991:15: note: byref variable will be forcibly initialized unsigned int res; ^ In file included from /kisskb/src/sound/hda/hdac_device.c:13:0: /kisskb/src/sound/hda/hdac_device.c: In function 'snd_hdac_read_parm': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/sound/hda/hdac_device.c: In function 'get_num_conns': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/hda/hdac_device.c: In function 'query_pcm_param': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/hda/hdac_device.c: In function 'query_stream_param': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/hda/hdac_device.c: In function 'snd_hdac_read_parm_uncached': /kisskb/src/sound/hda/hdac_device.c:315:20: note: byref variable will be forcibly initialized unsigned int cmd, val; ^ /kisskb/src/sound/hda/hdac_device.c: In function 'snd_hdac_get_sub_nodes': /kisskb/src/sound/hda/hdac_device.c:315:20: note: byref variable will be forcibly initialized In file included from /kisskb/src/sound/hda/hdac_device.c:13:0: /kisskb/src/sound/hda/hdac_device.c: In function 'setup_fg_nodes': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/sound/hda/hdac_device.c:377:12: note: byref variable will be forcibly initialized hda_nid_t nid; ^ /kisskb/src/sound/hda/hdac_device.c: In function 'snd_hdac_refresh_widgets': /kisskb/src/sound/hda/hdac_device.c:406:12: note: byref variable will be forcibly initialized hda_nid_t start_nid; ^ In file included from /kisskb/src/sound/hda/hdac_device.c:13:0: /kisskb/src/sound/hda/hdac_device.c: In function 'snd_hdac_device_init': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/hda/hdac_device.c: In function 'snd_hdac_get_connections': /kisskb/src/sound/hda/hdac_device.c:467:15: note: byref variable will be forcibly initialized unsigned int parm; ^ In file included from /kisskb/src/sound/hda/hdac_device.c:13:0: /kisskb/src/sound/hda/hdac_device.c: In function 'snd_hdac_query_supported_pcm': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized unsigned int val; ^ In file included from /kisskb/src/mm/page_reporting.h:9:0, from /kisskb/src/mm/page_reporting.c:10: /kisskb/src/mm/page_reporting.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/mm/page_reporting.c: In function 'page_reporting_process_zone': /kisskb/src/mm/page_reporting.c:226:36: note: byref variable will be forcibly initialized unsigned int order, mt, leftover, offset = PAGE_REPORTING_CAPACITY; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/mm/page_reporting.c:2: /kisskb/src/mm/page_reporting.c: In function 'page_reporting_register': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/mm/page_reporting.c:335:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(pr_dev_info, prdev); ^ In file included from /kisskb/src/fs/ext4/super.c:50:0: /kisskb/src/fs/ext4/super.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2320:4: note: byref variable will be forcibly initialized } desc; ^ In file included from /kisskb/src/include/linux/bvec.h:14:0, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:19, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/fs/ext4/super.c:27: /kisskb/src/fs/ext4/super.c: In function 'kvmalloc_array': /kisskb/src/include/linux/mm.h:798:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/ext4/super.c: In function 'ext4_group_desc_csum': /kisskb/src/fs/ext4/super.c:2792:9: note: byref variable will be forcibly initialized __u16 dummy_csum = 0; ^ /kisskb/src/fs/ext4/super.c:2786:9: note: byref variable will be forcibly initialized __le32 le_group = cpu_to_le32(block_group); ^ /kisskb/src/fs/ext4/super.c: In function 'ext4_run_li_request': /kisskb/src/fs/ext4/super.c:3413:15: note: byref variable will be forcibly initialized unsigned int prefetch_ios = 0; ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'chipinfo_get': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1987:23: note: byref variable will be forcibly initialized struct gpiochip_info chipinfo; ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_unwatch': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2087:8: note: byref variable will be forcibly initialized __u32 offset; ^ /kisskb/src/fs/ext4/super.c: In function 'ext4_sync_fs': /kisskb/src/fs/ext4/super.c:5685:8: note: byref variable will be forcibly initialized tid_t target; ^ /kisskb/src/fs/ext4/super.c: In function 'get_sb_block': /kisskb/src/fs/ext4/super.c:1802:9: note: byref variable will be forcibly initialized char *options = (char *) *data; ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_changed_notify': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2157:35: note: byref variable will be forcibly initialized struct gpio_v2_line_info_changed chg; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, from /kisskb/src/include/linux/gpio/driver.h:7, from /kisskb/src/include/asm-generic/gpio.h:11, from /kisskb/src/include/linux/gpio.h:62, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:13: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/device.h:29:0, from /kisskb/src/include/linux/cdev.h:8, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:7: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_get_v1': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2019:27: note: byref variable will be forcibly initialized struct gpio_v2_line_info lineinfo_v2; ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c:2018:23: note: byref variable will be forcibly initialized struct gpioline_info lineinfo; ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_get': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2054:27: note: byref variable will be forcibly initialized struct gpio_v2_line_info lineinfo; ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linehandle_set_config': /kisskb/src/drivers/gpio/gpiolib-cdev.c:153:27: note: byref variable will be forcibly initialized struct gpiohandle_config gcnf; ^ In file included from /kisskb/src/include/linux/atomic.h:5:0, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:4: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_get_values': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1000:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(vals, GPIO_V2_LINES_MAX); ^ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c:999:29: note: byref variable will be forcibly initialized struct gpio_v2_line_values lv; ^ In file included from /kisskb/src/include/linux/atomic.h:5:0, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:4: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linehandle_ioctl': /kisskb/src/drivers/gpio/gpiolib-cdev.c:199:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(vals, GPIOHANDLES_MAX); ^ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c:198:25: note: byref variable will be forcibly initialized struct gpiohandle_data ghd; ^ /kisskb/src/fs/ext4/super.c: In function '__ext4_msg': /kisskb/src/fs/ext4/super.c:897:10: note: byref variable will be forcibly initialized va_list args; ^ In file included from /kisskb/src/include/linux/atomic.h:5:0, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:4: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_set_values_unlocked': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1061:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(vals, GPIO_V2_LINES_MAX); ^ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linehandle_create': /kisskb/src/drivers/gpio/gpiolib-cdev.c:287:28: note: byref variable will be forcibly initialized struct gpiohandle_request handlereq; ^ /kisskb/src/fs/ext4/super.c: In function '__ext4_error': /kisskb/src/fs/ext4/super.c:739:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineevent_ioctl': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1602:25: note: byref variable will be forcibly initialized struct gpiohandle_data ghd; ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineevent_irq_thread': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1649:24: note: byref variable will be forcibly initialized struct gpioevent_data ge; ^ /kisskb/src/fs/ext4/super.c: In function '__ext4_error_inode': /kisskb/src/fs/ext4/super.c:761:10: note: byref variable will be forcibly initialized va_list args; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:7: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineevent_read': /kisskb/src/include/linux/wait.h:750:14: note: byref variable will be forcibly initialized DEFINE_WAIT(__wait); \ ^ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^ /kisskb/src/include/linux/wait.h:750:2: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(__wait); \ ^ /kisskb/src/include/linux/wait.h:789:9: note: in expansion of macro '__wait_event_interruptible_locked' ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr)) ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c:1552:10: note: in expansion of macro 'wait_event_interruptible_locked' ret = wait_event_interruptible_locked(le->wait, ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c:1518:24: note: byref variable will be forcibly initialized struct gpioevent_data ge; ^ /kisskb/src/fs/ext4/super.c: In function '__ext4_error_file': /kisskb/src/fs/ext4/super.c:795:7: note: byref variable will be forcibly initialized char pathname[80], *path; ^ /kisskb/src/fs/ext4/super.c:792:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/ext4/super.c: In function '__ext4_std_error': /kisskb/src/fs/ext4/super.c:872:7: note: byref variable will be forcibly initialized char nbuf[16]; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:7: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_read': /kisskb/src/include/linux/wait.h:750:14: note: byref variable will be forcibly initialized DEFINE_WAIT(__wait); \ ^ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^ /kisskb/src/include/linux/wait.h:750:2: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(__wait); \ ^ /kisskb/src/include/linux/wait.h:789:9: note: in expansion of macro '__wait_event_interruptible_locked' ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr)) ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c:1250:10: note: in expansion of macro 'wait_event_interruptible_locked' ret = wait_event_interruptible_locked(lr->wait, ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c:1230:28: note: byref variable will be forcibly initialized struct gpio_v2_line_event le; ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_watch_read': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2252:33: note: byref variable will be forcibly initialized struct gpioline_info_changed event_v1; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:7: /kisskb/src/include/linux/wait.h:750:14: note: byref variable will be forcibly initialized DEFINE_WAIT(__wait); \ ^ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^ /kisskb/src/include/linux/wait.h:750:2: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(__wait); \ ^ /kisskb/src/include/linux/wait.h:789:9: note: in expansion of macro '__wait_event_interruptible_locked' ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr)) ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c:2221:10: note: in expansion of macro 'wait_event_interruptible_locked' ret = wait_event_interruptible_locked(cdev->wait, ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c:2197:35: note: byref variable will be forcibly initialized struct gpio_v2_line_info_changed event; ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineevent_create': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1709:27: note: byref variable will be forcibly initialized struct gpioevent_request eventreq; ^ /kisskb/src/fs/ext4/super.c: In function 'ext4_quota_write': /kisskb/src/fs/ext4/super.c:6542:6: note: byref variable will be forcibly initialized int retries = 0; ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_set_values': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1102:29: note: byref variable will be forcibly initialized struct gpio_v2_line_values lv; ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'debounce_work_func': /kisskb/src/drivers/gpio/gpiolib-cdev.c:651:28: note: byref variable will be forcibly initialized struct gpio_v2_line_event le; ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'edge_irq_thread': /kisskb/src/drivers/gpio/gpiolib-cdev.c:553:28: note: byref variable will be forcibly initialized struct gpio_v2_line_event le; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/ext4/super.c:20: /kisskb/src/fs/ext4/super.c: In function 'set_qf_name': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/ext4/super.c:1865:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sbi->s_qf_names[qtype], qname); ^ /kisskb/src/fs/ext4/super.c: In function 'clear_qf_name': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/ext4/super.c:1884:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sbi->s_qf_names[qtype], NULL); ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_set_config': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1166:29: note: byref variable will be forcibly initialized struct gpio_v2_line_config lc; ^ /kisskb/src/fs/ext4/super.c: In function 'handle_mount_opt': /kisskb/src/fs/ext4/super.c:2255:15: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/ext4/super.c:2100:6: note: byref variable will be forcibly initialized int arg = 0; ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_create': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1315:30: note: byref variable will be forcibly initialized struct gpio_v2_line_request ulr; ^ /kisskb/src/fs/ext4/super.c: In function 'parse_options': /kisskb/src/fs/ext4/super.c:2419:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^ /kisskb/src/fs/ext4/super.c: In function '__ext4_warning': /kisskb/src/fs/ext4/super.c:921:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/ext4/super.c: In function 'ext4_clear_journal_err': /kisskb/src/fs/ext4/super.c:5650:8: note: byref variable will be forcibly initialized char nbuf[16]; ^ /kisskb/src/fs/ext4/super.c: In function '__ext4_warning_inode': /kisskb/src/fs/ext4/super.c:938:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/ext4/super.c: In function '__ext4_grp_locked_error': /kisskb/src/fs/ext4/super.c:960:10: note: byref variable will be forcibly initialized va_list args; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/ext4/super.c:20: /kisskb/src/fs/ext4/super.c: In function 'ext4_alloc_flex_bg_array': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/ext4/super.c:2740:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sbi->s_flex_groups, new_groups); ^ /kisskb/src/fs/ext4/super.c: In function 'ext4_remount': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/ext4/super.c:6092:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sbi->s_qf_names[i], old_opts.s_qf_names[i]); ^ /kisskb/src/fs/ext4/super.c:5811:15: note: byref variable will be forcibly initialized unsigned int journal_ioprio = DEFAULT_JOURNAL_IOPRIO; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/ext4/super.c:20: /kisskb/src/fs/ext4/super.c: In function 'ext4_fill_super': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/ext4/super.c:4665:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(sbi->s_group_desc, ^ /kisskb/src/fs/ext4/super.c:4029:15: note: byref variable will be forcibly initialized ext4_group_t first_not_zeroed; ^ /kisskb/src/fs/ext4/super.c:4028:15: note: byref variable will be forcibly initialized unsigned int journal_ioprio = DEFAULT_JOURNAL_IOPRIO; ^ /kisskb/src/fs/ext4/super.c:4017:16: note: byref variable will be forcibly initialized unsigned long journal_devnum = 0; ^ /kisskb/src/drivers/phy/socionext/phy-uniphier-usb3hs.c: In function 'uniphier_u3hsphy_update_config': /kisskb/src/drivers/phy/socionext/phy-uniphier-usb3hs.c:145:37: note: byref variable will be forcibly initialized struct uniphier_u3hsphy_trim_param trim; ^ /kisskb/src/drivers/phy/socionext/phy-uniphier-usb3hs.c: In function 'uniphier_u3hsphy_init': /kisskb/src/drivers/phy/socionext/phy-uniphier-usb3hs.c:255:6: note: byref variable will be forcibly initialized u32 config0, config1; ^ In file included from /kisskb/src/include/linux/cred.h:11:0, from /kisskb/src/kernel/cred.c:8: /kisskb/src/kernel/cred.c: In function 'cap_drop': /kisskb/src/include/linux/capability.h:137:15: note: byref variable will be forcibly initialized kernel_cap_t dest; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/kernel/cred.c:491:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(task->cred, new); ^ /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/kernel/cred.c:490:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(task->real_cred, new); ^ /kisskb/src/kernel/cred.c: In function 'override_creds': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/kernel/cred.c:568:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(current->cred, new); ^ /kisskb/src/kernel/cred.c: In function 'revert_creds': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/kernel/cred.c:596:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(current->cred, old); ^ In file included from /kisskb/src/sound/hda/hdac_sysfs.c:10:0: /kisskb/src/sound/hda/hdac_sysfs.c: In function 'snd_hdac_read_parm': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/sound/hda/hdac_sysfs.c: In function 'gpio_caps_show': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/hda/hdac_sysfs.c: In function 'power_caps_show': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/hda/hdac_sysfs.c: In function 'amp_out_caps_show': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/hda/hdac_sysfs.c: In function 'amp_in_caps_show': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/hda/hdac_sysfs.c: In function 'has_pcm_cap': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/hda/hdac_sysfs.c: In function 'pcm_formats_show': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/hda/hdac_sysfs.c: In function 'pcm_caps_show': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/hda/hdac_sysfs.c: In function 'pin_caps_show': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/hda/hdac_sysfs.c: In function 'caps_show': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized /kisskb/src/sound/hda/hdac_sysfs.c: In function 'connections_show': /kisskb/src/sound/hda/hdac_sysfs.c:256:12: note: byref variable will be forcibly initialized hda_nid_t list[32]; ^ In file included from /kisskb/src/sound/hda/hdac_sysfs.c:10:0: /kisskb/src/sound/hda/hdac_sysfs.c: In function 'pin_cfg_show': /kisskb/src/include/sound/hdaudio.h:169:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/sound/hda/hdac_sysfs.c:179:15: note: byref variable will be forcibly initialized unsigned int val; ^ In file included from /kisskb/src/sound/hda/hdac_sysfs.c:6:0: /kisskb/src/sound/hda/hdac_sysfs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/sound/hda/hdac_sysfs.c: In function 'get_codec_nid': /kisskb/src/sound/hda/hdac_sysfs.c:99:6: note: byref variable will be forcibly initialized int nid; ^ /kisskb/src/sound/hda/hdac_sysfs.c: In function 'widget_attr_store': /kisskb/src/sound/hda/hdac_sysfs.c:99:6: note: byref variable will be forcibly initialized /kisskb/src/sound/hda/hdac_sysfs.c: In function 'widget_attr_show': /kisskb/src/sound/hda/hdac_sysfs.c:99:6: note: byref variable will be forcibly initialized /kisskb/src/fs/ext4/sysfs.c: In function 'reserved_clusters_store': /kisskb/src/fs/ext4/sysfs.c:100:21: note: byref variable will be forcibly initialized unsigned long long val; ^ /kisskb/src/fs/ext4/sysfs.c: In function 'inode_readahead_blks_store': /kisskb/src/fs/ext4/sysfs.c:83:16: note: byref variable will be forcibly initialized unsigned long t; ^ /kisskb/src/fs/ext4/sysfs.c: In function 'ext4_attr_store': /kisskb/src/fs/ext4/sysfs.c:437:16: note: byref variable will be forcibly initialized unsigned long t; ^ /kisskb/src/kernel/reboot.c: In function 'cpu_store': /kisskb/src/kernel/reboot.c:759:15: note: byref variable will be forcibly initialized unsigned int cpunum; ^ /kisskb/src/kernel/reboot.c: In function '__do_sys_reboot': /kisskb/src/kernel/reboot.c:316:7: note: byref variable will be forcibly initialized char buffer[256]; ^ /kisskb/src/drivers/pinctrl/cirrus/pinctrl-lochnagar.c: In function 'lochnagar2_get_gpio_chan': /kisskb/src/drivers/pinctrl/cirrus/pinctrl-lochnagar.c:796:15: note: byref variable will be forcibly initialized unsigned int val; ^ In file included from /kisskb/src/include/linux/gpio/driver.h:5:0, 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:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/sound/hda/hdac_regmap.c: In function 'hda_reg_read_stereo_amp': /kisskb/src/sound/hda/hdac_regmap.c:160:21: note: byref variable will be forcibly initialized unsigned int left, right; ^ /kisskb/src/sound/hda/hdac_regmap.c:160:15: note: byref variable will be forcibly initialized unsigned int left, right; ^ /kisskb/src/sound/hda/hdac_regmap.c: In function 'reg_raw_update': /kisskb/src/sound/hda/hdac_regmap.c:516:7: note: byref variable will be forcibly initialized bool change; ^ /kisskb/src/sound/hda/hdac_regmap.c:515:15: note: byref variable will be forcibly initialized unsigned int orig; ^ /kisskb/src/sound/hda/hdac_regmap.c: In function 'reg_raw_update_once': /kisskb/src/sound/hda/hdac_regmap.c:560:15: note: byref variable will be forcibly initialized unsigned int orig; ^ /kisskb/src/sound/hda/hdac_controller.c: In function 'snd_hdac_bus_get_response': /kisskb/src/sound/hda/hdac_controller.c:246:21: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^ /kisskb/src/drivers/gpio/gpiolib-sysfs.c: In function 'active_low_store': /kisskb/src/drivers/gpio/gpiolib-sysfs.c:352:9: note: byref variable will be forcibly initialized long value; ^ /kisskb/src/drivers/gpio/gpiolib-sysfs.c: In function 'value_store': /kisskb/src/drivers/gpio/gpiolib-sysfs.c:136:9: note: byref variable will be forcibly initialized long value; ^ /kisskb/src/drivers/gpio/gpiolib-sysfs.c: In function 'unexport_store': /kisskb/src/drivers/gpio/gpiolib-sysfs.c:505:9: note: byref variable will be forcibly initialized long gpio; ^ /kisskb/src/drivers/gpio/gpiolib-sysfs.c: In function 'export_store': /kisskb/src/drivers/gpio/gpiolib-sysfs.c:458:9: note: byref variable will be forcibly initialized long gpio; ^ /kisskb/src/sound/hda/hdac_stream.c: In function 'snd_hdac_stream_setup_periods': /kisskb/src/sound/hda/hdac_stream.c:419:10: note: byref variable will be forcibly initialized __le32 *bdl; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/async.h:14, from /kisskb/src/kernel/async.c:47: /kisskb/src/kernel/async.c: In function 'async_synchronize_cookie_domain': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/kernel/async.c:297:2: note: in expansion of macro 'wait_event' wait_event(async_done, lowest_in_progress(domain) >= cookie); ^ /kisskb/src/drivers/pinctrl/cirrus/pinctrl-madera-core.c: In function 'madera_pin_conf_get': /kisskb/src/drivers/pinctrl/cirrus/pinctrl-madera-core.c:746:15: note: byref variable will be forcibly initialized 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:517:15: note: byref variable will be forcibly initialized unsigned int conf[2]; ^ In file included from /kisskb/src/include/linux/platform_device.h:13:0, from /kisskb/src/drivers/pinctrl/visconti/pinctrl-common.c:11: /kisskb/src/drivers/pinctrl/visconti/pinctrl-common.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/gpio/gpiolib-acpi.c: In function 'acpi_gpio_in_ignore_list': /kisskb/src/drivers/gpio/gpiolib-acpi.c:274:8: note: byref variable will be forcibly initialized char *endp; ^ /kisskb/src/drivers/gpio/gpiolib-acpi.c: In function 'acpi_gpio_property_lookup': /kisskb/src/drivers/gpio/gpiolib-acpi.c:753:15: note: byref variable will be forcibly initialized unsigned int quirks = 0; ^ /kisskb/src/drivers/gpio/gpiolib-acpi.c:752:31: note: byref variable will be forcibly initialized struct fwnode_reference_args args; ^ /kisskb/src/drivers/gpio/gpiolib-acpi.c: In function 'acpi_gpio_resource_lookup': /kisskb/src/drivers/gpio/gpiolib-acpi.c:727:19: note: byref variable will be forcibly initialized struct list_head res_list; ^ /kisskb/src/drivers/gpio/gpiolib-acpi.c: In function 'acpi_get_gpiod_by_index': /kisskb/src/drivers/gpio/gpiolib-acpi.c:814:26: note: byref variable will be forcibly initialized struct acpi_gpio_lookup lookup; ^ /kisskb/src/drivers/gpio/gpiolib-acpi.c: In function 'acpi_get_gpiod': /kisskb/src/drivers/gpio/gpiolib-acpi.c:117:14: note: byref variable will be forcibly initialized acpi_handle handle; ^ /kisskb/src/drivers/gpio/gpiolib-acpi.c: In function 'acpi_gpio_adr_space_handler': /kisskb/src/drivers/gpio/gpiolib-acpi.c:1030:24: note: byref variable will be forcibly initialized struct acpi_resource *ares; ^ /kisskb/src/drivers/gpio/gpiolib-acpi.c: In function 'acpi_gpiochip_parse_own_gpio': /kisskb/src/drivers/gpio/gpiolib-acpi.c:1171:6: note: byref variable will be forcibly initialized u32 gpios[2]; ^ /kisskb/src/drivers/gpio/gpiolib-acpi.c: In function 'acpi_gpiochip_scan_gpios': /kisskb/src/drivers/gpio/gpiolib-acpi.c:1213:15: note: byref variable will be forcibly initialized const char *name; ^ /kisskb/src/drivers/gpio/gpiolib-acpi.c:1211:20: note: byref variable will be forcibly initialized enum gpiod_flags dflags; ^ /kisskb/src/drivers/gpio/gpiolib-acpi.c:1210:17: note: byref variable will be forcibly initialized unsigned long lflags; ^ /kisskb/src/drivers/gpio/gpiolib-acpi.c: In function 'acpi_gpiochip_alloc_event': /kisskb/src/drivers/gpio/gpiolib-acpi.c:341:8: note: byref variable will be forcibly initialized char ev_name[5]; ^ /kisskb/src/drivers/gpio/gpiolib-acpi.c:328:22: note: byref variable will be forcibly initialized acpi_handle handle, evt_handle; ^ /kisskb/src/drivers/gpio/gpiolib-acpi.c: In function 'acpi_gpiochip_request_interrupts': /kisskb/src/drivers/gpio/gpiolib-acpi.c:435:25: note: byref variable will be forcibly initialized struct acpi_gpio_chip *acpi_gpio; ^ /kisskb/src/drivers/gpio/gpiolib-acpi.c: In function 'acpi_gpiochip_free_interrupts': /kisskb/src/drivers/gpio/gpiolib-acpi.c:477:25: note: byref variable will be forcibly initialized struct acpi_gpio_chip *acpi_gpio; ^ /kisskb/src/drivers/gpio/gpiolib-acpi.c: In function 'acpi_gpio_update_gpiod_flags': /kisskb/src/drivers/gpio/gpiolib-acpi.c:625:19: note: byref variable will be forcibly initialized enum gpiod_flags old = *flags; ^ /kisskb/src/drivers/gpio/gpiolib-acpi.c: In function 'acpi_find_gpio': /kisskb/src/drivers/gpio/gpiolib-acpi.c:862:7: note: byref variable will be forcibly initialized char propname[32]; ^ /kisskb/src/drivers/gpio/gpiolib-acpi.c:860:24: note: byref variable will be forcibly initialized struct acpi_gpio_info info; ^ /kisskb/src/drivers/gpio/gpiolib-acpi.c: In function 'acpi_node_get_gpiod': /kisskb/src/drivers/gpio/gpiolib-acpi.c:922:26: note: byref variable will be forcibly initialized struct acpi_gpio_lookup lookup; ^ /kisskb/src/drivers/gpio/gpiolib-acpi.c: In function 'acpi_dev_gpio_irq_get_by': /kisskb/src/drivers/gpio/gpiolib-acpi.c:984:9: note: byref variable will be forcibly initialized char label[32]; ^ /kisskb/src/drivers/gpio/gpiolib-acpi.c:983:21: note: byref variable will be forcibly initialized enum gpiod_flags dflags = GPIOD_ASIS; ^ /kisskb/src/drivers/gpio/gpiolib-acpi.c:972:25: note: byref variable will be forcibly initialized struct acpi_gpio_info info; ^ /kisskb/src/drivers/gpio/gpiolib-acpi.c: In function 'acpi_gpiochip_remove': /kisskb/src/drivers/gpio/gpiolib-acpi.c:1271:25: note: byref variable will be forcibly initialized struct acpi_gpio_chip *acpi_gpio; ^ /kisskb/src/drivers/gpio/gpiolib-acpi.c: In function 'acpi_gpio_count': /kisskb/src/drivers/gpio/gpiolib-acpi.c:1377:16: note: byref variable will be forcibly initialized unsigned int crs_count = 0; ^ /kisskb/src/drivers/gpio/gpiolib-acpi.c:1376:20: note: byref variable will be forcibly initialized struct list_head resource_list; ^ /kisskb/src/drivers/gpio/gpiolib-acpi.c:1344:7: note: byref variable will be forcibly initialized char propname[32]; ^ /kisskb/src/drivers/gpio/gpiolib-acpi.c:1340:27: note: byref variable will be forcibly initialized const union acpi_object *obj; ^ /kisskb/src/drivers/phy/phy-core.c: In function '_of_phy_get': /kisskb/src/drivers/phy/phy-core.c:502:25: note: byref variable will be forcibly initialized 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:637:24: note: byref variable will be forcibly initialized struct class_dev_iter iter; ^ /kisskb/src/sound/hda/hdmi_chmap.c: In function 'hdmi_chmap_ctl_get': /kisskb/src/sound/hda/hdmi_chmap.c:744:16: note: byref variable will be forcibly initialized unsigned char pcm_chmap[8]; ^ /kisskb/src/sound/hda/hdmi_chmap.c: In function 'hdmi_chmap_ctl_tlv': /kisskb/src/sound/hda/hdmi_chmap.c:695:17: note: byref variable will be forcibly initialized unsigned int tlv_chmap[8]; ^ /kisskb/src/sound/hda/hdmi_chmap.c: In function 'hdmi_channel_allocation_spk_alloc_blk': /kisskb/src/sound/hda/hdmi_chmap.c:274:7: note: byref variable will be forcibly initialized char buf[SND_PRINT_CHANNEL_ALLOCATION_ADVISED_BUFSIZE]; ^ /kisskb/src/sound/hda/hdmi_chmap.c: In function 'hdmi_chmap_ctl_put': /kisskb/src/sound/hda/hdmi_chmap.c:764:26: note: byref variable will be forcibly initialized unsigned char chmap[8], per_pin_chmap[8]; ^ /kisskb/src/sound/hda/hdmi_chmap.c:764:16: note: byref variable will be forcibly initialized unsigned char chmap[8], per_pin_chmap[8]; ^ /kisskb/src/sound/hda/hdmi_chmap.c: In function 'snd_hdac_add_chmap_ctls': /kisskb/src/sound/hda/hdmi_chmap.c:829:24: note: byref variable will be forcibly initialized struct snd_pcm_chmap *chmap; ^ In file included from /kisskb/src/drivers/pinctrl/pinctrl-utils.c:27:0: /kisskb/src/drivers/pinctrl/pinctrl-utils.c: In function 'krealloc_array': /kisskb/src/include/linux/slab.h:607:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_direction': /kisskb/src/drivers/pinctrl/core.c:837:29: note: byref variable will be forcibly initialized struct pinctrl_gpio_range *range; ^ /kisskb/src/drivers/pinctrl/core.c:836:22: note: byref variable will be forcibly initialized struct pinctrl_dev *pctldev; ^ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_generic_free_groups': /kisskb/src/drivers/pinctrl/core.c:694:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_groups_show': /kisskb/src/drivers/pinctrl/core.c:1670:12: note: byref variable will be forcibly initialized unsigned num_pins = 0; ^ /kisskb/src/drivers/pinctrl/core.c:1669:19: note: byref variable will be forcibly initialized const unsigned *pins = NULL; ^ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_can_use_line': /kisskb/src/drivers/pinctrl/core.c:744:29: note: byref variable will be forcibly initialized struct pinctrl_gpio_range *range; ^ /kisskb/src/drivers/pinctrl/core.c:743:22: note: byref variable will be forcibly initialized struct pinctrl_dev *pctldev; ^ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_request': /kisskb/src/drivers/pinctrl/core.c:780:29: note: byref variable will be forcibly initialized struct pinctrl_gpio_range *range; ^ /kisskb/src/drivers/pinctrl/core.c:779:22: note: byref variable will be forcibly initialized struct pinctrl_dev *pctldev; ^ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_free': /kisskb/src/drivers/pinctrl/core.c:815:29: note: byref variable will be forcibly initialized struct pinctrl_gpio_range *range; ^ /kisskb/src/drivers/pinctrl/core.c:814:22: note: byref variable will be forcibly initialized struct pinctrl_dev *pctldev; ^ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_set_config': /kisskb/src/drivers/pinctrl/core.c:898:22: note: byref variable will be forcibly initialized struct pinctrl_dev *pctldev; ^ /kisskb/src/drivers/pinctrl/core.c:897:29: note: byref variable will be forcibly initialized struct pinctrl_gpio_range *range; ^ /kisskb/src/drivers/pinctrl/core.c:896:16: note: byref variable will be forcibly initialized unsigned long configs[] = { config }; ^ In file included from /kisskb/src/fs/ext4/xattr.c:56:0: /kisskb/src/fs/ext4/xattr.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/fs/ext4/ext4_jbd2.h:17:0, from /kisskb/src/fs/ext4/xattr.c:60: /kisskb/src/fs/ext4/xattr.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2320:4: note: byref variable will be forcibly initialized } desc; ^ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_verify_hashes': /kisskb/src/fs/ext4/xattr.c:452:18: note: byref variable will be forcibly initialized __le32 e_hash, tmp_data; ^ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_block_csum': /kisskb/src/fs/ext4/xattr.c:137:8: note: byref variable will be forcibly initialized __u32 dummy_csum = 0; ^ /kisskb/src/fs/ext4/xattr.c:136:9: note: byref variable will be forcibly initialized __le64 dsk_block_nr = cpu_to_le64(block_nr); ^ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_read': /kisskb/src/fs/ext4/xattr.c:347:22: note: byref variable will be forcibly initialized struct buffer_head *bhs_inline[8]; ^ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_ibody_list': /kisskb/src/fs/ext4/xattr.c:726:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_update_ref': /kisskb/src/fs/ext4/xattr.c:979:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_write': /kisskb/src/fs/ext4/xattr.c:1340:26: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^ /kisskb/src/fs/ext4/xattr.c:1336:6: note: byref variable will be forcibly initialized int retries = 0; ^ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_get': /kisskb/src/fs/ext4/xattr.c:472:16: note: byref variable will be forcibly initialized struct inode *ea_inode; ^ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_block_get': /kisskb/src/fs/ext4/xattr.c:518:27: note: byref variable will be forcibly initialized struct ext4_xattr_entry *entry; ^ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_inc_ref_all': /kisskb/src/fs/ext4/xattr.c:1055:16: note: byref variable will be forcibly initialized struct inode *ea_inode; ^ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_dec_ref_all': /kisskb/src/fs/ext4/xattr.c:1133:16: note: byref variable will be forcibly initialized struct inode *ea_inode; ^ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_create': /kisskb/src/fs/ext4/xattr.c:1409:8: note: byref variable will be forcibly initialized uid_t owner[2] = { i_uid_read(inode), i_gid_read(inode) }; ^ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_set_entry': /kisskb/src/fs/ext4/xattr.c:1758:11: note: byref variable will be forcibly initialized __le32 crc32c_hash; ^ /kisskb/src/fs/ext4/xattr.c:1556:16: note: byref variable will be forcibly initialized struct inode *new_ea_inode = NULL; ^ /kisskb/src/fs/ext4/xattr.c:1555:16: note: byref variable will be forcibly initialized struct inode *old_ea_inode = NULL; ^ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_ibody_get': /kisskb/src/fs/ext4/xattr.c:580:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/xattr.c:578:27: note: byref variable will be forcibly initialized struct ext4_xattr_entry *entry; ^ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_delete_inode': /kisskb/src/fs/ext4/xattr.c:2852:16: note: byref variable will be forcibly initialized struct inode *ea_inode; ^ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_block_set': /kisskb/src/fs/ext4/xattr.c:2118:34: note: byref variable will be forcibly initialized struct ext4_xattr_inode_array *ea_inode_array = NULL; ^ /kisskb/src/fs/ext4/xattr.c:1846:34: note: byref variable will be forcibly initialized struct inode *ea_inode = NULL, *tmp_inode; ^ /kisskb/src/fs/ext4/xattr.c:1846:16: note: byref variable will be forcibly initialized struct inode *ea_inode = NULL, *tmp_inode; ^ /kisskb/src/fs/ext4/xattr.c:1844:6: note: byref variable will be forcibly initialized int error = 0; ^ /kisskb/src/fs/ext4/xattr.c:1843:25: note: byref variable will be forcibly initialized struct mb_cache_entry *ce = NULL; ^ /kisskb/src/fs/ext4/xattr.c:1841:27: note: byref variable will be forcibly initialized struct ext4_xattr_search s_copy = bs->s; ^ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_set_handle': /kisskb/src/fs/ext4/xattr.c:2300:6: note: byref variable will be forcibly initialized int no_expand; ^ /kisskb/src/fs/ext4/xattr.c:2287:25: note: byref variable will be forcibly initialized struct ext4_xattr_info i = { ^ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_set': /kisskb/src/fs/ext4/xattr.c:2475:6: note: byref variable will be forcibly initialized int credits; ^ /kisskb/src/fs/ext4/xattr.c:2474:13: note: byref variable will be forcibly initialized int error, retries = 0; ^ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_expand_extra_isize_ea': /kisskb/src/fs/ext4/xattr.c:2695:6: note: byref variable will be forcibly initialized int total_ino; ^ /kisskb/src/fs/ext4/xattr.c:2693:9: note: byref variable will be forcibly initialized size_t min_offs; ^ /kisskb/src/kernel/regset.c: In function 'copy_regset_to_user': /kisskb/src/kernel/regset.c:68:8: note: byref variable will be forcibly initialized void *buf; ^ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_get_multiple_be': /kisskb/src/drivers/gpio/gpio-mmio.c:191:16: note: byref variable will be forcibly initialized unsigned long val; ^ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_set_multiple_single_reg': /kisskb/src/drivers/gpio/gpio-mmio.c:287:26: note: byref variable will be forcibly initialized unsigned long set_mask, clear_mask; ^ /kisskb/src/drivers/gpio/gpio-mmio.c:287:16: note: byref variable will be forcibly initialized unsigned long set_mask, clear_mask; ^ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_set_multiple_with_clear': /kisskb/src/drivers/gpio/gpio-mmio.c:317:26: note: byref variable will be forcibly initialized unsigned long set_mask, clear_mask; ^ /kisskb/src/drivers/gpio/gpio-mmio.c:317:16: note: byref variable will be forcibly initialized unsigned long set_mask, clear_mask; ^ In file included from /kisskb/src/drivers/gpio/gpio-74x164.c:16:0: /kisskb/src/drivers/gpio/gpio-74x164.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1259:21: note: byref variable will be forcibly initialized struct spi_message msg; ^ /kisskb/src/drivers/gpio/gpio-74x164.c: In function 'gen_74x164_probe': /kisskb/src/drivers/gpio/gpio-74x164.c:103:6: note: byref variable will be forcibly initialized u32 nregs; ^ /kisskb/src/drivers/gpio/gpio-74x164.c: In function 'gen_74x164_set_multiple': /kisskb/src/drivers/gpio/gpio-74x164.c:77:16: note: byref variable will be forcibly initialized unsigned long bankmask; ^ /kisskb/src/sound/xen/xen_snd_front.c: In function 'sndback_initwait': /kisskb/src/sound/xen/xen_snd_front.c:211:6: note: byref variable will be forcibly initialized int num_streams; ^ /kisskb/src/drivers/gpio/gpio-adnp.c: In function 'adnp_irq': /kisskb/src/drivers/gpio/gpio-adnp.c:251:17: note: byref variable will be forcibly initialized unsigned long pending; ^ In file included from /kisskb/src/include/linux/gpio/driver.h:5:0, from /kisskb/src/drivers/gpio/gpio-adnp.c:6: /kisskb/src/drivers/gpio/gpio-adnp.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/gpio/gpio-adnp.c: In function 'adnp_i2c_probe': /kisskb/src/drivers/gpio/gpio-adnp.c:494:6: note: byref variable will be forcibly initialized u32 num_gpios; ^ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_functions_show': /kisskb/src/drivers/pinctrl/pinmux.c:554:12: note: byref variable will be forcibly initialized unsigned num_groups; ^ /kisskb/src/drivers/pinctrl/pinmux.c:553:23: note: byref variable will be forcibly initialized const char * const *groups; ^ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_map_to_setting': /kisskb/src/drivers/pinctrl/pinmux.c:345:11: note: byref variable will be forcibly initialized unsigned num_groups; ^ /kisskb/src/drivers/pinctrl/pinmux.c:344:22: note: byref variable will be forcibly initialized char const * const *groups; ^ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_enable_setting': /kisskb/src/drivers/pinctrl/pinmux.c:411:11: note: byref variable will be forcibly initialized unsigned num_pins = 0; ^ /kisskb/src/drivers/pinctrl/pinmux.c:410:18: note: byref variable will be forcibly initialized const unsigned *pins = NULL; ^ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_disable_setting': /kisskb/src/drivers/pinctrl/pinmux.c:491:11: note: byref variable will be forcibly initialized unsigned num_pins = 0; ^ /kisskb/src/drivers/pinctrl/pinmux.c:490:18: note: byref variable will be forcibly initialized const unsigned *pins = NULL; ^ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_generic_free_functions': /kisskb/src/drivers/pinctrl/pinmux.c:845:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^ /kisskb/src/drivers/pinctrl/devicetree.c: In function 'dt_to_map_one_config': /kisskb/src/drivers/pinctrl/devicetree.c:119:11: note: byref variable will be forcibly initialized unsigned num_maps; ^ /kisskb/src/drivers/pinctrl/devicetree.c:118:22: note: byref variable will be forcibly initialized struct pinctrl_map *map; ^ /kisskb/src/drivers/pinctrl/devicetree.c: In function 'pinctrl_find_cells_size': /kisskb/src/drivers/pinctrl/devicetree.c:290:6: note: byref variable will be forcibly initialized int cells_size, error; ^ /kisskb/src/drivers/pinctrl/devicetree.c: In function 'pinctrl_get_list_and_count': /kisskb/src/drivers/pinctrl/devicetree.c:319:6: note: byref variable will be forcibly initialized int size; ^ /kisskb/src/drivers/pinctrl/devicetree.c: In function 'pinctrl_dt_to_map': /kisskb/src/drivers/pinctrl/devicetree.c:204:6: note: byref variable will be forcibly initialized int size, config; ^ /kisskb/src/drivers/pinctrl/devicetree.c:202:14: note: byref variable will be forcibly initialized const char *statename; ^ /kisskb/src/drivers/pinctrl/devicetree.c: In function 'pinctrl_count_index_with_args': /kisskb/src/drivers/pinctrl/devicetree.c:351:12: note: byref variable will be forcibly initialized int size, nr_cells, error; ^ /kisskb/src/drivers/pinctrl/devicetree.c:351:6: note: byref variable will be forcibly initialized int size, nr_cells, error; ^ /kisskb/src/drivers/pinctrl/devicetree.c:350:16: note: byref variable will be forcibly initialized const __be32 *list; ^ /kisskb/src/drivers/pinctrl/devicetree.c: In function 'pinctrl_parse_index_with_args': /kisskb/src/drivers/pinctrl/devicetree.c:411:15: note: byref variable will be forcibly initialized int nr_elem, nr_cells, error; ^ /kisskb/src/drivers/pinctrl/devicetree.c:411:6: note: byref variable will be forcibly initialized int nr_elem, nr_cells, error; ^ /kisskb/src/drivers/pinctrl/devicetree.c:410:16: note: byref variable will be forcibly initialized const __be32 *list; ^ /kisskb/src/sound/xen/xen_snd_front_cfg.c: In function 'cfg_read_pcm_hw': /kisskb/src/sound/xen/xen_snd_front_cfg.c:246:15: note: byref variable will be forcibly initialized unsigned int len; ^ In file included from /kisskb/src/include/xen/xenbus.h:37:0, from /kisskb/src/sound/xen/xen_snd_front_cfg.c:11: /kisskb/src/sound/xen/xen_snd_front_cfg.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/sound/xen/xen_snd_front_cfg.c: In function 'cfg_device': /kisskb/src/sound/xen/xen_snd_front_cfg.c:393:7: note: byref variable will be forcibly initialized char node[3]; ^ /kisskb/src/sound/xen/xen_snd_front_cfg.c:392:14: note: byref variable will be forcibly initialized int cur_pb, cur_cap; ^ /kisskb/src/sound/xen/xen_snd_front_cfg.c:392:6: note: byref variable will be forcibly initialized int cur_pb, cur_cap; ^ /kisskb/src/sound/xen/xen_snd_front_cfg.c:391:14: note: byref variable will be forcibly initialized int num_pb, num_cap; ^ /kisskb/src/sound/xen/xen_snd_front_cfg.c:391:6: note: byref variable will be forcibly initialized int num_pb, num_cap; ^ /kisskb/src/sound/xen/xen_snd_front_cfg.c: In function 'xen_snd_front_cfg_card': /kisskb/src/sound/xen/xen_snd_front_cfg.c:481:7: note: byref variable will be forcibly initialized char node[3]; ^ /kisskb/src/kernel/freezer.c: In function 'fake_signal_wake_up': /kisskb/src/kernel/freezer.c:96:16: note: byref variable will be forcibly initialized unsigned long flags; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/xen/events.h:5, from /kisskb/src/sound/xen/xen_snd_front_evtchnl.c:11: /kisskb/src/sound/xen/xen_snd_front_evtchnl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/sound/xen/xen_snd_front_evtchnl.c: In function 'evtchnl_alloc': /kisskb/src/sound/xen/xen_snd_front_evtchnl.c:200:14: note: byref variable will be forcibly initialized grant_ref_t gref; ^ /kisskb/src/sound/xen/xen_snd_front_evtchnl.c: In function 'xen_snd_front_evtchnl_publish_all': /kisskb/src/sound/xen/xen_snd_front_evtchnl.c:387:28: note: byref variable will be forcibly initialized struct xenbus_transaction xbt; ^ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dump_one': /kisskb/src/drivers/pinctrl/pinconf-generic.c:64:17: note: byref variable will be forcibly initialized unsigned long config; ^ In file included from /kisskb/src/drivers/pinctrl/pinconf-generic.c:17:0: /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'parse_dt_cfg': /kisskb/src/drivers/pinctrl/pinconf-generic.c:210:7: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dump_pins': /kisskb/src/drivers/pinctrl/pinconf-generic.c:113:6: note: byref variable will be forcibly initialized 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:245:24: note: byref variable will be forcibly initialized unsigned int max_cfg, ncfg = 0; ^ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dt_subnode_to_map': /kisskb/src/drivers/pinctrl/pinconf-generic.c:301:11: note: byref variable will be forcibly initialized unsigned num_configs = 0; ^ /kisskb/src/drivers/pinctrl/pinconf-generic.c:300:17: note: byref variable will be forcibly initialized unsigned long *configs = NULL; ^ /kisskb/src/drivers/pinctrl/pinconf-generic.c:298:14: note: byref variable will be forcibly initialized const char *function; ^ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dt_node_to_map': /kisskb/src/drivers/pinctrl/pinconf-generic.c:380:11: note: byref variable will be forcibly initialized unsigned reserved_maps; ^ In file included from /kisskb/src/sound/xen/xen_snd_front_alsa.c:15:0: /kisskb/src/sound/xen/xen_snd_front_alsa.c: In function 'snd_mask_refine': /kisskb/src/include/sound/pcm_params.h:156:18: note: byref variable will be forcibly initialized struct snd_mask old; ^ In file included from /kisskb/src/include/linux/platform_device.h:13:0, from /kisskb/src/sound/xen/xen_snd_front_alsa.c:11: /kisskb/src/sound/xen/xen_snd_front_alsa.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/sound/xen/xen_snd_front_alsa.c: In function 'new_pcm_instance': /kisskb/src/sound/xen/xen_snd_front_alsa.c:721:18: note: byref variable will be forcibly initialized struct snd_pcm *pcm; ^ /kisskb/src/drivers/gpio/gpio-aggregator.c: In function 'delete_device_store': /kisskb/src/drivers/gpio/gpio-aggregator.c:222:15: note: byref variable will be forcibly initialized unsigned int id; ^ In file included from /kisskb/src/include/xen/xenbus.h:44:0, from /kisskb/src/sound/xen/xen_snd_front_alsa.c:17: /kisskb/src/sound/xen/xen_snd_front_alsa.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/device.h:29:0, 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 '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/sound/xen/xen_snd_front_alsa.c: In function 'alsa_hw_params': /kisskb/src/sound/xen/xen_snd_front_alsa.c:466:35: note: byref variable will be forcibly initialized struct xen_front_pgdir_shbuf_cfg buf_cfg; ^ /kisskb/src/drivers/gpio/gpio-aggregator.c: In function 'aggr_parse': /kisskb/src/drivers/gpio/gpio-aggregator.c:90:6: note: byref variable will be forcibly initialized int error = 0; ^ /kisskb/src/drivers/gpio/gpio-aggregator.c:89:18: note: byref variable will be forcibly initialized unsigned int i, n = 0; ^ /kisskb/src/drivers/gpio/gpio-aggregator.c:87:8: note: byref variable will be forcibly initialized char *args = aggr->args; ^ In file included from /kisskb/src/drivers/gpio/gpio-aggregator.c:22:0: /kisskb/src/drivers/gpio/gpio-aggregator.c: In function 'new_device_store': /kisskb/src/include/linux/platform_device.h:129:30: note: byref variable will be forcibly initialized struct platform_device_info pdevinfo = { ^ /kisskb/src/sound/xen/xen_snd_front_alsa.c: In function 'alsa_hw_rule': /kisskb/src/sound/xen/xen_snd_front_alsa.c:276:18: note: byref variable will be forcibly initialized struct snd_mask mask; ^ /kisskb/src/sound/xen/xen_snd_front_alsa.c:275:22: note: byref variable will be forcibly initialized struct snd_interval interval; ^ /kisskb/src/sound/xen/xen_snd_front_alsa.c:274:31: note: byref variable will be forcibly initialized struct xensnd_query_hw_param resp; ^ /kisskb/src/sound/xen/xen_snd_front_alsa.c:273:31: note: byref variable will be forcibly initialized struct xensnd_query_hw_param req; ^ In file included from /kisskb/src/include/linux/gpio/driver.h:5:0, 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:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/sound/xen/xen_snd_front_alsa.c: In function 'xen_snd_front_alsa_init': /kisskb/src/sound/xen/xen_snd_front_alsa.c:805:19: note: byref variable will be forcibly initialized struct snd_card *card; ^ /kisskb/src/kernel/profile.c: In function 'profile_setup': /kisskb/src/kernel/profile.c:61:6: note: byref variable will be forcibly initialized int par; ^ /kisskb/src/drivers/gpio/gpio-altera.c: In function 'altera_gpio_irq_edge_handler': /kisskb/src/drivers/gpio/gpio-altera.c:190:16: note: byref variable will be forcibly initialized 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:218:16: note: byref variable will be forcibly initialized unsigned long status; ^ In file included from /kisskb/src/include/linux/gpio/driver.h:5:0, 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:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/gpio/gpio-altera.c: In function 'altera_gpio_probe': /kisskb/src/drivers/gpio/gpio-altera.c:240:6: note: byref variable will be forcibly initialized int reg, ret; ^ /kisskb/src/drivers/pinctrl/pinctrl-amd.c: In function 'amd_gpio_dbg_show': /kisskb/src/drivers/pinctrl/pinctrl-amd.c:223:7: note: byref variable will be forcibly initialized char debounce_value[40]; ^ /kisskb/src/lib/kunit/test.c: In function 'kunit_log_append': /kisskb/src/lib/kunit/test.c:26:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/lib/kunit/test.c:25:7: note: byref variable will be forcibly initialized char line[KUNIT_LOG_SIZE]; ^ /kisskb/src/lib/kunit/test.c: In function 'kunit_run_case_catch_errors': /kisskb/src/lib/kunit/test.c:331:33: note: byref variable will be forcibly initialized struct kunit_try_catch_context context; ^ /kisskb/src/lib/kunit/test.c: In function 'kunit_run_tests': /kisskb/src/lib/kunit/test.c:357:16: note: byref variable will be forcibly initialized struct kunit test = { .param_value = NULL, .param_index = 0 }; ^ /kisskb/src/lib/kunit/test.c:351:7: note: byref variable will be forcibly initialized char param_desc[KUNIT_PARAM_DESC_SIZE]; ^ /kisskb/src/lib/kunit/test.c: In function 'kunit_kmalloc': /kisskb/src/lib/kunit/test.c:566:30: note: byref variable will be forcibly initialized struct kunit_kmalloc_params params = { ^ /kisskb/src/lib/kunit/test.c: In function 'kunit_do_assertion': /kisskb/src/lib/kunit/test.c:193:10: note: byref variable will be forcibly initialized va_list args; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, 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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/arch/arm64/include/asm/barrier.h:161:9: note: in expansion of macro 'smp_load_acquire' VAL = smp_load_acquire(__PTR); \ ^ /kisskb/src/kernel/smp.c:228:2: note: in expansion of macro 'smp_cond_load_acquire' 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/kernel/smp.c:252:2: note: in expansion of macro 'smp_store_release' smp_store_release(&csd->node.u_flags, 0); ^ /kisskb/src/kernel/smp.c: In function 'nrcpus': /kisskb/src/kernel/smp.c:773:6: note: byref variable will be forcibly initialized int nr_cpus; ^ /kisskb/src/lib/kunit/string-stream.c: In function 'alloc_string_stream_fragment': /kisskb/src/lib/kunit/string-stream.c:53:46: note: byref variable will be forcibly initialized 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:10: note: byref variable will be forcibly initialized 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:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/lib/kunit/string-stream.c: In function 'alloc_string_stream': /kisskb/src/lib/kunit/string-stream.c:199:37: note: byref variable will be forcibly initialized struct string_stream_alloc_context context = { ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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 'expand_to_next_prime': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/lib/math/prime_numbers.c:152:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(primes, new); ^ /kisskb/src/lib/math/prime_numbers.c: In function 'free_primes': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/lib/math/prime_numbers.c:168:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(primes, &small_primes); ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/fs/ext4/ext4.h:21, from /kisskb/src/fs/ext4/fast_commit.c:10: /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_submit_inode_data_all': /kisskb/src/fs/ext4/fast_commit.c:925:16: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^ /kisskb/src/fs/ext4/fast_commit.c:925:4: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^ In file included from /kisskb/src/fs/ext4/fast_commit.c:10:0: /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2320:4: note: byref variable will be forcibly initialized } desc; ^ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_reserve_space': /kisskb/src/fs/ext4/fast_commit.c:652:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_add_tlv': /kisskb/src/fs/ext4/fast_commit.c:756:20: note: byref variable will be forcibly initialized struct ext4_fc_tl tl; ^ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_add_dentry_tlv': /kisskb/src/fs/ext4/fast_commit.c:779:20: note: byref variable will be forcibly initialized struct ext4_fc_tl tl; ^ /kisskb/src/fs/ext4/fast_commit.c:778:29: note: byref variable will be forcibly initialized struct ext4_fc_dentry_info fcd; ^ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_write_tail': /kisskb/src/fs/ext4/fast_commit.c:718:22: note: byref variable will be forcibly initialized struct ext4_fc_tail tail; ^ /kisskb/src/fs/ext4/fast_commit.c:717:20: note: byref variable will be forcibly initialized struct ext4_fc_tl tl; ^ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_write_inode_data': /kisskb/src/fs/ext4/fast_commit.c:853:27: note: byref variable will be forcibly initialized struct ext4_fc_del_range lrange; ^ /kisskb/src/fs/ext4/fast_commit.c:852:27: note: byref variable will be forcibly initialized struct ext4_fc_add_range fc_ext; ^ /kisskb/src/fs/ext4/fast_commit.c:851:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_write_inode': /kisskb/src/fs/ext4/fast_commit.c:811:20: note: byref variable will be forcibly initialized struct ext4_fc_tl tl; ^ /kisskb/src/fs/ext4/fast_commit.c:810:23: note: byref variable will be forcibly initialized struct ext4_fc_inode fc_inode; ^ /kisskb/src/fs/ext4/fast_commit.c:809:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_perform_commit': /kisskb/src/fs/ext4/fast_commit.c:1059:6: note: byref variable will be forcibly initialized u32 crc = 0; ^ /kisskb/src/fs/ext4/fast_commit.c:1057:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/ext4/fast_commit.c:1055:22: note: byref variable will be forcibly initialized struct ext4_fc_head head; ^ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_set_bitmaps_and_counters': /kisskb/src/fs/ext4/fast_commit.c:1821:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_link': /kisskb/src/fs/ext4/fast_commit.c:1398:26: note: byref variable will be forcibly initialized struct dentry_info_args darg; ^ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_unlink': /kisskb/src/fs/ext4/fast_commit.c:1301:14: note: byref variable will be forcibly initialized struct qstr entry; ^ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_add_range': /kisskb/src/fs/ext4/fast_commit.c:1638:24: note: byref variable will be forcibly initialized struct ext4_ext_path *path = NULL; ^ /kisskb/src/fs/ext4/fast_commit.c:1637:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^ /kisskb/src/fs/ext4/fast_commit.c:1632:21: note: byref variable will be forcibly initialized struct ext4_extent newex, *ex; ^ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_create': /kisskb/src/fs/ext4/fast_commit.c:1548:26: note: byref variable will be forcibly initialized struct dentry_info_args darg; ^ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_del_range': /kisskb/src/fs/ext4/fast_commit.c:1762:25: note: byref variable will be forcibly initialized struct ext4_map_blocks map; ^ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_inode': /kisskb/src/fs/ext4/fast_commit.c:1452:19: note: byref variable will be forcibly initialized struct ext4_iloc iloc; ^ /kisskb/src/fs/ext4/fast_commit.c: In function '__ext4_fc_track_unlink': /kisskb/src/fs/ext4/fast_commit.c:481:36: note: byref variable will be forcibly initialized struct __track_dentry_update_args args; ^ /kisskb/src/fs/ext4/fast_commit.c: In function '__ext4_fc_track_link': /kisskb/src/fs/ext4/fast_commit.c:500:36: note: byref variable will be forcibly initialized struct __track_dentry_update_args args; ^ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_track_create': /kisskb/src/fs/ext4/fast_commit.c:518:36: note: byref variable will be forcibly initialized struct __track_dentry_update_args args; ^ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_track_range': /kisskb/src/fs/ext4/fast_commit.c:593:28: note: byref variable will be forcibly initialized struct __track_range_args args; ^ /kisskb/src/drivers/gpio/gpio-amdpt.c: In function 'pt_gpio_probe': /kisskb/src/drivers/gpio/gpio-amdpt.c:75:22: note: byref variable will be forcibly initialized struct acpi_device *acpi_dev; ^ In file included from /kisskb/src/include/linux/vmalloc.h:11:0, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:194, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/iopoll.h:14, from /kisskb/src/include/linux/regmap.h:20, from /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08_spi.c:7: /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08_spi.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08_spi.c: In function 'mcp23s08_probe': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08_spi.c:145:6: note: byref variable will be forcibly initialized u32 v; ^ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08_spi.c:138:16: note: byref variable will be forcibly initialized unsigned long spi_present_mask; ^ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08_spi.c: In function 'mcp23sxx_spi_read': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08_spi.c:65:5: note: byref variable will be forcibly initialized u8 tx[2]; ^ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08_spi.c: In function 'mcp23sxx_spi_gather_write': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08_spi.c:48:22: note: byref variable will be forcibly initialized struct spi_transfer t[3] = { { .tx_buf = &mcp->addr, .len = 1, }, ^ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08_spi.c:47:21: note: byref variable will be forcibly initialized struct spi_message m; ^ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08_spi.c: In function 'mcp23sxx_spi_write': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08_spi.c:31:22: note: byref variable will be forcibly initialized struct spi_transfer t[2] = { { .tx_buf = &mcp->addr, .len = 1, }, ^ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08_spi.c:30:21: note: byref variable will be forcibly initialized struct spi_message m; ^ In file included from /kisskb/src/include/linux/mm_types.h:12:0, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/include/kunit/test.h:15, from /kisskb/src/lib/kunit/try-catch.c:10: /kisskb/src/lib/kunit/try-catch.c: In function 'kunit_try_catch_run': /kisskb/src/lib/kunit/try-catch.c:60:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(try_completion); ^ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^ /kisskb/src/lib/crypto/chacha.c: In function 'chacha_block_generic': /kisskb/src/lib/crypto/chacha.c:78:6: note: byref variable will be forcibly initialized u32 x[16]; ^ /kisskb/src/lib/crypto/chacha.c: In function 'hchacha_block_generic': /kisskb/src/lib/crypto/chacha.c:105:6: note: byref variable will be forcibly initialized u32 x[16]; ^ /kisskb/src/kernel/kallsyms.c: In function 'kallsyms_lookup_name': /kisskb/src/kernel/kallsyms.c:167:7: note: byref variable will be forcibly initialized char namebuf[KSYM_NAME_LEN]; ^ /kisskb/src/kernel/kallsyms.c: In function '__sprint_symbol': /kisskb/src/kernel/kallsyms.c:366:24: note: byref variable will be forcibly initialized unsigned long offset, size; ^ /kisskb/src/kernel/kallsyms.c:366:16: note: byref variable will be forcibly initialized unsigned long offset, size; ^ /kisskb/src/kernel/kallsyms.c:364:8: note: byref variable will be forcibly initialized char *modname; ^ In file included from /kisskb/src/include/kunit/test.h:16:0, from /kisskb/src/lib/kunit/executor.c:3: /kisskb/src/lib/kunit/executor.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'mcp_pinconf_get': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:225:15: note: byref variable will be forcibly initialized unsigned int data, status; ^ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'mcp23s08_get': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:293:6: note: byref variable will be forcibly initialized int status, ret; ^ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'mcp23s08_irq': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:345:61: note: byref variable will be forcibly initialized int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; ^ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:345:31: note: byref variable will be forcibly initialized int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; ^ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:345:22: note: byref variable will be forcibly initialized int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; ^ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:345:14: note: byref variable will be forcibly initialized int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; ^ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:345:6: note: byref variable will be forcibly initialized int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; ^ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'mcp23s08_probe_one': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:530:6: note: byref variable will be forcibly initialized int status, ret; ^ /kisskb/src/drivers/gpio/gpio-arizona.c: In function 'arizona_gpio_get': /kisskb/src/drivers/gpio/gpio-arizona.c:54:20: note: byref variable will be forcibly initialized unsigned int reg, val; ^ /kisskb/src/drivers/gpio/gpio-arizona.c: In function 'arizona_gpio_direction_in': /kisskb/src/drivers/gpio/gpio-arizona.c:32:7: note: byref variable will be forcibly initialized bool change; ^ /kisskb/src/drivers/gpio/gpio-arizona.c: In function 'arizona_gpio_direction_out': /kisskb/src/drivers/gpio/gpio-arizona.c:102:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/lib/crypto/libchacha.c: In function 'chacha_crypt_generic': /kisskb/src/lib/crypto/libchacha.c:19:5: note: byref variable will be forcibly initialized u8 stream[CHACHA_BLOCK_SIZE] __aligned(sizeof(long)); ^ In file included from /kisskb/src/lib/kunit/kunit-test.c:8:0: /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_test_no_catch': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:690:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:709:2: note: in expansion of macro 'KUNIT_FAIL_ASSERTION' KUNIT_FAIL_ASSERTION(test, \ ^ /kisskb/src/lib/kunit/kunit-test.c:29:2: note: in expansion of macro 'KUNIT_FAIL' KUNIT_FAIL(test, "Catch should not be called\n"); ^ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_log_test': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:1195:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1207:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1489:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION(test, KUNIT_EXPECTATION, ptr) ^ /kisskb/src/lib/kunit/kunit-test.c:432:2: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' KUNIT_EXPECT_NOT_ERR_OR_NULL(test, ^ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:1195:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1207:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1489:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION(test, KUNIT_EXPECTATION, ptr) ^ /kisskb/src/lib/kunit/kunit-test.c:430:2: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' KUNIT_EXPECT_NOT_ERR_OR_NULL(test, ^ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:1195:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1207:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1489:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION(test, KUNIT_EXPECTATION, ptr) ^ /kisskb/src/lib/kunit/kunit-test.c:428:2: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' KUNIT_EXPECT_NOT_ERR_OR_NULL(test, ^ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:1195:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1207:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1489:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION(test, KUNIT_EXPECTATION, ptr) ^ /kisskb/src/lib/kunit/kunit-test.c:426:2: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' KUNIT_EXPECT_NOT_ERR_OR_NULL(test, ^ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_named': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:720:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:731:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:739:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^ /kisskb/src/include/kunit/test.h:1224:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^ /kisskb/src/lib/kunit/kunit-test.c:361:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_empty(&test->resources)); ^ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:901:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1264:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^ /kisskb/src/lib/kunit/kunit-test.c:356:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, kunit_destroy_named_resource(test, "resource_2"), ^ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:913:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:923:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1286:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^ /kisskb/src/lib/kunit/kunit-test.c:351:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, found, &res1); ^ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:901:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1264:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^ /kisskb/src/lib/kunit/kunit-test.c:344:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ^ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:901:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1264:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^ /kisskb/src/lib/kunit/kunit-test.c:339:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ^ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:913:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:923:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1286:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^ /kisskb/src/lib/kunit/kunit-test.c:337:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, res1.data, (void *)&ctx); ^ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:901:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1264:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^ /kisskb/src/lib/kunit/kunit-test.c:333:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ^ /kisskb/src/lib/kunit/kunit-test.c:331:37: note: byref variable will be forcibly initialized struct kunit_test_resource_context ctx; ^ /kisskb/src/lib/kunit/kunit-test.c:330:30: note: byref variable will be forcibly initialized struct kunit_resource res1, res2, *found = NULL; ^ /kisskb/src/lib/kunit/kunit-test.c:330:24: note: byref variable will be forcibly initialized struct kunit_resource res1, res2, *found = NULL; ^ In file included from /kisskb/src/lib/kunit/kunit-test.c:8:0: /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_static': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:720:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:731:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:739:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^ /kisskb/src/include/kunit/test.h:1224:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^ /kisskb/src/lib/kunit/kunit-test.c:325:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_empty(&test->resources)); ^ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:913:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:923:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1286:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^ /kisskb/src/lib/kunit/kunit-test.c:321:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, res.data, (void *)&ctx); ^ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:901:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1264:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^ /kisskb/src/lib/kunit/kunit-test.c:318:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, kunit_add_resource(test, NULL, NULL, &res, &ctx), ^ /kisskb/src/lib/kunit/kunit-test.c:316:24: note: byref variable will be forcibly initialized struct kunit_resource res; ^ /kisskb/src/lib/kunit/kunit-test.c:315:37: note: byref variable will be forcibly initialized struct kunit_test_resource_context ctx; ^ In file included from /kisskb/src/lib/kunit/kunit-test.c:8:0: /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_proper_free_ordering': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:901:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1264:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^ /kisskb/src/lib/kunit/kunit-test.c:310:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ctx->free_order[1], 2); ^ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:901:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1264:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^ /kisskb/src/lib/kunit/kunit-test.c:309:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ctx->free_order[0], 1); ^ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:901:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1264:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^ /kisskb/src/lib/kunit/kunit-test.c:298:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, ctx->allocate_order[1], 1); ^ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:901:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1264:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^ /kisskb/src/lib/kunit/kunit-test.c:297:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' 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:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:720:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:731:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:739:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^ /kisskb/src/include/kunit/test.h:1224:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^ /kisskb/src/lib/kunit/kunit-test.c:210:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources)); ^ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_destroy_resource': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:720:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:731:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:739:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^ /kisskb/src/include/kunit/test.h:1224:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^ /kisskb/src/lib/kunit/kunit-test.c:190:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources)); ^ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:720:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:742:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:750:2: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, NULL) ^ /kisskb/src/include/kunit/test.h:1243:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^ /kisskb/src/lib/kunit/kunit-test.c:189:2: note: in expansion of macro 'KUNIT_EXPECT_FALSE' KUNIT_EXPECT_FALSE(test, ctx->is_resource_initialized); ^ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:720:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:742:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:750:2: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, NULL) ^ /kisskb/src/include/kunit/test.h:1532:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_ASSERTION, condition) ^ /kisskb/src/lib/kunit/kunit-test.c:184:2: note: in expansion of macro 'KUNIT_ASSERT_FALSE' KUNIT_ASSERT_FALSE(test, ^ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_alloc_resource': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:913:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:923:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1286:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^ /kisskb/src/lib/kunit/kunit-test.c:159:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, free, res->free); ^ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:720:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:731:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:739:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^ /kisskb/src/include/kunit/test.h:1224:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^ /kisskb/src/lib/kunit/kunit-test.c:158:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, list_is_last(&res->node, &ctx->test.resources)); ^ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:913:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:923:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_MSG_ASSERTION' KUNIT_BINARY_PTR_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1286:2: note: in expansion of macro 'KUNIT_BINARY_PTR_EQ_ASSERTION' KUNIT_BINARY_PTR_EQ_ASSERTION(test, \ ^ /kisskb/src/lib/kunit/kunit-test.c:155:2: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' KUNIT_EXPECT_PTR_EQ(test, ^ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:1195:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1207:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1766:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION(test, KUNIT_ASSERTION, ptr) ^ /kisskb/src/lib/kunit/kunit-test.c:154:2: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' KUNIT_ASSERT_NOT_ERR_OR_NULL(test, res); ^ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_init_resources': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:720:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:731:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:739:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^ /kisskb/src/include/kunit/test.h:1224:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^ /kisskb/src/lib/kunit/kunit-test.c:139:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 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:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:1195:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1207:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1766:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION(test, KUNIT_ASSERTION, ptr) ^ /kisskb/src/lib/kunit/kunit-test.c:369:2: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ctx); ^ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_test_try_catch_unsuccessful_try_does_catch': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:720:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:731:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:739:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^ /kisskb/src/include/kunit/test.h:1224:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^ /kisskb/src/lib/kunit/kunit-test.c:75:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, ctx->function_called); ^ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_test_try_catch_successful_try_no_catch': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:720:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:731:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:739:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^ /kisskb/src/include/kunit/test.h:1224:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^ /kisskb/src/lib/kunit/kunit-test.c:43:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, ctx->function_called); ^ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_try_catch_test_init': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:1195:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1207:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1766:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION(test, KUNIT_ASSERTION, ptr) ^ /kisskb/src/lib/kunit/kunit-test.c:89:2: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ctx->try_catch); ^ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:1195:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1207:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1766:2: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION' KUNIT_PTR_NOT_ERR_OR_NULL_ASSERTION(test, KUNIT_ASSERTION, ptr) ^ /kisskb/src/lib/kunit/kunit-test.c:83:2: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ctx); ^ In file included from /kisskb/src/lib/kunit/string-stream-test.c:9:0: /kisskb/src/lib/kunit/string-stream-test.c: In function 'string_stream_test_get_string': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:1135:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1155:2: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' KUNIT_BINARY_STR_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1162:2: note: in expansion of macro 'KUNIT_BINARY_STR_EQ_MSG_ASSERTION' KUNIT_BINARY_STR_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1723:2: note: in expansion of macro 'KUNIT_BINARY_STR_EQ_ASSERTION' KUNIT_BINARY_STR_EQ_ASSERTION(test, KUNIT_ASSERTION, left, right) ^ /kisskb/src/lib/kunit/string-stream-test.c:39:2: note: in expansion of macro 'KUNIT_ASSERT_STREQ' KUNIT_ASSERT_STREQ(test, output, "Foo bar"); ^ /kisskb/src/include/kunit/test.h:1133:16: note: byref variable will be forcibly initialized typeof(right) __right = (right); \ ^ /kisskb/src/include/kunit/test.h:1155:2: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' KUNIT_BINARY_STR_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1162:2: note: in expansion of macro 'KUNIT_BINARY_STR_EQ_MSG_ASSERTION' KUNIT_BINARY_STR_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1723:2: note: in expansion of macro 'KUNIT_BINARY_STR_EQ_ASSERTION' KUNIT_BINARY_STR_EQ_ASSERTION(test, KUNIT_ASSERTION, left, right) ^ /kisskb/src/lib/kunit/string-stream-test.c:39:2: note: in expansion of macro 'KUNIT_ASSERT_STREQ' 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:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:720:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:742:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:750:2: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, NULL) ^ /kisskb/src/include/kunit/test.h:1243:2: note: in expansion of macro 'KUNIT_FALSE_ASSERTION' KUNIT_FALSE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^ /kisskb/src/lib/kunit/string-stream-test.c:27:2: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 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:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:720:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:731:2: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' KUNIT_UNARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:739:2: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, NULL) ^ /kisskb/src/include/kunit/test.h:1224:2: note: in expansion of macro 'KUNIT_TRUE_ASSERTION' KUNIT_TRUE_ASSERTION(test, KUNIT_EXPECTATION, condition) ^ /kisskb/src/lib/kunit/string-stream-test.c:18:2: note: in expansion of macro 'KUNIT_EXPECT_TRUE' KUNIT_EXPECT_TRUE(test, string_stream_is_empty(stream)); ^ /kisskb/src/fs/ext4/acl.c: In function '__ext4_set_acl': /kisskb/src/fs/ext4/acl.c:191:9: note: byref variable will be forcibly initialized size_t size = 0; ^ /kisskb/src/fs/ext4/acl.c: In function 'ext4_set_acl': /kisskb/src/fs/ext4/acl.c:231:10: note: byref variable will be forcibly initialized umode_t mode = inode->i_mode; ^ /kisskb/src/fs/ext4/acl.c:229:22: note: byref variable will be forcibly initialized int error, credits, retries = 0; ^ /kisskb/src/fs/ext4/acl.c:229:13: note: byref variable will be forcibly initialized int error, credits, retries = 0; ^ /kisskb/src/fs/ext4/acl.c: In function 'ext4_init_acl': /kisskb/src/fs/ext4/acl.c:279:34: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^ /kisskb/src/fs/ext4/acl.c:279:20: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^ /kisskb/src/drivers/pci/of.c: In function 'of_pci_get_max_link_speed': /kisskb/src/drivers/pci/of.c:598:6: note: byref variable will be forcibly initialized u32 max_link_speed; ^ /kisskb/src/drivers/gpio/gpio-xgs-iproc.c: In function 'iproc_gpio_irq_handler': /kisskb/src/drivers/gpio/gpio-xgs-iproc.c:169:16: note: byref variable will be forcibly initialized unsigned long int_bits = 0; ^ /kisskb/src/drivers/gpio/gpio-xgs-iproc.c: In function 'iproc_gpio_probe': /kisskb/src/drivers/gpio/gpio-xgs-iproc.c:199:6: note: byref variable will be forcibly initialized u32 num_gpios; ^ /kisskb/src/lib/crypto/aes.c: In function 'aes_encrypt': /kisskb/src/lib/crypto/aes.c:262:14: note: byref variable will be forcibly initialized u32 st0[4], st1[4]; ^ /kisskb/src/lib/crypto/aes.c:262:6: note: byref variable will be forcibly initialized u32 st0[4], st1[4]; ^ /kisskb/src/lib/crypto/aes.c: In function 'aes_decrypt': /kisskb/src/lib/crypto/aes.c:313:14: note: byref variable will be forcibly initialized u32 st0[4], st1[4]; ^ /kisskb/src/lib/crypto/aes.c:313:6: note: byref variable will be forcibly initialized u32 st0[4], st1[4]; ^ In file included from /kisskb/src/include/linux/node.h:18:0, 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:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/vmalloc.h:11:0, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:194, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/pinctrl/pinctrl-single.c:14: /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'array3_size': /kisskb/src/include/linux/overflow.h:287:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_pinconf_set': /kisskb/src/drivers/pinctrl/pinctrl-single.c:530:23: note: byref variable will be forcibly initialized struct pcs_function *func; ^ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_pinconf_group_set': /kisskb/src/drivers/pinctrl/pinctrl-single.c:614:11: note: byref variable will be forcibly initialized unsigned npins; ^ /kisskb/src/drivers/pinctrl/pinctrl-single.c:613:18: note: byref variable will be forcibly initialized const unsigned *pins; ^ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_pinconf_clear_bias': /kisskb/src/drivers/pinctrl/pinctrl-single.c:435:16: note: byref variable will be forcibly initialized unsigned long config; ^ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_pinconf_get': /kisskb/src/drivers/pinctrl/pinctrl-single.c:466:23: note: byref variable will be forcibly initialized struct pcs_function *func; ^ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_pinconf_group_get': /kisskb/src/drivers/pinctrl/pinctrl-single.c:592:11: note: byref variable will be forcibly initialized unsigned npins, old = 0; ^ /kisskb/src/drivers/pinctrl/pinctrl-single.c:591:18: note: byref variable will be forcibly initialized const unsigned *pins; ^ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_pinconf_bias_disable': /kisskb/src/drivers/pinctrl/pinctrl-single.c:449:16: note: byref variable will be forcibly initialized unsigned long config; ^ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_parse_bits_in_pinctrl_entry': /kisskb/src/drivers/pinctrl/pinctrl-single.c:1131:26: note: byref variable will be forcibly initialized struct of_phandle_args pinctrl_spec; ^ /kisskb/src/drivers/pinctrl/pinctrl-single.c:1108:23: note: byref variable will be forcibly initialized struct pcs_function *function = NULL; ^ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_add_conf2': /kisskb/src/drivers/pinctrl/pinctrl-single.c:860:11: note: byref variable will be forcibly initialized unsigned value[2], shift; ^ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_add_conf4': /kisskb/src/drivers/pinctrl/pinctrl-single.c:879:11: note: byref variable will be forcibly initialized unsigned value[4]; ^ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_parse_pinconf': /kisskb/src/drivers/pinctrl/pinctrl-single.c:908:24: note: byref variable will be forcibly initialized struct pcs_conf_vals *conf = NULL; ^ /kisskb/src/drivers/pinctrl/pinctrl-single.c:907:35: note: byref variable will be forcibly initialized unsigned long *settings = NULL, *s = NULL; ^ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_parse_one_pinctrl_entry': /kisskb/src/drivers/pinctrl/pinctrl-single.c:1010:26: note: byref variable will be forcibly initialized struct of_phandle_args pinctrl_spec; ^ /kisskb/src/drivers/pinctrl/pinctrl-single.c:993:23: note: byref variable will be forcibly initialized struct pcs_function *function = NULL; ^ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_quirk_missing_pinctrl_cells': /kisskb/src/drivers/pinctrl/pinctrl-single.c:1737:6: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_add_gpio_func': /kisskb/src/drivers/pinctrl/pinctrl-single.c:1334:25: note: byref variable will be forcibly initialized struct of_phandle_args gpiospec; ^ In file included from /kisskb/src/lib/kunit/kunit-example-test.c:9:0: /kisskb/src/lib/kunit/kunit-example-test.c: In function 'example_simple_test': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:901:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1264:2: note: in expansion of macro 'KUNIT_BINARY_EQ_ASSERTION' KUNIT_BINARY_EQ_ASSERTION(test, KUNIT_EXPECTATION, left, right) ^ /kisskb/src/lib/kunit/kunit-example-test.c:29:2: note: in expansion of macro 'KUNIT_EXPECT_EQ' KUNIT_EXPECT_EQ(test, 1 + 1, 2); ^ /kisskb/src/lib/crypto/blake2s-generic.c: In function 'blake2s_compress_generic': /kisskb/src/lib/crypto/blake2s-generic.c:44:6: note: byref variable will be forcibly initialized u32 v[16]; ^ /kisskb/src/lib/crypto/blake2s-generic.c:43:6: note: byref variable will be forcibly initialized u32 m[16]; ^ /kisskb/src/lib/crypto/blake2s.c: In function 'blake2s256_hmac': /kisskb/src/lib/crypto/blake2s.c:44:5: note: byref variable will be forcibly initialized u8 i_hash[BLAKE2S_HASH_SIZE] __aligned(__alignof__(u32)); ^ /kisskb/src/lib/crypto/blake2s.c:42:23: note: byref variable will be forcibly initialized struct blake2s_state state; ^ /kisskb/src/drivers/gpio/gpio-bd70528.c: In function 'bd70528_gpio_get_o': /kisskb/src/drivers/gpio/gpio-bd70528.c:131:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/drivers/gpio/gpio-bd70528.c: In function 'bd70528_gpio_get_i': /kisskb/src/drivers/gpio/gpio-bd70528.c:144:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/drivers/gpio/gpio-bd70528.c: In function 'bd70528_get_direction': /kisskb/src/drivers/gpio/gpio-bd70528.c:50:6: note: byref variable will be forcibly initialized int val, ret; ^ In file included from /kisskb/src/lib/842/842_compress.c:16:0: /kisskb/src/lib/842/842_compress.c: In function 'sw842_debugfs_create': /kisskb/src/lib/842/842_debugfs.h:27:8: note: byref variable will be forcibly initialized char name[32]; ^ /kisskb/src/lib/842/842_decompress.c: In function '__split_next_bits': /kisskb/src/lib/842/842_decompress.c:69:6: note: byref variable will be forcibly initialized u64 tmp = 0; ^ /kisskb/src/lib/842/842_decompress.c: In function '__do_index': /kisskb/src/lib/842/842_decompress.c:165:6: note: byref variable will be forcibly initialized u64 index, offset, total = round_down(p->out - p->ostart, 8); ^ /kisskb/src/lib/842/842_decompress.c: In function 'do_data': /kisskb/src/lib/842/842_decompress.c:133:6: note: byref variable will be forcibly initialized u64 v; ^ In file included from /kisskb/src/lib/842/842_decompress.c:14:0: /kisskb/src/lib/842/842_decompress.c: In function 'sw842_debugfs_create': /kisskb/src/lib/842/842_debugfs.h:27:8: note: byref variable will be forcibly initialized char name[32]; ^ /kisskb/src/lib/842/842_decompress.c: In function 'sw842_decompress': /kisskb/src/lib/842/842_decompress.c:283:6: note: byref variable will be forcibly initialized u64 crc; ^ /kisskb/src/lib/842/842_decompress.c:282:20: note: byref variable will be forcibly initialized u64 op, rep, tmp, bytes, total; ^ /kisskb/src/lib/842/842_decompress.c:282:15: note: byref variable will be forcibly initialized u64 op, rep, tmp, bytes, total; ^ /kisskb/src/lib/842/842_decompress.c:282:10: note: byref variable will be forcibly initialized u64 op, rep, tmp, bytes, total; ^ /kisskb/src/lib/842/842_decompress.c:282:6: note: byref variable will be forcibly initialized u64 op, rep, tmp, bytes, total; ^ /kisskb/src/lib/842/842_decompress.c:280:21: note: byref variable will be forcibly initialized struct sw842_param p; ^ /kisskb/src/drivers/pinctrl/pinctrl-sx150x.c: In function 'sx150x_irq_thread_fn': /kisskb/src/drivers/pinctrl/pinctrl-sx150x.c:545:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/drivers/pinctrl/pinctrl-sx150x.c:544:19: note: byref variable will be forcibly initialized unsigned long n, status; ^ /kisskb/src/drivers/pinctrl/pinctrl-sx150x.c: In function 'sx150x_gpio_get': /kisskb/src/drivers/pinctrl/pinctrl-sx150x.c:409:15: note: byref variable will be forcibly initialized unsigned int value; ^ /kisskb/src/drivers/pinctrl/pinctrl-sx150x.c: In function 'sx150x_gpio_get_direction': /kisskb/src/drivers/pinctrl/pinctrl-sx150x.c:390:15: note: byref variable will be forcibly initialized unsigned int value; ^ /kisskb/src/drivers/pinctrl/pinctrl-sx150x.c: In function 'sx150x_pinconf_get': /kisskb/src/drivers/pinctrl/pinctrl-sx150x.c:588:15: note: byref variable will be forcibly initialized unsigned int data; ^ /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'addanddouble_fmonty': /kisskb/src/lib/crypto/curve25519-hacl64.c:353:6: note: byref variable will be forcibly initialized u64 tmp[5] = { 0 }; ^ /kisskb/src/lib/crypto/curve25519-hacl64.c:353:6: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c:353:6: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c:353:6: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'ladder_smallloop_cmult_small_loop_double_step': /kisskb/src/lib/crypto/curve25519-hacl64.c:491:6: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c:491:6: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'ladder_bigloop_cmult_big_loop': /kisskb/src/lib/crypto/curve25519-hacl64.c:491:6: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c:491:6: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'ladder_cmult': /kisskb/src/lib/crypto/curve25519-hacl64.c:491:6: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c:491:6: note: byref variable will be forcibly initialized /kisskb/src/lib/zlib_inflate/inftrees.c: In function 'zlib_inflate_table': /kisskb/src/lib/zlib_inflate/inftrees.c:45:20: note: byref variable will be forcibly initialized unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ ^ /kisskb/src/lib/zlib_inflate/inftrees.c:44:20: note: byref variable will be forcibly initialized unsigned short count[MAXBITS+1]; /* number of codes of each length */ ^ /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'curve25519_generic': /kisskb/src/lib/crypto/curve25519-hacl64.c:300:6: note: byref variable will be forcibly initialized u64 buf[20] = { 0 }; ^ /kisskb/src/lib/crypto/curve25519-hacl64.c:777:8: note: byref variable will be forcibly initialized u64 buf[15] = { 0 }; ^ In file included from /kisskb/src/fs/ext4/inode-test.c:7:0: /kisskb/src/fs/ext4/inode-test.c: In function 'inode_test_xtimestamp_decoding': /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1267:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/fs/ext4/inode-test.c:260:2: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, ^ /kisskb/src/include/kunit/test.h:680:22: note: byref variable will be forcibly initialized struct assert_class __assertion = INITIALIZER; \ ^ /kisskb/src/include/kunit/test.h:780:2: note: in expansion of macro 'KUNIT_ASSERTION' KUNIT_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:802:2: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' KUNIT_BASE_BINARY_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:891:2: note: in expansion of macro 'KUNIT_BASE_EQ_MSG_ASSERTION' KUNIT_BASE_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/include/kunit/test.h:1267:2: note: in expansion of macro 'KUNIT_BINARY_EQ_MSG_ASSERTION' KUNIT_BINARY_EQ_MSG_ASSERTION(test, \ ^ /kisskb/src/fs/ext4/inode-test.c:252:2: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' KUNIT_EXPECT_EQ_MSG(test, ^ /kisskb/src/drivers/pinctrl/pinctrl-stmfx.c: In function 'stmfx_gpio_get': /kisskb/src/drivers/pinctrl/pinctrl-stmfx.c:108:6: note: byref variable will be forcibly initialized u32 value; ^ /kisskb/src/drivers/pinctrl/pinctrl-stmfx.c: In function 'stmfx_pinctrl_irq_thread_fn': /kisskb/src/drivers/pinctrl/pinctrl-stmfx.c:568:19: note: byref variable will be forcibly initialized unsigned long n, status; ^ /kisskb/src/drivers/pinctrl/pinctrl-stmfx.c:567:5: note: byref variable will be forcibly initialized u8 src[NR_GPIO_REGS] = {0, 0, 0}; ^ /kisskb/src/drivers/pinctrl/pinctrl-stmfx.c:566:5: note: byref variable will be forcibly initialized u8 pending[NR_GPIO_REGS]; ^ /kisskb/src/drivers/pinctrl/pinctrl-stmfx.c: In function 'stmfx_gpio_get_direction': /kisskb/src/drivers/pinctrl/pinctrl-stmfx.c:131:6: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/drivers/pinctrl/pinctrl-stmfx.c: In function 'stmfx_pinconf_get_type': /kisskb/src/drivers/pinctrl/pinctrl-stmfx.c:195:6: note: byref variable will be forcibly initialized u32 type, mask = get_mask(offset); ^ /kisskb/src/drivers/pinctrl/pinctrl-stmfx.c: In function 'stmfx_pinconf_get_pupd': /kisskb/src/drivers/pinctrl/pinctrl-stmfx.c:172:6: note: byref variable will be forcibly initialized u32 pupd, mask = get_mask(offset); ^ /kisskb/src/drivers/gpio/gpio-bd71828.c: In function 'bd71828_gpio_get': /kisskb/src/drivers/gpio/gpio-bd71828.c:42:15: note: byref variable will be forcibly initialized unsigned int val; ^ In file included from /kisskb/src/lib/reed_solomon/reed_solomon.c:37:0: /kisskb/src/lib/reed_solomon/reed_solomon.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/drivers/gpio/gpio-da9055.c:13:0: /kisskb/src/drivers/gpio/gpio-da9055.c: In function 'da9055_reg_read': /kisskb/src/include/linux/mfd/da9055/core.h:40:6: note: byref variable will be forcibly initialized int val, ret; ^ /kisskb/src/drivers/gpio/gpio-da9055.c: In function 'da9055_gpio_get': /kisskb/src/include/linux/mfd/da9055/core.h:40:6: note: byref variable will be forcibly initialized /kisskb/src/include/linux/mfd/da9055/core.h:40:6: note: byref variable will be forcibly initialized /kisskb/src/include/linux/mfd/da9055/core.h:40:6: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/acpi.h:15:0, 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:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/gpio/gpio-dwapb.c: In function 'dwapb_do_irq': /kisskb/src/drivers/gpio/gpio-dwapb.c:195:16: note: byref variable will be forcibly initialized unsigned long irq_status; ^ In file included from /kisskb/src/include/linux/wait_bit.h:8:0, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/jbd2/transaction.c:18: /kisskb/src/fs/jbd2/transaction.c: In function 'add_transaction_credits': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/jbd2/transaction.c:310:3: note: in expansion of macro 'wait_event' wait_event(journal->j_wait_reserved, ^ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/jbd2/transaction.c:266:4: note: in expansion of macro 'wait_event' wait_event(journal->j_wait_reserved, ^ /kisskb/src/fs/jbd2/transaction.c: In function 'start_this_handle': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/jbd2/transaction.c:388:3: note: in expansion of macro 'wait_event' wait_event(journal->j_wait_transaction_locked, ^ /kisskb/src/fs/jbd2/transaction.c: In function 'jbd2_journal_lock_updates': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/jbd2/transaction.c:839:3: note: in expansion of macro 'wait_event' wait_event(journal->j_wait_reserved, ^ /kisskb/src/fs/jbd2/transaction.c: In function 'jbd2_journal_stop': /kisskb/src/fs/jbd2/transaction.c:1867:12: note: byref variable will be forcibly initialized ktime_t expires = ktime_add_ns(ktime_get(), ^ /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c: In function 'ocelot_pinconf_get': /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c:886:6: note: byref variable will be forcibly initialized int val, err; ^ In file included from /kisskb/src/include/linux/gpio/driver.h:5:0, from /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c:10: /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, from /kisskb/src/include/linux/gpio/driver.h:7, from /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c:10: /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c: In function 'ocelot_gpio_get': /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c:1140:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c: In function 'ocelot_gpio_get_direction': /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c:1164:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c: In function 'ocelot_irq_handler': /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c:1280:16: note: byref variable will be forcibly initialized unsigned long irqs; ^ /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c:1279:15: note: byref variable will be forcibly initialized unsigned int reg = 0, irq, i; ^ /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 ush bl_count[MAX_BITS+1]; ^ /kisskb/src/fs/ramfs/inode.c: In function 'ramfs_parse_param': /kisskb/src/fs/ramfs/inode.c:208:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^ /kisskb/src/drivers/gpio/gpio-ftgpio010.c: In function 'ftgpio_gpio_irq_handler': /kisskb/src/drivers/gpio/gpio-ftgpio010.c:145:16: note: byref variable will be forcibly initialized unsigned long stat; ^ In file included from /kisskb/src/include/linux/gpio/driver.h:5:0, 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:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/gpio/gpio-hisi.c: In function 'hisi_gpio_irq_handler': /kisskb/src/drivers/gpio/gpio-hisi.c:182:16: note: byref variable will be forcibly initialized unsigned long irq_msk = hisi_gpio_read_reg(&hisi_gpio->chip, ^ /kisskb/src/lib/lzo/lzo1x_compress.c: In function 'lzogeneric1x_1_compress': /kisskb/src/lib/lzo/lzo1x_compress.c:313:14: note: byref variable will be forcibly initialized signed char state_offset = -2; ^ In file included from /kisskb/src/fs/jbd2/recovery.c:18:0: /kisskb/src/fs/jbd2/recovery.c: In function 'jbd2_chksum': /kisskb/src/include/linux/jbd2.h:1740:4: note: byref variable will be forcibly initialized } desc; ^ /kisskb/src/fs/jbd2/recovery.c: In function 'jbd2_block_tag_csum_verify': /kisskb/src/fs/jbd2/recovery.c:441:9: note: byref variable will be forcibly initialized __be32 seq; ^ /kisskb/src/fs/jbd2/recovery.c: In function 'do_readahead': /kisskb/src/fs/jbd2/recovery.c:73:23: note: byref variable will be forcibly initialized struct buffer_head * bufs[MAXBUF]; ^ /kisskb/src/fs/jbd2/recovery.c:70:21: note: byref variable will be forcibly initialized unsigned long long blocknr; ^ /kisskb/src/fs/jbd2/recovery.c: In function 'jread': /kisskb/src/fs/jbd2/recovery.c:132:21: note: byref variable will be forcibly initialized unsigned long long blocknr; ^ /kisskb/src/fs/jbd2/recovery.c: In function 'calc_chksums': /kisskb/src/fs/jbd2/recovery.c:395:22: note: byref variable will be forcibly initialized struct buffer_head *obh; ^ /kisskb/src/fs/jbd2/recovery.c: In function 'fc_do_one_pass': /kisskb/src/fs/jbd2/recovery.c:240:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/jbd2/recovery.c: In function 'do_one_pass': /kisskb/src/fs/jbd2/recovery.c:501:24: note: byref variable will be forcibly initialized struct buffer_head * obh; ^ /kisskb/src/fs/jbd2/recovery.c:468:10: note: byref variable will be forcibly initialized __u32 crc32_sum = ~0; /* Transactional Checksums */ ^ /kisskb/src/fs/jbd2/recovery.c:464:23: note: byref variable will be forcibly initialized struct buffer_head * bh; ^ /kisskb/src/fs/jbd2/recovery.c:460:17: note: byref variable will be forcibly initialized unsigned long next_log_block; ^ /kisskb/src/fs/jbd2/recovery.c: In function 'jbd2_journal_recover': /kisskb/src/fs/jbd2/recovery.c:289:23: note: byref variable will be forcibly initialized struct recovery_info info; ^ /kisskb/src/fs/jbd2/recovery.c: In function 'jbd2_journal_skip_recovery': /kisskb/src/fs/jbd2/recovery.c:353:23: note: byref variable will be forcibly initialized struct recovery_info info; ^ In file included from /kisskb/src/fs/jbd2/commit.c:15:0: /kisskb/src/fs/jbd2/commit.c: In function 'jbd2_chksum': /kisskb/src/include/linux/jbd2.h:1740:4: note: byref variable will be forcibly initialized } desc; ^ /kisskb/src/fs/jbd2/commit.c: In function 'jbd2_block_tag_csum_set': /kisskb/src/fs/jbd2/commit.c:358:9: note: byref variable will be forcibly initialized __be32 seq; ^ /kisskb/src/fs/jbd2/commit.c: In function 'journal_submit_commit_record': /kisskb/src/fs/jbd2/commit.c:124:20: note: byref variable will be forcibly initialized struct timespec64 now; ^ /kisskb/src/drivers/gpio/gpio-logicvc.c: In function 'logicvc_gpio_get': /kisskb/src/drivers/gpio/gpio-logicvc.c:53:25: note: byref variable will be forcibly initialized unsigned int reg, bit, value; ^ /kisskb/src/drivers/gpio/gpio-logicvc.c: In function 'logicvc_gpio_probe': /kisskb/src/drivers/gpio/gpio-logicvc.c:107:19: note: byref variable will be forcibly initialized struct resource res; ^ In file included from /kisskb/src/include/linux/wait_bit.h:8:0, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/jbd2/commit.c:14: /kisskb/src/fs/jbd2/commit.c: In function 'jbd2_journal_commit_transaction': /kisskb/src/fs/jbd2/commit.c:489:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^ /kisskb/src/fs/jbd2/commit.c:489:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^ /kisskb/src/fs/jbd2/commit.c:445:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^ /kisskb/src/fs/jbd2/commit.c:445:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^ In file included from /kisskb/src/include/linux/smp.h:12:0, 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:65, from /kisskb/src/include/linux/time32.h:13, from /kisskb/src/include/linux/time.h:60, from /kisskb/src/fs/jbd2/commit.c:13: /kisskb/src/fs/jbd2/commit.c:410:12: note: byref variable will be forcibly initialized LIST_HEAD(log_bufs); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/jbd2/commit.c:409:12: note: byref variable will be forcibly initialized LIST_HEAD(io_bufs); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/jbd2/commit.c:406:8: note: byref variable will be forcibly initialized tid_t first_tid; ^ /kisskb/src/fs/jbd2/commit.c:405:16: note: byref variable will be forcibly initialized unsigned long first_block; ^ /kisskb/src/fs/jbd2/commit.c:403:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/jbd2/commit.c:401:22: note: byref variable will be forcibly initialized struct buffer_head *cbh = NULL; /* For transactional checksums */ ^ /kisskb/src/fs/jbd2/commit.c:391:21: note: byref variable will be forcibly initialized unsigned long long blocknr; ^ In file included from /kisskb/src/lib/crypto/des.c:23:0: /kisskb/src/lib/crypto/des.c: In function 'des3_ede_verify_key': /kisskb/src/include/crypto/internal/des.h:59:6: note: byref variable will be forcibly initialized u32 K[6]; ^ /kisskb/src/drivers/video/backlight/ams369fg06.c: In function 'ams369fg06_spi_write_byte': /kisskb/src/drivers/video/backlight/ams369fg06.c:161:21: note: byref variable will be forcibly initialized struct spi_message msg; ^ /kisskb/src/drivers/video/backlight/ams369fg06.c:160:6: note: byref variable will be forcibly initialized u16 buf[1]; ^ /kisskb/src/drivers/video/backlight/ams369fg06.c: In function 'ams369fg06_probe': /kisskb/src/drivers/video/backlight/ams369fg06.c:445:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^ /kisskb/src/drivers/gpio/gpio-lp3943.c: In function 'lp3943_get_gpio_in_status': /kisskb/src/drivers/gpio/gpio-lp3943.c:87:11: note: byref variable will be forcibly initialized u8 addr, read; ^ /kisskb/src/drivers/gpio/gpio-lp3943.c: In function 'lp3943_get_gpio_out_status': /kisskb/src/drivers/gpio/gpio-lp3943.c:114:5: note: byref variable will be forcibly initialized u8 read; ^ /kisskb/src/lib/crypto/sha256.c: In function 'sha256_update': /kisskb/src/lib/crypto/sha256.c:126:6: note: byref variable will be forcibly initialized u32 W[64]; ^ /kisskb/src/lib/crypto/sha256.c: In function '__sha256_final': /kisskb/src/lib/crypto/sha256.c:163:9: note: byref variable will be forcibly initialized __be64 bits; ^ /kisskb/src/lib/crypto/sha256.c: In function 'sha256': /kisskb/src/lib/crypto/sha256.c:201:22: note: byref variable will be forcibly initialized struct sha256_state sctx; ^ /kisskb/src/fs/jbd2/checkpoint.c: In function '__flush_batch': /kisskb/src/fs/jbd2/checkpoint.c:183:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/jbd2/checkpoint.c: In function 'jbd2_cleanup_journal_tail': /kisskb/src/fs/jbd2/checkpoint.c:401:16: note: byref variable will be forcibly initialized unsigned long blocknr; ^ /kisskb/src/fs/jbd2/checkpoint.c:400:9: note: byref variable will be forcibly initialized tid_t first_tid; ^ /kisskb/src/fs/jbd2/checkpoint.c: In function 'jbd2_log_do_checkpoint': /kisskb/src/fs/jbd2/checkpoint.c:212:16: note: byref variable will be forcibly initialized int result, batch_count = 0; ^ /kisskb/src/drivers/video/backlight/lcd.c: In function 'contrast_store': /kisskb/src/drivers/video/backlight/lcd.c:133:16: note: byref variable will be forcibly initialized unsigned long contrast; ^ /kisskb/src/drivers/video/backlight/lcd.c: In function 'lcd_power_store': /kisskb/src/drivers/video/backlight/lcd.c:94:16: note: byref variable will be forcibly initialized unsigned long power; ^ /kisskb/src/drivers/video/backlight/ili922x.c: In function 'ili922x_write': /kisskb/src/drivers/video/backlight/ili922x.c:251:16: note: byref variable will be forcibly initialized unsigned char rbuf[CMD_BUFSIZE]; ^ /kisskb/src/drivers/video/backlight/ili922x.c:250:16: note: byref variable will be forcibly initialized unsigned char tbuf[CMD_BUFSIZE]; ^ /kisskb/src/drivers/video/backlight/ili922x.c:249:37: note: byref variable will be forcibly initialized struct spi_transfer xfer_regindex, xfer_regvalue; ^ /kisskb/src/drivers/video/backlight/ili922x.c:249:22: note: byref variable will be forcibly initialized struct spi_transfer xfer_regindex, xfer_regvalue; ^ /kisskb/src/drivers/video/backlight/ili922x.c:248:21: note: byref variable will be forcibly initialized struct spi_message msg; ^ /kisskb/src/drivers/video/backlight/ili922x.c: In function 'ili922x_read': /kisskb/src/drivers/video/backlight/ili922x.c:197:16: note: byref variable will be forcibly initialized unsigned char rbuf[CMD_BUFSIZE]; ^ /kisskb/src/drivers/video/backlight/ili922x.c:196:16: note: byref variable will be forcibly initialized unsigned char tbuf[CMD_BUFSIZE]; ^ /kisskb/src/drivers/video/backlight/ili922x.c:195:37: note: byref variable will be forcibly initialized struct spi_transfer xfer_regindex, xfer_regvalue; ^ /kisskb/src/drivers/video/backlight/ili922x.c:195:22: note: byref variable will be forcibly initialized struct spi_transfer xfer_regindex, xfer_regvalue; ^ /kisskb/src/drivers/video/backlight/ili922x.c:194:21: note: byref variable will be forcibly initialized struct spi_message msg; ^ /kisskb/src/drivers/video/backlight/ili922x.c: In function 'ili922x_read_status': /kisskb/src/drivers/video/backlight/ili922x.c:154:16: note: byref variable will be forcibly initialized unsigned char rbuf[CMD_BUFSIZE]; ^ /kisskb/src/drivers/video/backlight/ili922x.c:153:16: note: byref variable will be forcibly initialized unsigned char tbuf[CMD_BUFSIZE]; ^ /kisskb/src/drivers/video/backlight/ili922x.c:152:22: note: byref variable will be forcibly initialized struct spi_transfer xfer; ^ /kisskb/src/drivers/video/backlight/ili922x.c:151:21: note: byref variable will be forcibly initialized struct spi_message msg; ^ /kisskb/src/drivers/video/backlight/ili922x.c: In function 'set_write_to_gram_reg': /kisskb/src/drivers/video/backlight/ili922x.c:325:16: note: byref variable will be forcibly initialized unsigned char tbuf[CMD_BUFSIZE]; ^ /kisskb/src/drivers/video/backlight/ili922x.c:324:22: note: byref variable will be forcibly initialized struct spi_transfer xfer; ^ /kisskb/src/drivers/video/backlight/ili922x.c:323:21: note: byref variable will be forcibly initialized struct spi_message msg; ^ /kisskb/src/drivers/video/backlight/ili922x.c: In function 'ili922x_probe': /kisskb/src/drivers/video/backlight/ili922x.c:481:6: note: byref variable will be forcibly initialized u16 reg = 0; ^ /kisskb/src/fs/minix/bitmap.c: In function 'minix_clear_inode': /kisskb/src/fs/minix/bitmap.c:160:22: note: byref variable will be forcibly initialized struct buffer_head *bh = NULL; ^ /kisskb/src/drivers/gpio/gpio-lp87565.c: In function 'lp87565_gpio_get': /kisskb/src/drivers/gpio/gpio-lp87565.c:32:11: note: byref variable will be forcibly initialized int ret, val; ^ /kisskb/src/drivers/gpio/gpio-lp87565.c: In function 'lp87565_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-lp87565.c:54:11: note: byref variable will be forcibly initialized int ret, val; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/include/linux/jbd2.h:23, from /kisskb/src/fs/jbd2/revoke.c:85: /kisskb/src/fs/jbd2/revoke.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/fs/minix/itree_v1.c:51:0: /kisskb/src/fs/minix/itree_v1.c: In function 'get_block': /kisskb/src/fs/minix/itree_common.c:157:11: note: byref variable will be forcibly initialized Indirect chain[DEPTH]; ^ /kisskb/src/fs/minix/itree_common.c:156:6: note: byref variable will be forcibly initialized int offsets[DEPTH]; ^ /kisskb/src/fs/minix/itree_common.c:155:6: note: byref variable will be forcibly initialized int err = -EIO; ^ /kisskb/src/fs/minix/itree_v1.c: In function 'find_shared': /kisskb/src/fs/minix/itree_common.c:230:9: note: byref variable will be forcibly initialized int k, err; ^ /kisskb/src/fs/jbd2/revoke.c: In function 'jbd2_journal_write_revoke_records': /kisskb/src/fs/jbd2/revoke.c:538:9: note: byref variable will be forcibly initialized int i, offset, count; ^ /kisskb/src/fs/jbd2/revoke.c:534:22: note: byref variable will be forcibly initialized struct buffer_head *descriptor; ^ /kisskb/src/fs/minix/itree_v1.c: In function 'truncate': /kisskb/src/fs/minix/itree_common.c:307:10: note: byref variable will be forcibly initialized block_t nr = 0; ^ /kisskb/src/fs/minix/itree_common.c:305:11: note: byref variable will be forcibly initialized Indirect chain[DEPTH]; ^ /kisskb/src/fs/minix/itree_common.c:304:6: note: byref variable will be forcibly initialized int offsets[DEPTH]; ^ /kisskb/src/fs/exfat/inode.c: In function 'exfat_map_cluster': /kisskb/src/fs/exfat/inode.c:142:16: note: byref variable will be forcibly initialized unsigned int fclus = 0; ^ /kisskb/src/fs/exfat/inode.c:110:21: note: byref variable will be forcibly initialized struct exfat_chain new_clu; ^ /kisskb/src/fs/exfat/inode.c:109:15: note: byref variable will be forcibly initialized unsigned int last_clu; ^ /kisskb/src/fs/exfat/inode.c: In function 'exfat_get_block': /kisskb/src/fs/exfat/inode.c:299:15: note: byref variable will be forcibly initialized unsigned int cluster, sec_offset; ^ /kisskb/src/fs/exfat/namei.c: In function 'exfat_d_cmp': /kisskb/src/fs/exfat/namei.c:109:14: note: byref variable will be forcibly initialized wchar_t c1, c2; ^ /kisskb/src/fs/exfat/namei.c:109:10: note: byref variable will be forcibly initialized wchar_t c1, c2; ^ /kisskb/src/fs/exfat/namei.c: In function 'exfat_d_hash': /kisskb/src/fs/exfat/namei.c:89:10: note: byref variable will be forcibly initialized wchar_t c; ^ /kisskb/src/fs/exfat/namei.c: In function 'exfat_utf8_d_cmp': /kisskb/src/fs/exfat/namei.c:166:17: note: byref variable will be forcibly initialized unicode_t u_a, u_b; ^ /kisskb/src/fs/exfat/namei.c:166:12: note: byref variable will be forcibly initialized unicode_t u_a, u_b; ^ /kisskb/src/fs/exfat/namei.c: In function 'exfat_utf8_d_hash': /kisskb/src/fs/exfat/namei.c:142:12: note: byref variable will be forcibly initialized unicode_t u; ^ /kisskb/src/fs/exfat/namei.c: In function '__exfat_resolve_path': /kisskb/src/fs/exfat/namei.c:416:6: note: byref variable will be forcibly initialized int lossy = NLS_NAME_NO_LOSSY; ^ /kisskb/src/fs/exfat/namei.c: In function 'exfat_check_dir_empty': /kisskb/src/fs/exfat/namei.c:883:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/exfat/namei.c:880:21: note: byref variable will be forcibly initialized struct exfat_chain clu; ^ /kisskb/src/fs/exfat/namei.c: In function 'exfat_search_empty_slot': /kisskb/src/fs/exfat/namei.c:211:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/exfat/namei.c:208:21: note: byref variable will be forcibly initialized struct exfat_chain clu; ^ /kisskb/src/fs/exfat/namei.c: In function 'exfat_find_empty_entry': /kisskb/src/fs/exfat/namei.c:379:24: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/exfat/namei.c:316:25: note: byref variable will be forcibly initialized struct exfat_hint_femp hint_femp; ^ /kisskb/src/fs/exfat/namei.c:311:21: note: byref variable will be forcibly initialized struct exfat_chain clu; ^ /kisskb/src/fs/exfat/namei.c:309:11: note: byref variable will be forcibly initialized sector_t sector; ^ /kisskb/src/fs/exfat/namei.c:308:20: note: byref variable will be forcibly initialized unsigned int ret, last_clu; ^ /kisskb/src/fs/exfat/namei.c: In function 'exfat_rename_file': /kisskb/src/fs/exfat/namei.c:1004:31: note: byref variable will be forcibly initialized struct buffer_head *new_bh, *old_bh; ^ /kisskb/src/fs/exfat/namei.c:1004:22: note: byref variable will be forcibly initialized struct buffer_head *new_bh, *old_bh; ^ /kisskb/src/fs/exfat/namei.c:1001:23: note: byref variable will be forcibly initialized sector_t sector_old, sector_new; ^ /kisskb/src/fs/exfat/namei.c:1001:11: note: byref variable will be forcibly initialized sector_t sector_old, sector_new; ^ /kisskb/src/fs/exfat/namei.c: In function 'exfat_move_file': /kisskb/src/fs/exfat/namei.c:1092:31: note: byref variable will be forcibly initialized struct buffer_head *mov_bh, *new_bh; ^ /kisskb/src/fs/exfat/namei.c:1092:22: note: byref variable will be forcibly initialized struct buffer_head *mov_bh, *new_bh; ^ /kisskb/src/fs/exfat/namei.c:1089:23: note: byref variable will be forcibly initialized sector_t sector_mov, sector_new; ^ /kisskb/src/fs/exfat/namei.c:1089:11: note: byref variable will be forcibly initialized sector_t sector_mov, sector_new; ^ /kisskb/src/fs/exfat/namei.c: In function '__exfat_rename': /kisskb/src/fs/exfat/namei.c:1295:23: note: byref variable will be forcibly initialized struct exfat_chain new_clu_to_free; ^ /kisskb/src/fs/exfat/namei.c:1242:23: note: byref variable will be forcibly initialized struct exfat_chain new_clu; ^ /kisskb/src/fs/exfat/namei.c:1196:31: note: byref variable will be forcibly initialized struct buffer_head *old_bh, *new_bh = NULL; ^ /kisskb/src/fs/exfat/namei.c:1196:22: note: byref variable will be forcibly initialized struct buffer_head *old_bh, *new_bh = NULL; ^ /kisskb/src/fs/exfat/namei.c:1186:24: note: byref variable will be forcibly initialized struct exfat_uni_name uni_name; ^ /kisskb/src/fs/exfat/namei.c:1184:29: note: byref variable will be forcibly initialized struct exfat_chain olddir, newdir; ^ /kisskb/src/fs/exfat/namei.c:1184:21: note: byref variable will be forcibly initialized struct exfat_chain olddir, newdir; ^ /kisskb/src/fs/exfat/namei.c: In function 'exfat_rmdir': /kisskb/src/fs/exfat/namei.c:928:11: note: byref variable will be forcibly initialized sector_t sector; ^ /kisskb/src/fs/exfat/namei.c:927:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/exfat/namei.c:923:27: note: byref variable will be forcibly initialized struct exfat_chain cdir, clu_to_free; ^ /kisskb/src/fs/exfat/namei.c:923:21: note: byref variable will be forcibly initialized struct exfat_chain cdir, clu_to_free; ^ /kisskb/src/fs/exfat/namei.c: In function 'exfat_unlink': /kisskb/src/fs/exfat/namei.c:775:11: note: byref variable will be forcibly initialized sector_t sector; ^ /kisskb/src/fs/exfat/namei.c:774:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/exfat/namei.c:769:21: note: byref variable will be forcibly initialized struct exfat_chain cdir; ^ /kisskb/src/fs/exfat/namei.c: In function 'exfat_add_entry': /kisskb/src/fs/exfat/namei.c:479:21: note: byref variable will be forcibly initialized struct exfat_chain clu; ^ /kisskb/src/fs/exfat/namei.c:478:24: note: byref variable will be forcibly initialized struct exfat_uni_name uniname; ^ /kisskb/src/fs/exfat/namei.c: In function 'exfat_mkdir': /kisskb/src/fs/exfat/namei.c:836:21: note: byref variable will be forcibly initialized struct exfat_chain cdir; ^ /kisskb/src/fs/exfat/namei.c:835:25: note: byref variable will be forcibly initialized struct exfat_dir_entry info; ^ /kisskb/src/fs/exfat/namei.c: In function 'exfat_create': /kisskb/src/fs/exfat/namei.c:550:25: note: byref variable will be forcibly initialized struct exfat_dir_entry info; ^ /kisskb/src/fs/exfat/namei.c:549:21: note: byref variable will be forcibly initialized struct exfat_chain cdir; ^ /kisskb/src/fs/exfat/namei.c: In function 'exfat_find': /kisskb/src/fs/exfat/namei.c:593:24: note: byref variable will be forcibly initialized struct exfat_uni_name uni_name; ^ /kisskb/src/fs/exfat/namei.c:592:21: note: byref variable will be forcibly initialized struct exfat_chain cdir; ^ /kisskb/src/fs/exfat/namei.c: In function 'exfat_lookup': /kisskb/src/fs/exfat/namei.c:696:25: note: byref variable will be forcibly initialized struct exfat_dir_entry info; ^ /kisskb/src/drivers/gpio/gpio-madera.c: In function 'madera_gpio_get': /kisskb/src/drivers/gpio/gpio-madera.c:59:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/drivers/gpio/gpio-madera.c: In function 'madera_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-madera.c:29:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/drivers/video/backlight/lms501kf03.c: In function 'lms501kf03_spi_write_byte': /kisskb/src/drivers/video/backlight/lms501kf03.c:106:21: note: byref variable will be forcibly initialized struct spi_message msg; ^ /kisskb/src/drivers/video/backlight/lms501kf03.c:105:6: note: byref variable will be forcibly initialized u16 buf[1]; ^ In file included from /kisskb/src/fs/minix/itree_v2.c:59:0: /kisskb/src/fs/minix/itree_v2.c: In function 'get_block': /kisskb/src/fs/minix/itree_common.c:157:11: note: byref variable will be forcibly initialized Indirect chain[DEPTH]; ^ /kisskb/src/fs/minix/itree_common.c:156:6: note: byref variable will be forcibly initialized int offsets[DEPTH]; ^ /kisskb/src/fs/minix/itree_common.c:155:6: note: byref variable will be forcibly initialized int err = -EIO; ^ /kisskb/src/fs/minix/itree_v2.c: In function 'find_shared': /kisskb/src/fs/minix/itree_common.c:230:9: note: byref variable will be forcibly initialized int k, err; ^ /kisskb/src/fs/minix/itree_v2.c: In function 'truncate': /kisskb/src/fs/minix/itree_common.c:307:10: note: byref variable will be forcibly initialized block_t nr = 0; ^ /kisskb/src/fs/minix/itree_common.c:305:11: note: byref variable will be forcibly initialized Indirect chain[DEPTH]; ^ /kisskb/src/fs/minix/itree_common.c:304:6: note: byref variable will be forcibly initialized int offsets[DEPTH]; ^ /kisskb/src/fs/minix/namei.c: In function 'minix_tmpfile': /kisskb/src/fs/minix/namei.c:58:6: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/minix/namei.c: In function 'minix_unlink': /kisskb/src/fs/minix/namei.c:155:16: note: byref variable will be forcibly initialized struct page * page; ^ /kisskb/src/fs/minix/namei.c: In function 'minix_rename': /kisskb/src/fs/minix/namei.c:215:17: note: byref variable will be forcibly initialized struct page * new_page; ^ /kisskb/src/fs/minix/namei.c:196:16: note: byref variable will be forcibly initialized struct page * old_page; ^ /kisskb/src/fs/minix/namei.c:194:16: note: byref variable will be forcibly initialized struct page * dir_page = NULL; ^ /kisskb/src/fs/minix/namei.c: In function 'minix_mknod': /kisskb/src/fs/minix/namei.c:39:6: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/minix/namei.c: In function 'minix_mkdir': /kisskb/src/fs/minix/namei.c:118:6: note: byref variable will be forcibly initialized int err; ^ /kisskb/src/fs/minix/namei.c: In function 'minix_symlink': /kisskb/src/fs/minix/namei.c:77:6: note: byref variable will be forcibly initialized int err = -ENAMETOOLONG; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/fs/jbd2/journal.c:22: /kisskb/src/fs/jbd2/journal.c: In function 'journal_kill_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/jbd2/journal.c:297:3: note: in expansion of macro 'wait_event' wait_event(journal->j_wait_done_commit, journal->j_task == NULL); ^ In file included from /kisskb/src/fs/jbd2/journal.c:25:0: /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_chksum': /kisskb/src/include/linux/jbd2.h:1740:4: note: byref variable will be forcibly initialized } desc; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/include/linux/jbd2.h:23, from /kisskb/src/fs/jbd2/journal.c:25: /kisskb/src/fs/jbd2/journal.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/jbd2/journal.c: In function 'journal_get_superblock': /kisskb/src/fs/jbd2/journal.c:1734:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/fs/jbd2/journal.c:22: /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_start_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/jbd2/journal.c:285:2: note: in expansion of macro 'wait_event' wait_event(journal->j_wait_done_commit, journal->j_task != NULL); ^ /kisskb/src/fs/jbd2/journal.c: In function '__jbd2_debug': /kisskb/src/fs/jbd2/journal.c:108:10: note: byref variable will be forcibly initialized va_list args; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/fs/jbd2/journal.c:22: /kisskb/src/fs/jbd2/journal.c: In function 'kjournald2': /kisskb/src/fs/jbd2/journal.c:234:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^ /kisskb/src/fs/jbd2/journal.c:234:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_log_wait_commit': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/jbd2/journal.c:712:3: note: in expansion of macro 'wait_event' wait_event(journal->j_wait_done_commit, ^ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_fc_begin_commit': /kisskb/src/fs/jbd2/journal.c:749:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^ /kisskb/src/fs/jbd2/journal.c:749:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_init_inode': /kisskb/src/fs/jbd2/journal.c:1432:11: note: byref variable will be forcibly initialized sector_t blocknr; ^ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_bmap': /kisskb/src/fs/jbd2/journal.c:976:11: note: byref variable will be forcibly initialized sector_t block = 0; ^ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_get_descriptor_buffer': /kisskb/src/fs/jbd2/journal.c:1013:21: note: byref variable will be forcibly initialized unsigned long long blocknr; ^ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_fc_get_buf': /kisskb/src/fs/jbd2/journal.c:873:21: note: byref variable will be forcibly initialized unsigned long long pblock; ^ In file included from /kisskb/src/include/linux/fs.h:6:0, 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:18, from /kisskb/src/fs/jbd2/journal.c:22: /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_release_jbd_inode': /kisskb/src/fs/jbd2/journal.c:2876:19: note: byref variable will be forcibly initialized DEFINE_WAIT_BIT(wait, &jinode->i_flags, __JI_COMMIT_RUNNING); ^ /kisskb/src/include/linux/wait_bit.h:39:30: note: in definition of macro 'DEFINE_WAIT_BIT' struct wait_bit_queue_entry name = { \ ^ /kisskb/src/drivers/gpio/gpio-max3191x.c: In function 'max3191x_readout_locked': /kisskb/src/drivers/gpio/gpio-max3191x.c:138:7: note: byref variable will be forcibly initialized u8 in = ((u8 *)max3191x->xfer.rx_buf)[i * 2]; ^ /kisskb/src/drivers/gpio/gpio-max3191x.c: In function 'max3191x_get_multiple': /kisskb/src/drivers/gpio/gpio-max3191x.c:239:16: note: byref variable will be forcibly initialized unsigned long gpio_mask; ^ In file included from /kisskb/src/include/linux/gpio/driver.h:5:0, from /kisskb/src/drivers/gpio/gpio-max3191x.c:37: /kisskb/src/drivers/gpio/gpio-max3191x.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/video/backlight/ltv350qv.c: In function 'ltv350qv_write_reg': /kisskb/src/drivers/video/backlight/ltv350qv.c:39:21: note: byref variable will be forcibly initialized struct spi_message msg; ^ /kisskb/src/fs/exfat/dir.c: In function 'exfat_walk_fat_chain': /kisskb/src/fs/exfat/dir.c:626:15: note: byref variable will be forcibly initialized unsigned int cur_clu; ^ /kisskb/src/fs/exfat/dir.c: In function 'exfat_find_location': /kisskb/src/fs/exfat/dir.c:656:20: note: byref variable will be forcibly initialized unsigned int off, clu = 0; ^ /kisskb/src/fs/exfat/dir.c: In function 'exfat_get_dentry': /kisskb/src/fs/exfat/dir.c:718:11: note: byref variable will be forcibly initialized sector_t sec; ^ /kisskb/src/fs/exfat/dir.c:717:6: note: byref variable will be forcibly initialized int off; ^ /kisskb/src/fs/exfat/dir.c: In function 'exfat_init_dir_entry': /kisskb/src/fs/exfat/dir.c:443:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/exfat/dir.c:441:11: note: byref variable will be forcibly initialized sector_t sector; ^ /kisskb/src/fs/exfat/dir.c:440:20: note: byref variable will be forcibly initialized struct timespec64 ts = current_time(inode); ^ /kisskb/src/fs/exfat/dir.c: In function 'exfat_update_dir_chksum': /kisskb/src/fs/exfat/dir.c:495:28: note: byref variable will be forcibly initialized struct buffer_head *fbh, *bh; ^ /kisskb/src/fs/exfat/dir.c:495:22: note: byref variable will be forcibly initialized struct buffer_head *fbh, *bh; ^ /kisskb/src/fs/exfat/dir.c:492:11: note: byref variable will be forcibly initialized sector_t sector; ^ /kisskb/src/fs/exfat/dir.c: In function 'exfat_init_ext_entry': /kisskb/src/fs/exfat/dir.c:530:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/exfat/dir.c:527:11: note: byref variable will be forcibly initialized sector_t sector; ^ /kisskb/src/fs/exfat/dir.c: In function 'exfat_remove_entries': /kisskb/src/fs/exfat/dir.c:572:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/exfat/dir.c:570:11: note: byref variable will be forcibly initialized sector_t sector; ^ /kisskb/src/fs/exfat/dir.c: In function 'exfat_get_dentry_set': /kisskb/src/fs/exfat/dir.c:826:34: note: byref variable will be forcibly initialized enum exfat_validate_dentry_mode mode = ES_MODE_STARTED; ^ /kisskb/src/fs/exfat/dir.c:820:33: note: byref variable will be forcibly initialized unsigned int off, byte_offset, clu = 0; ^ /kisskb/src/fs/exfat/dir.c: In function 'exfat_readdir': /kisskb/src/fs/exfat/dir.c:74:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/exfat/dir.c:68:24: note: byref variable will be forcibly initialized struct exfat_uni_name uni_name; ^ /kisskb/src/fs/exfat/dir.c:67:26: note: byref variable will be forcibly initialized struct exfat_chain dir, clu; ^ /kisskb/src/fs/exfat/dir.c:67:21: note: byref variable will be forcibly initialized struct exfat_chain dir, clu; ^ /kisskb/src/fs/exfat/dir.c:66:11: note: byref variable will be forcibly initialized sector_t sector; ^ /kisskb/src/fs/exfat/dir.c: In function 'exfat_iterate': /kisskb/src/fs/exfat/dir.c:222:9: note: byref variable will be forcibly initialized loff_t cpos, i_pos; ^ /kisskb/src/fs/exfat/dir.c:218:25: note: byref variable will be forcibly initialized struct exfat_dir_entry de; ^ /kisskb/src/fs/exfat/dir.c: In function 'exfat_find_dir_entry': /kisskb/src/fs/exfat/dir.c:1025:20: note: byref variable will be forcibly initialized unsigned short entry_uniname[16], unichar; ^ /kisskb/src/fs/exfat/dir.c:946:24: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/exfat/dir.c:925:25: note: byref variable will be forcibly initialized struct exfat_hint_femp candi_empty; ^ /kisskb/src/fs/exfat/dir.c:923:21: note: byref variable will be forcibly initialized struct exfat_chain clu; ^ /kisskb/src/fs/exfat/dir.c: In function 'exfat_count_ext_entries': /kisskb/src/fs/exfat/dir.c:1131:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/exfat/dir.c: In function 'exfat_count_dir_entries': /kisskb/src/fs/exfat/dir.c:1156:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/exfat/dir.c:1153:21: note: byref variable will be forcibly initialized struct exfat_chain clu; ^ /kisskb/src/drivers/gpio/gpio-max7301.c: In function 'max7301_spi_write': /kisskb/src/drivers/gpio/gpio-max7301.c:23:6: note: byref variable will be forcibly initialized u16 word = ((reg & 0x7F) << 8) | (val & 0xFF); ^ /kisskb/src/drivers/gpio/gpio-max7301.c: In function 'max7301_spi_read': /kisskb/src/drivers/gpio/gpio-max7301.c:33:6: note: byref variable will be forcibly initialized u16 word; ^ /kisskb/src/fs/minix/inode.c: In function 'V1_minix_update_inode': /kisskb/src/fs/minix/inode.c:581:23: note: byref variable will be forcibly initialized struct buffer_head * bh; ^ /kisskb/src/fs/minix/inode.c: In function 'V2_minix_update_inode': /kisskb/src/fs/minix/inode.c:608:23: note: byref variable will be forcibly initialized struct buffer_head * bh; ^ /kisskb/src/fs/minix/inode.c: In function 'V1_minix_iget': /kisskb/src/fs/minix/inode.c:480:23: note: byref variable will be forcibly initialized struct buffer_head * bh; ^ /kisskb/src/fs/minix/inode.c: In function 'V2_minix_iget': /kisskb/src/fs/minix/inode.c:520:23: note: byref variable will be forcibly initialized struct buffer_head * bh; ^ In file included from /kisskb/src/drivers/video/backlight/otm3225a.c:20:0: /kisskb/src/drivers/video/backlight/otm3225a.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1259:21: note: byref variable will be forcibly initialized struct spi_message msg; ^ /kisskb/src/drivers/video/backlight/otm3225a.c: In function 'otm3225a_write': /kisskb/src/drivers/video/backlight/otm3225a.c:163:16: note: byref variable will be forcibly initialized unsigned char buf[3]; ^ /kisskb/src/lib/zstd/fse_compress.c: In function 'FSE_compress_usingCTable_generic': /kisskb/src/lib/zstd/fse_compress.c:731:24: note: byref variable will be forcibly initialized FSE_CState_t CState1, CState2; ^ /kisskb/src/lib/zstd/fse_compress.c:731:15: note: byref variable will be forcibly initialized FSE_CState_t CState1, CState2; ^ /kisskb/src/lib/zstd/fse_compress.c:730:16: note: byref variable will be forcibly initialized BIT_CStream_t bitC; ^ /kisskb/src/fs/exfat/fatent.c: In function 'exfat_free_cluster': /kisskb/src/fs/exfat/fatent.c:205:17: note: byref variable will be forcibly initialized unsigned int n_clu = clu; ^ /kisskb/src/fs/exfat/fatent.c: In function 'exfat_find_last_cluster': /kisskb/src/fs/exfat/fatent.c:236:20: note: byref variable will be forcibly initialized unsigned int clu, next; ^ /kisskb/src/fs/exfat/fatent.c: In function 'exfat_zeroed_cluster': /kisskb/src/fs/exfat/fatent.c:267:22: note: byref variable will be forcibly initialized struct buffer_head *bhs[MAX_BUF_PER_PAGE]; ^ /kisskb/src/fs/exfat/fatent.c: In function 'exfat_count_num_clusters': /kisskb/src/fs/exfat/fatent.c:430:15: note: byref variable will be forcibly initialized unsigned int clu; ^ /kisskb/src/fs/exfat/super.c: In function 'exfat_read_root': /kisskb/src/fs/exfat/super.c:336:19: note: byref variable will be forcibly initialized int num_subdirs, num_clu = 0; ^ /kisskb/src/fs/exfat/super.c:335:21: note: byref variable will be forcibly initialized struct exfat_chain cdir; ^ /kisskb/src/fs/exfat/super.c: In function 'exfat_parse_param': /kisskb/src/fs/exfat/super.c:261:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^ /kisskb/src/fs/minix/dir.c: In function 'minix_inode_by_name': /kisskb/src/fs/minix/dir.c:453:15: note: byref variable will be forcibly initialized struct page *page; ^ /kisskb/src/fs/exfat/cache.c: In function 'exfat_get_cluster': /kisskb/src/fs/exfat/cache.c:245:15: note: byref variable will be forcibly initialized unsigned int content; ^ /kisskb/src/fs/exfat/cache.c:244:24: note: byref variable will be forcibly initialized struct exfat_cache_id cid; ^ /kisskb/src/drivers/gpio/gpio-max732x.c: In function 'max732x_irq_update_mask': /kisskb/src/drivers/gpio/gpio-max732x.c:319:13: note: byref variable will be forcibly initialized static void max732x_irq_update_mask(struct max732x_chip *chip) ^ /kisskb/src/drivers/gpio/gpio-max732x.c: In function 'max732x_irq_pending': /kisskb/src/drivers/gpio/gpio-max732x.c:448:11: note: byref variable will be forcibly initialized uint16_t status; ^ /kisskb/src/lib/zstd/huf_compress.c: In function 'HUF_sort': /kisskb/src/lib/zstd/huf_compress.c:391:10: note: byref variable will be forcibly initialized rankPos rank[32]; ^ /kisskb/src/lib/zstd/huf_compress.c: In function 'HUF_setMaxHeight': /kisskb/src/lib/zstd/huf_compress.c:316:8: note: byref variable will be forcibly initialized U32 rankLast[HUF_TABLELOG_MAX + 2]; ^ /kisskb/src/lib/zstd/huf_compress.c: In function 'HUF_compressWeights_wksp': /kisskb/src/lib/zstd/huf_compress.c:88:6: note: byref variable will be forcibly initialized U32 maxSymbolValue = HUF_TABLELOG_MAX; ^ /kisskb/src/lib/zstd/huf_compress.c: In function 'HUF_readCTable_wksp': /kisskb/src/lib/zstd/huf_compress.c:208:6: note: byref variable will be forcibly initialized U32 nbSymbols = 0; ^ /kisskb/src/lib/zstd/huf_compress.c:207:6: note: byref variable will be forcibly initialized U32 tableLog = 0; ^ /kisskb/src/lib/zstd/huf_compress.c: In function 'HUF_compress1X_usingCTable': /kisskb/src/lib/zstd/huf_compress.c:545:16: note: byref variable will be forcibly initialized BIT_CStream_t bitC; ^ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_lazy_generic': /kisskb/src/lib/zstd/compress.c:1985:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^ /kisskb/src/lib/zstd/compress.c:1964:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^ /kisskb/src/lib/zstd/compress.c:1941:11: note: byref variable will be forcibly initialized size_t offsetFound = 99999999; ^ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_btlazy2': /kisskb/src/lib/zstd/compress.c:1941:11: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/compress.c:1964:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^ /kisskb/src/lib/zstd/compress.c:1985:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_lazy2': /kisskb/src/lib/zstd/compress.c:1941:11: note: byref variable will be forcibly initialized size_t offsetFound = 99999999; ^ /kisskb/src/lib/zstd/compress.c:1964:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^ /kisskb/src/lib/zstd/compress.c:1985:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_lazy': /kisskb/src/lib/zstd/compress.c:1941:11: note: byref variable will be forcibly initialized size_t offsetFound = 99999999; ^ /kisskb/src/lib/zstd/compress.c:1964:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^ /kisskb/src/lib/zstd/compress.c:1985:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_greedy': /kisskb/src/lib/zstd/compress.c:1941:11: note: byref variable will be forcibly initialized size_t offsetFound = 99999999; ^ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_lazy_extDict_generic': /kisskb/src/lib/zstd/compress.c:2183:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^ /kisskb/src/lib/zstd/compress.c:2148:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^ /kisskb/src/lib/zstd/compress.c:2111:11: note: byref variable will be forcibly initialized size_t offsetFound = 99999999; ^ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_greedy_extDict': /kisskb/src/lib/zstd/compress.c:2111:11: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_lazy_extDict': /kisskb/src/lib/zstd/compress.c:2111:11: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/compress.c:2148:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^ /kisskb/src/lib/zstd/compress.c:2183:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_lazy2_extDict': /kisskb/src/lib/zstd/compress.c:2111:11: note: byref variable will be forcibly initialized size_t offsetFound = 99999999; ^ /kisskb/src/lib/zstd/compress.c:2148:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^ /kisskb/src/lib/zstd/compress.c:2183:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBlock_btlazy2_extDict': /kisskb/src/lib/zstd/compress.c:2111:11: note: byref variable will be forcibly initialized size_t offsetFound = 99999999; ^ /kisskb/src/lib/zstd/compress.c:2148:13: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^ /kisskb/src/lib/zstd/compress.c:2183:14: note: byref variable will be forcibly initialized size_t offset2 = 99999999; ^ /kisskb/src/fs/exfat/nls.c: In function '__exfat_utf16_to_nls': /kisskb/src/fs/exfat/nls.c:545:16: note: byref variable will be forcibly initialized unsigned char buf[MAX_CHARSET_SIZE]; ^ In file included from /kisskb/src/include/linux/pagemap.h:8:0, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/fs/exfat/nls.c:8: /kisskb/src/fs/exfat/nls.c: In function 'kvmalloc_array': /kisskb/src/include/linux/mm.h:798:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/exfat/nls.c: In function 'exfat_utf8_to_utf16': /kisskb/src/fs/exfat/nls.c:498:9: note: byref variable will be forcibly initialized __le16 upname[MAX_NAME_LENGTH + 1]; ^ /kisskb/src/fs/exfat/nls.c: In function 'exfat_nls_to_ucs2': /kisskb/src/fs/exfat/nls.c:600:9: note: byref variable will be forcibly initialized __le16 upname[MAX_NAME_LENGTH + 1]; ^ /kisskb/src/fs/exfat/nls.c: In function 'exfat_create_upcase_table': /kisskb/src/fs/exfat/nls.c:757:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/exfat/nls.c:754:21: note: byref variable will be forcibly initialized struct exfat_chain clu; ^ /kisskb/src/drivers/video/backlight/aat2870_bl.c: In function 'aat2870_bl_probe': /kisskb/src/drivers/video/backlight/aat2870_bl.c:114:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_insertBt1': /kisskb/src/lib/zstd/compress.c:1581:6: note: byref variable will be forcibly initialized U32 dummy32; /* to be nullified at the end */ ^ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_insertBtAndFindBestMatch': /kisskb/src/lib/zstd/compress.c:1665:6: note: byref variable will be forcibly initialized U32 dummy32; /* to be nullified at the end */ ^ In file included from /kisskb/src/lib/zstd/compress.c:2270:0: /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_insertBtAndGetAllMatches': /kisskb/src/lib/zstd/zstd_opt.h:257:6: note: byref variable will be forcibly initialized U32 dummy32; /* to be nullified at the end */ ^ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressLiterals': /kisskb/src/lib/zstd/compress.c:502:14: note: byref variable will be forcibly initialized HUF_repeat repeat = zc->flagStaticHufTable; ^ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_loadZstdDictionary': /kisskb/src/lib/zstd/compress.c:2675:39: note: byref variable will be forcibly initialized unsigned litlengthMaxValue = MaxLL, litlengthLog; ^ /kisskb/src/lib/zstd/compress.c:2675:12: note: byref variable will be forcibly initialized unsigned litlengthMaxValue = MaxLL, litlengthLog; ^ /kisskb/src/lib/zstd/compress.c:2674:9: note: byref variable will be forcibly initialized short litlengthNCount[MaxLL + 1]; ^ /kisskb/src/lib/zstd/compress.c:2659:41: note: byref variable will be forcibly initialized unsigned matchlengthMaxValue = MaxML, matchlengthLog; ^ /kisskb/src/lib/zstd/compress.c:2659:12: note: byref variable will be forcibly initialized unsigned matchlengthMaxValue = MaxML, matchlengthLog; ^ /kisskb/src/lib/zstd/compress.c:2658:9: note: byref variable will be forcibly initialized short matchlengthNCount[MaxML + 1]; ^ /kisskb/src/lib/zstd/compress.c:2645:12: note: byref variable will be forcibly initialized unsigned offcodeLog; ^ /kisskb/src/lib/zstd/compress.c:2631:11: note: byref variable will be forcibly initialized unsigned offcodeMaxValue = MaxOff; ^ /kisskb/src/lib/zstd/compress.c:2630:8: note: byref variable will be forcibly initialized short offcodeNCount[MaxOff + 1]; ^ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_initCCtx': /kisskb/src/lib/zstd/compress.c:124:23: note: byref variable will be forcibly initialized ZSTD_customMem const stackMem = ZSTD_initStack(workspace, workspaceSize); ^ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressSequences_internal': /kisskb/src/lib/zstd/compress.c:754:16: note: byref variable will be forcibly initialized FSE_CState_t stateLitLength; ^ /kisskb/src/lib/zstd/compress.c:753:16: note: byref variable will be forcibly initialized FSE_CState_t stateOffsetBits; ^ /kisskb/src/lib/zstd/compress.c:752:16: note: byref variable will be forcibly initialized FSE_CState_t stateMatchLength; ^ /kisskb/src/lib/zstd/compress.c:751:17: note: byref variable will be forcibly initialized BIT_CStream_t blockStream; ^ /kisskb/src/lib/zstd/compress.c:716:7: note: byref variable will be forcibly initialized U32 max = MaxML; ^ /kisskb/src/lib/zstd/compress.c:684:7: note: byref variable will be forcibly initialized U32 max = MaxOff; ^ /kisskb/src/lib/zstd/compress.c:652:7: note: byref variable will be forcibly initialized U32 max = MaxLL; ^ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_initCDict': /kisskb/src/lib/zstd/compress.c:2895:23: note: byref variable will be forcibly initialized ZSTD_customMem const stackMem = ZSTD_initStack(workspace, workspaceSize); ^ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressStream': /kisskb/src/lib/zstd/compress.c:3226:9: note: byref variable will be forcibly initialized size_t sizeWritten = output->size - output->pos; ^ /kisskb/src/lib/zstd/compress.c:3225:9: note: byref variable will be forcibly initialized size_t sizeRead = input->size - input->pos; ^ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_flushStream': /kisskb/src/lib/zstd/compress.c:3241:9: note: byref variable will be forcibly initialized size_t sizeWritten = output->size - output->pos; ^ /kisskb/src/lib/zstd/compress.c:3240:9: note: byref variable will be forcibly initialized size_t srcSize = 0; ^ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_endStream': /kisskb/src/lib/zstd/compress.c:3263:10: note: byref variable will be forcibly initialized size_t sizeWritten = output->size - output->pos; ^ /kisskb/src/lib/zstd/compress.c:3262:10: note: byref variable will be forcibly initialized size_t srcSize = 0; ^ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_getParams': /kisskb/src/lib/zstd/compress.c:3439:18: note: byref variable will be forcibly initialized ZSTD_parameters params; ^ /kisskb/src/lib/zstd/compress.c: In function 'ZSTD_compressBegin_usingDict': /kisskb/src/lib/zstd/compress.c:2756:24: note: byref variable will be forcibly initialized ZSTD_parameters const params = ZSTD_getParams(compressionLevel, 0, dictSize); ^ /kisskb/src/fs/bfs/inode.c: In function 'bfs_write_inode': /kisskb/src/fs/bfs/inode.c:123:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/bfs/inode.c: In function 'bfs_evict_inode': /kisskb/src/fs/bfs/inode.c:167:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ In file included from /kisskb/src/drivers/gpio/gpio-mc33880.c:13:0: /kisskb/src/drivers/gpio/gpio-mc33880.c: In function 'spi_sync_transfer': /kisskb/src/include/linux/spi/spi.h:1259:21: note: byref variable will be forcibly initialized struct spi_message msg; ^ /kisskb/src/fs/exfat/misc.c: In function 'exfat_msg': /kisskb/src/fs/exfat/misc.c:55:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/exfat/misc.c: In function '__exfat_fs_error': /kisskb/src/fs/exfat/misc.c:29:19: note: byref variable will be forcibly initialized struct va_format vaf; ^ /kisskb/src/fs/exfat/misc.c:28:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/exfat/misc.c: In function 'exfat_set_entry_time': /kisskb/src/fs/exfat/misc.c:106:12: note: byref variable will be forcibly initialized struct tm tm; ^ /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_store': /kisskb/src/drivers/video/backlight/adp8870_bl.c:562:16: note: byref variable will be forcibly initialized unsigned long val; ^ /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_bl_ambient_light_zone_store': /kisskb/src/drivers/video/backlight/adp8870_bl.c:784:16: note: byref variable will be forcibly initialized unsigned long val; ^ In file included from /kisskb/src/include/linux/platform_device.h:13:0, from /kisskb/src/drivers/video/backlight/adp8870_bl.c:12: /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_probe': /kisskb/src/drivers/video/backlight/adp8870_bl.c:842:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^ /kisskb/src/lib/xz/xz_dec_bcj.c: In function 'xz_dec_bcj_run': /kisskb/src/lib/xz/xz_dec_bcj.c:421:9: note: byref variable will be forcibly initialized size_t out_start; ^ /kisskb/src/fs/bfs/dir.c: In function 'bfs_rename': /kisskb/src/fs/bfs/dir.c:208:30: note: byref variable will be forcibly initialized struct bfs_dirent *old_de, *new_de; ^ /kisskb/src/fs/bfs/dir.c:208:21: note: byref variable will be forcibly initialized struct bfs_dirent *old_de, *new_de; ^ /kisskb/src/fs/bfs/dir.c: In function 'bfs_unlink': /kisskb/src/fs/bfs/dir.c:174:21: note: byref variable will be forcibly initialized struct bfs_dirent *de; ^ /kisskb/src/fs/bfs/dir.c: In function 'bfs_lookup': /kisskb/src/fs/bfs/dir.c:130:21: note: byref variable will be forcibly initialized struct bfs_dirent *de; ^ In file included from /kisskb/src/include/linux/gpio/driver.h:5:0, 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:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/gpio/gpio-mockup.c: In function 'gpio_mockup_probe': /kisskb/src/drivers/gpio/gpio-mockup.c:399:6: note: byref variable will be forcibly initialized u16 ngpio; ^ /kisskb/src/drivers/gpio/gpio-mockup.c:398:10: note: byref variable will be forcibly initialized int rv, base, i; ^ /kisskb/src/drivers/gpio/gpio-mockup.c:397:14: note: byref variable will be forcibly initialized const char *name; ^ /kisskb/src/drivers/gpio/gpio-mockup.c: In function 'gpio_mockup_debugfs_write': /kisskb/src/drivers/gpio/gpio-mockup.c:291:10: note: byref variable will be forcibly initialized int rv, val; ^ /kisskb/src/drivers/gpio/gpio-mockup.c: In function 'gpio_mockup_debugfs_read': /kisskb/src/drivers/gpio/gpio-mockup.c:270:7: note: byref variable will be forcibly initialized char buf[3]; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, from /kisskb/src/include/linux/gpio/driver.h:7, from /kisskb/src/drivers/gpio/gpio-mockup.c:13: /kisskb/src/drivers/gpio/gpio-mockup.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/gpio/gpio-mockup.c: In function 'gpio_mockup_register_chip': /kisskb/src/drivers/gpio/gpio-mockup.c:520:7: note: byref variable will be forcibly initialized char chip_label[32]; ^ /kisskb/src/drivers/gpio/gpio-mockup.c:517:30: note: byref variable will be forcibly initialized struct platform_device_info pdevinfo; ^ /kisskb/src/drivers/gpio/gpio-mockup.c:516:24: note: byref variable will be forcibly initialized struct property_entry properties[GPIO_MOCKUP_MAX_PROP]; ^ /kisskb/src/lib/raid6/algos.c: In function 'raid6_select_algo': /kisskb/src/lib/raid6/algos.c:241:8: note: byref variable will be forcibly initialized void *dptrs[RAID6_TEST_DISKS]; ^ /kisskb/src/fs/exfat/file.c: In function '__exfat_truncate': /kisskb/src/fs/exfat/file.c:154:21: note: byref variable will be forcibly initialized struct timespec64 ts; ^ /kisskb/src/fs/exfat/file.c:99:21: note: byref variable will be forcibly initialized struct exfat_chain clu; ^ /kisskb/src/lib/zstd/fse_decompress.c: In function 'FSE_decompress_usingDTable_generic': /kisskb/src/lib/zstd/fse_decompress.c:217:15: note: byref variable will be forcibly initialized FSE_DState_t state2; ^ /kisskb/src/lib/zstd/fse_decompress.c:216:15: note: byref variable will be forcibly initialized FSE_DState_t state1; ^ /kisskb/src/lib/zstd/fse_decompress.c:215:16: note: byref variable will be forcibly initialized BIT_DStream_t bitD; ^ /kisskb/src/lib/zstd/fse_decompress.c: In function 'FSE_decompress_usingDTable': /kisskb/src/lib/zstd/fse_decompress.c:215:16: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/fse_decompress.c:216:15: note: byref variable will be forcibly initialized FSE_DState_t state1; ^ /kisskb/src/lib/zstd/fse_decompress.c:217:15: note: byref variable will be forcibly initialized FSE_DState_t state2; ^ /kisskb/src/lib/zstd/fse_decompress.c:215:16: note: byref variable will be forcibly initialized BIT_DStream_t bitD; ^ /kisskb/src/lib/zstd/fse_decompress.c:216:15: note: byref variable will be forcibly initialized FSE_DState_t state1; ^ /kisskb/src/lib/zstd/fse_decompress.c:217:15: note: byref variable will be forcibly initialized FSE_DState_t state2; ^ /kisskb/src/lib/zstd/fse_decompress.c: In function 'FSE_decompress_wksp': /kisskb/src/lib/zstd/fse_decompress.c:292:11: note: byref variable will be forcibly initialized unsigned maxSymbolValue = FSE_MAX_SYMBOL_VALUE; ^ /kisskb/src/lib/zstd/fse_decompress.c:291:11: note: byref variable will be forcibly initialized unsigned tableLog; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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_splice_init_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:271:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), first); ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'panic_op_write_handler': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:70:7: note: byref variable will be forcibly initialized 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:1938:7: note: byref variable will be forcibly initialized long seqid; ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1937:16: note: byref variable will be forcibly initialized 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:2078:7: note: byref variable will be forcibly initialized long seqid; ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2077:16: note: byref variable will be forcibly initialized unsigned char ipmb_seq; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:93:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_find_bmc_prod_dev_id': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2904:21: note: byref variable will be forcibly initialized struct prod_dev_id id = { ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1227:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(new_user->self, new_user); ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_set_my_address': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1387:6: note: byref variable will be forcibly initialized 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:1409:6: note: byref variable will be forcibly initialized 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:1431:6: note: byref variable will be forcibly initialized 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:1453:6: note: byref variable will be forcibly initialized 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:1473:12: note: byref variable will be forcibly initialized 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:1498:14: note: byref variable will be forcibly initialized 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:1642:14: note: byref variable will be forcibly initialized 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:1688:23: note: byref variable will be forcibly initialized int i, rv = -ENOENT, index; ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'send_guid_cmd': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3147:36: note: byref variable will be forcibly initialized struct ipmi_system_interface_addr si; ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3146:36: note: byref variable will be forcibly initialized struct kernel_ipmi_msg msg; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__get_guid': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3218:3: note: in expansion of macro 'wait_event' 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:2407:25: note: byref variable will be forcibly initialized struct kernel_ipmi_msg msg; ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2406:36: note: byref variable will be forcibly initialized struct ipmi_system_interface_addr si; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__get_device_id': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2447:2: note: in expansion of macro 'wait_event' 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:3231:36: note: byref variable will be forcibly initialized struct ipmi_system_interface_addr si; ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3230:36: note: byref variable will be forcibly initialized unsigned char data[1]; ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3229:36: note: byref variable will be forcibly initialized struct kernel_ipmi_msg msg; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__scan_channels': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3358:3: note: in expansion of macro 'wait_event' 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:2543:10: note: byref variable will be forcibly initialized guid_t guid; ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2541:25: note: byref variable will be forcibly initialized 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:1366:10: note: byref variable will be forcibly initialized int rv, index; ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1365:24: note: byref variable will be forcibly initialized 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:2778:9: note: byref variable will be forcibly initialized guid_t guid; ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2777:7: note: byref variable will be forcibly initialized 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:2758:24: note: byref variable will be forcibly initialized 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:2742:24: note: byref variable will be forcibly initialized 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:2726:24: note: byref variable will be forcibly initialized 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:2709:24: note: byref variable will be forcibly initialized 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:2691:24: note: byref variable will be forcibly initialized 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:2674:24: note: byref variable will be forcibly initialized 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:2658:24: note: byref variable will be forcibly initialized 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:2643:24: note: byref variable will be forcibly initialized 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:2627:24: note: byref variable will be forcibly initialized 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:2820:8: note: byref variable will be forcibly initialized bool guid_set; ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2814:25: note: byref variable will be forcibly initialized 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:3408:24: note: byref variable will be forcibly initialized 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:2302:10: note: byref variable will be forcibly initialized int rv, index; ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_request_supply_msgs': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2341:10: note: byref variable will be forcibly initialized int rv, index; ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'deliver_response': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:905:7: note: byref variable will be forcibly initialized int index; ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_timeout_handler': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4691:23: note: byref variable will be forcibly initialized bool need_timer = false; ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4689:23: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4687:23: note: byref variable will be forcibly initialized struct list_head timeouts; ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_set_gets_events': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1544:6: note: byref variable will be forcibly initialized int index; ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1543:23: note: byref variable will be forcibly initialized struct list_head msgs; ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'handle_ipmb_get_msg_rsp': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3639:25: note: byref variable will be forcibly initialized struct ipmi_recv_msg *recv_msg; ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3638:24: note: byref variable will be forcibly initialized 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:3815:25: note: byref variable will be forcibly initialized struct ipmi_recv_msg *recv_msg; ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3814:24: note: byref variable will be forcibly initialized struct ipmi_lan_addr lan_addr; ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'handle_read_event_rsp': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4100:23: note: byref variable will be forcibly initialized 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:4869:23: note: byref variable will be forcibly initialized struct ipmi_recv_msg recv_msg; ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4868:23: note: byref variable will be forcibly initialized 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:4929:19: note: byref variable will be forcibly initialized struct ipmi_addr addr; ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4927:16: note: byref variable will be forcibly initialized unsigned char data[16]; ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4926:25: note: byref variable will be forcibly initialized 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:3556:19: note: byref variable will be forcibly initialized 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:692:19: note: byref variable will be forcibly initialized struct list_head list; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1296:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(user->self, NULL); ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1282:19: note: byref variable will be forcibly initialized int i; ^ In file included from /kisskb/src/include/linux/genhd.h:16:0, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/fs/exfat/balloc.c:6: /kisskb/src/fs/exfat/balloc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/exfat/balloc.c: In function 'exfat_load_bitmap': /kisskb/src/fs/exfat/balloc.c:106:24: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/exfat/balloc.c:99:21: note: byref variable will be forcibly initialized struct exfat_chain clu; ^ /kisskb/src/drivers/video/backlight/bd6107.c: In function 'bd6107_probe': /kisskb/src/drivers/video/backlight/bd6107.c:121:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c: In function 'handle_send_req': /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:147:25: note: byref variable will be forcibly initialized struct kernel_ipmi_msg msg; ^ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:146:19: note: byref variable will be forcibly initialized struct ipmi_addr addr; ^ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c: In function 'ipmi_ioctl': /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:598:7: note: byref variable will be forcibly initialized int mode; ^ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:585:7: note: byref variable will be forcibly initialized int mode; ^ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:567:28: note: byref variable will be forcibly initialized struct ipmi_timing_parms parms; ^ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:550:28: note: byref variable will be forcibly initialized struct ipmi_timing_parms parms; ^ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:530:39: note: byref variable will be forcibly initialized struct ipmi_channel_lun_address_set val; ^ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:517:39: note: byref variable will be forcibly initialized struct ipmi_channel_lun_address_set val; ^ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:497:39: note: byref variable will be forcibly initialized struct ipmi_channel_lun_address_set val; ^ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:485:39: note: byref variable will be forcibly initialized struct ipmi_channel_lun_address_set val; ^ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:468:17: note: byref variable will be forcibly initialized unsigned char rval; ^ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:467:17: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:454:16: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:437:17: note: byref variable will be forcibly initialized unsigned char rval; ^ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:436:17: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:423:16: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:409:7: note: byref variable will be forcibly initialized int val; ^ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:395:29: note: byref variable will be forcibly initialized struct ipmi_cmdspec_chans val; ^ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:381:29: note: byref variable will be forcibly initialized struct ipmi_cmdspec_chans val; ^ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:367:25: note: byref variable will be forcibly initialized struct ipmi_cmdspec val; ^ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:353:23: note: byref variable will be forcibly initialized struct ipmi_cmdspec val; ^ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:341:25: note: byref variable will be forcibly initialized struct ipmi_recv rsp; ^ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:324:27: note: byref variable will be forcibly initialized struct ipmi_req_settime req; ^ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:304:19: note: byref variable will be forcibly initialized struct ipmi_req req; ^ /kisskb/src/fs/isofs/namei.c: In function 'isofs_cmp': /kisskb/src/fs/isofs/namei.c:21:14: note: byref variable will be forcibly initialized struct qstr qstr; ^ /kisskb/src/fs/isofs/namei.c: In function 'isofs_lookup': /kisskb/src/fs/isofs/namei.c:157:16: note: byref variable will be forcibly initialized unsigned long offset; ^ /kisskb/src/fs/isofs/namei.c:156:16: note: byref variable will be forcibly initialized unsigned long block; ^ /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'pca953x_read_regs': /kisskb/src/drivers/gpio/gpio-pca953x.c:410:5: note: byref variable will be forcibly initialized u8 value[MAX_BANK]; ^ In file included from /kisskb/src/include/linux/kasan-checks.h:5:0, 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:248, 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:519:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(reg_val, MAX_LINE); ^ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^ /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'pca953x_write_regs': /kisskb/src/drivers/gpio/gpio-pca953x.c:392:5: note: byref variable will be forcibly initialized u8 value[MAX_BANK]; ^ In file included from /kisskb/src/include/linux/kasan-checks.h:5:0, 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:248, 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:536:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(reg_val, MAX_LINE); ^ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 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:500:6: note: byref variable will be forcibly initialized u32 reg_val; ^ /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'pca953x_gpio_get_value': /kisskb/src/drivers/gpio/gpio-pca953x.c:465:6: note: byref variable will be forcibly initialized u32 reg_val; ^ In file included from /kisskb/src/include/linux/kasan-checks.h:5:0, 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:248, 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:901:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(val, MAX_LINE); ^ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 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:927:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(val, MAX_LINE); ^ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^ /kisskb/src/drivers/video/backlight/backlight.c: In function 'backlight_generate_event': /kisskb/src/drivers/video/backlight/backlight.c:163:8: note: byref variable will be forcibly initialized char *envp[2]; ^ /kisskb/src/drivers/video/backlight/backlight.c: In function 'bl_power_store': /kisskb/src/drivers/video/backlight/backlight.c:194:16: note: byref variable will be forcibly initialized unsigned long power, old_power; ^ /kisskb/src/drivers/video/backlight/backlight.c: In function 'brightness_store': /kisskb/src/drivers/video/backlight/backlight.c:258:16: note: byref variable will be forcibly initialized unsigned long brightness; ^ /kisskb/src/fs/isofs/inode.c: In function 'parse_options': /kisskb/src/fs/isofs/inode.c:368:15: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^ /kisskb/src/fs/isofs/inode.c:342:15: note: byref variable will be forcibly initialized unsigned int uv; ^ /kisskb/src/fs/isofs/inode.c:341:6: note: byref variable will be forcibly initialized int option; ^ /kisskb/src/fs/isofs/inode.c: In function 'isofs_get_last_session': /kisskb/src/fs/isofs/inode.c:571:29: note: byref variable will be forcibly initialized struct cdrom_multisession ms_info; ^ /kisskb/src/fs/isofs/inode.c:552:25: note: byref variable will be forcibly initialized struct cdrom_tocentry te; ^ /kisskb/src/fs/isofs/inode.c: In function '__isofs_iget': /kisskb/src/fs/isofs/inode.c:1533:35: note: byref variable will be forcibly initialized struct isofs_iget5_callback_data data; ^ /kisskb/src/fs/isofs/inode.c: In function 'isofs_bmap': /kisskb/src/fs/isofs/inode.c:1157:12: note: byref variable will be forcibly initialized static int isofs_bmap(struct inode *inode, sector_t block) ^ /kisskb/src/fs/isofs/inode.c:1159:21: note: byref variable will be forcibly initialized struct buffer_head dummy; ^ /kisskb/src/fs/isofs/inode.c: In function 'isofs_fill_super': /kisskb/src/fs/isofs/inode.c:625:25: note: byref variable will be forcibly initialized struct iso9660_options opt; ^ /kisskb/src/fs/hfsplus/super.c: In function 'hfsplus_remount': /kisskb/src/fs/hfsplus/super.c:336:7: note: byref variable will be forcibly initialized int force = 0; ^ /kisskb/src/fs/hfsplus/super.c: In function 'hfsplus_iget': /kisskb/src/fs/hfsplus/super.c:60:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^ /kisskb/src/fs/hfsplus/super.c: In function 'hfsplus_fill_super': /kisskb/src/fs/hfsplus/super.c:381:14: note: byref variable will be forcibly initialized struct qstr str; ^ /kisskb/src/fs/hfsplus/super.c:379:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^ /kisskb/src/fs/hfsplus/super.c:378:20: note: byref variable will be forcibly initialized hfsplus_cat_entry entry; ^ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'start_clear_flags': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:376:16: note: byref variable will be forcibly initialized 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:365:16: note: byref variable will be forcibly initialized unsigned char msg[2]; ^ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'disable_si_irq': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:365:16: note: byref variable will be forcibly initialized /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'enable_si_irq': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:365:16: note: byref variable will be forcibly initialized /kisskb/src/drivers/video/backlight/da903x_bl.c: In function 'da903x_backlight_probe': /kisskb/src/drivers/video/backlight/da903x_bl.c:101:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'handle_flags': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:376:16: note: byref variable will be forcibly initialized unsigned char msg[3]; ^ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'handle_transaction_done': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:719:17: note: byref variable will be forcibly initialized unsigned char msg[4]; ^ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:680:8: note: byref variable will be forcibly initialized bool irq_on; ^ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:678:17: note: byref variable will be forcibly initialized unsigned char msg[4]; ^ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:587:17: note: byref variable will be forcibly initialized unsigned char msg[3]; ^ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:564:17: note: byref variable will be forcibly initialized 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:365:16: note: byref variable will be forcibly initialized unsigned char msg[2]; ^ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:795:17: note: byref variable will be forcibly initialized unsigned char msg[2]; ^ In file included from /kisskb/src/include/linux/acpi.h:15:0, 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:883:32: note: byref variable will be forcibly initialized const struct attribute_group *groups[] = { grp, NULL }; ^ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'shutdown_smi': /kisskb/src/include/linux/device.h:883:32: note: byref variable will be forcibly initialized /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'ipmi_thread': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:978:10: note: byref variable will be forcibly initialized ktime_t busy_until = IPMI_TIME_NOT_BUSY; ^ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'try_get_dev_id': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:1315:24: note: byref variable will be forcibly initialized unsigned char msg[2]; ^ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'get_global_enables': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:1367:24: note: byref variable will be forcibly initialized 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:1414:24: note: byref variable will be forcibly initialized 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:1464:5: note: byref variable will be forcibly initialized 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:1501:5: note: byref variable will be forcibly initialized 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:1533:24: note: byref variable will be forcibly initialized unsigned char msg[3]; ^ In file included from /kisskb/src/include/linux/acpi.h:15:0, 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:875:32: note: byref variable will be forcibly initialized const struct attribute_group *groups[] = { grp, NULL }; ^ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'try_smi_init': /kisskb/src/include/linux/device.h:875:32: note: byref variable will be forcibly initialized /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:376:16: note: byref variable will be forcibly initialized unsigned char msg[3]; ^ /kisskb/src/drivers/gpio/gpio-pcf857x.c: In function 'pcf857x_irq': /kisskb/src/drivers/gpio/gpio-pcf857x.c:172:16: note: byref variable will be forcibly initialized unsigned long change, i, status; ^ /kisskb/src/drivers/gpio/gpio-pcf857x.c: In function 'i2c_write_le16': /kisskb/src/drivers/gpio/gpio-pcf857x.c:103:5: note: byref variable will be forcibly initialized u8 buf[2] = { word & 0xff, word >> 8, }; ^ /kisskb/src/drivers/gpio/gpio-pcf857x.c: In function 'i2c_read_le16': /kisskb/src/drivers/gpio/gpio-pcf857x.c:112:5: note: byref variable will be forcibly initialized u8 buf[2]; ^ /kisskb/src/drivers/gpio/gpio-pcf857x.c: In function 'pcf857x_probe': /kisskb/src/drivers/gpio/gpio-pcf857x.c:239:17: note: byref variable will be forcibly initialized unsigned int n_latch = 0; ^ /kisskb/src/drivers/video/backlight/da9052_bl.c: In function 'da9052_backlight_probe': /kisskb/src/drivers/video/backlight/da9052_bl.c:108:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^ /kisskb/src/fs/hfsplus/options.c: In function 'hfsplus_parse_options_remount': /kisskb/src/fs/hfsplus/options.c:75:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^ /kisskb/src/fs/hfsplus/options.c: In function 'hfsplus_parse_options': /kisskb/src/fs/hfsplus/options.c:104:6: note: byref variable will be forcibly initialized int tmp, token; ^ /kisskb/src/fs/hfsplus/options.c:103:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^ In file included from /kisskb/src/fs/hfsplus/options.c:18:0: /kisskb/src/fs/hfsplus/options.c: In function 'hfsplus_show_options': /kisskb/src/include/linux/seq_file.h:234:7: note: byref variable will be forcibly initialized char val_buf[length + 1]; \ ^ /kisskb/src/fs/hfsplus/options.c:224:3: note: in expansion of macro 'seq_show_option_n' seq_show_option_n(seq, "type", (char *)&sbi->type, 4); ^ /kisskb/src/include/linux/seq_file.h:234:7: note: byref variable will be forcibly initialized char val_buf[length + 1]; \ ^ /kisskb/src/fs/hfsplus/options.c:222:3: note: in expansion of macro 'seq_show_option_n' seq_show_option_n(seq, "creator", (char *)&sbi->creator, 4); ^ /kisskb/src/drivers/gpio/gpio-pl061.c: In function 'pl061_irq_handler': /kisskb/src/drivers/gpio/gpio-pl061.c:215:16: note: byref variable will be forcibly initialized unsigned long pending; ^ In file included from /kisskb/src/include/linux/gpio/driver.h:5:0, from /kisskb/src/drivers/gpio/gpio-pl061.c:21: /kisskb/src/drivers/gpio/gpio-pl061.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/video/backlight/gpio_backlight.c: In function 'gpio_backlight_probe': /kisskb/src/drivers/video/backlight/gpio_backlight.c:52:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^ /kisskb/src/fs/hfsplus/inode.c: In function 'hfsplus_cat_read_inode': /kisskb/src/fs/hfsplus/inode.c:492:20: note: byref variable will be forcibly initialized hfsplus_cat_entry entry; ^ /kisskb/src/fs/hfsplus/inode.c: In function 'hfsplus_cat_write_inode': /kisskb/src/fs/hfsplus/inode.c:562:20: note: byref variable will be forcibly initialized hfsplus_cat_entry entry; ^ /kisskb/src/fs/hfsplus/inode.c:561:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^ /kisskb/src/fs/isofs/rock.c: In function 'parse_rock_ridge_inode_internal': /kisskb/src/fs/isofs/rock.c:318:20: note: byref variable will be forcibly initialized struct rock_state rs; ^ /kisskb/src/fs/isofs/rock.c: In function 'rock_ridge_symlink_readpage': /kisskb/src/fs/isofs/rock.c:707:20: note: byref variable will be forcibly initialized struct rock_state rs; ^ /kisskb/src/fs/isofs/rock.c: In function 'get_rock_ridge_filename': /kisskb/src/fs/isofs/rock.c:201:20: note: byref variable will be forcibly initialized struct rock_state rs; ^ /kisskb/src/drivers/gpio/gpio-sama5d2-piobu.c: In function 'sama5d2_piobu_read_value': /kisskb/src/drivers/gpio/gpio-sama5d2-piobu.c:100:15: note: byref variable will be forcibly initialized unsigned int val, reg; ^ /kisskb/src/drivers/video/backlight/lm3533_bl.c: In function 'store_pwm': /kisskb/src/drivers/video/backlight/lm3533_bl.c:201:5: note: byref variable will be forcibly initialized u8 val; ^ /kisskb/src/drivers/video/backlight/lm3533_bl.c: In function 'show_pwm': /kisskb/src/drivers/video/backlight/lm3533_bl.c:186:5: note: byref variable will be forcibly initialized u8 val; ^ /kisskb/src/drivers/video/backlight/lm3533_bl.c: In function 'store_linear': /kisskb/src/drivers/video/backlight/lm3533_bl.c:158:16: note: byref variable will be forcibly initialized unsigned long linear; ^ /kisskb/src/drivers/video/backlight/lm3533_bl.c: In function 'show_linear': /kisskb/src/drivers/video/backlight/lm3533_bl.c:134:5: note: byref variable will be forcibly initialized u8 val; ^ /kisskb/src/drivers/video/backlight/lm3533_bl.c: In function 'show_als_en': /kisskb/src/drivers/video/backlight/lm3533_bl.c:86:5: note: byref variable will be forcibly initialized u8 val; ^ /kisskb/src/drivers/video/backlight/lm3533_bl.c: In function 'store_als_en': /kisskb/src/drivers/video/backlight/lm3533_bl.c:107:6: note: byref variable will be forcibly initialized int enable; ^ /kisskb/src/drivers/video/backlight/lm3533_bl.c: In function 'lm3533_bl_get_brightness': /kisskb/src/drivers/video/backlight/lm3533_bl.c:49:5: note: byref variable will be forcibly initialized u8 val; ^ /kisskb/src/drivers/video/backlight/lm3533_bl.c: In function 'lm3533_bl_probe': /kisskb/src/drivers/video/backlight/lm3533_bl.c:268:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^ /kisskb/src/drivers/video/backlight/lm3639_bl.c: In function 'lm3639_bled_mode_store': /kisskb/src/drivers/video/backlight/lm3639_bl.c:186:15: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^ /kisskb/src/drivers/video/backlight/lm3639_bl.c: In function 'lm3639_flash_brightness_set': /kisskb/src/drivers/video/backlight/lm3639_bl.c:260:15: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^ /kisskb/src/drivers/video/backlight/lm3639_bl.c: In function 'lm3639_bled_update_status': /kisskb/src/drivers/video/backlight/lm3639_bl.c:97:15: note: byref variable will be forcibly initialized unsigned int reg_val; ^ /kisskb/src/drivers/video/backlight/lm3639_bl.c: In function 'lm3639_probe': /kisskb/src/drivers/video/backlight/lm3639_bl.c:305:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^ /kisskb/src/drivers/char/ipmi/ipmi_bt_sm.c: In function 'bt_detect': /kisskb/src/drivers/char/ipmi/ipmi_bt_sm.c:620:16: note: byref variable will be forcibly initialized unsigned char BT_CAP[8]; ^ /kisskb/src/drivers/char/ipmi/ipmi_bt_sm.c:619:16: note: byref variable will be forcibly initialized unsigned char GetBT_CAP[] = { 0x18, 0x36 }; ^ /kisskb/src/fs/hfsplus/extents.c: In function 'hfsplus_ext_write_extent_locked': /kisskb/src/fs/hfsplus/extents.c:134:24: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^ /kisskb/src/fs/hfsplus/extents.c: In function 'hfsplus_ext_read_extent': /kisskb/src/fs/hfsplus/extents.c:209:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^ /kisskb/src/fs/hfsplus/extents.c: In function 'hfsplus_free_fork': /kisskb/src/fs/hfsplus/extents.c:400:21: note: byref variable will be forcibly initialized hfsplus_extent_rec ext_entry; ^ /kisskb/src/fs/hfsplus/extents.c:399:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^ /kisskb/src/fs/hfsplus/extents.c: In function 'hfsplus_file_extend': /kisskb/src/fs/hfsplus/extents.c:445:13: note: byref variable will be forcibly initialized u32 start, len, goal; ^ /kisskb/src/fs/hfsplus/extents.c: In function 'hfsplus_file_truncate': /kisskb/src/fs/hfsplus/extents.c:557:9: note: byref variable will be forcibly initialized void *fsdata; ^ /kisskb/src/fs/hfsplus/extents.c:556:16: note: byref variable will be forcibly initialized struct page *page; ^ /kisskb/src/fs/hfsplus/extents.c:547:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^ /kisskb/src/lib/zstd/huf_decompress.c: In function 'HUF_getDTableDesc': /kisskb/src/lib/zstd/huf_decompress.c:76:13: note: byref variable will be forcibly initialized DTableDesc dtd; ^ /kisskb/src/lib/zstd/huf_decompress.c: In function 'HUF_fillDTableX4Level2': /kisskb/src/lib/zstd/huf_decompress.c:398:6: note: byref variable will be forcibly initialized U32 rankVal[HUF_TABLELOG_MAX + 1]; ^ /kisskb/src/lib/zstd/huf_decompress.c: In function 'HUF_fillDTableX4': /kisskb/src/lib/zstd/huf_decompress.c:443:6: note: byref variable will be forcibly initialized U32 rankVal[HUF_TABLELOG_MAX + 1]; ^ /kisskb/src/lib/zstd/huf_decompress.c: In function 'HUF_decompress1X2_usingDTable_internal': /kisskb/src/lib/zstd/huf_decompress.c:205:16: note: byref variable will be forcibly initialized BIT_DStream_t bitD; ^ /kisskb/src/lib/zstd/huf_decompress.c: In function 'HUF_decompress4X2_usingDTable_internal': /kisskb/src/lib/zstd/huf_decompress.c:264:17: note: byref variable will be forcibly initialized BIT_DStream_t bitD4; ^ /kisskb/src/lib/zstd/huf_decompress.c:263:17: note: byref variable will be forcibly initialized BIT_DStream_t bitD3; ^ /kisskb/src/lib/zstd/huf_decompress.c:262:17: note: byref variable will be forcibly initialized BIT_DStream_t bitD2; ^ /kisskb/src/lib/zstd/huf_decompress.c:261:17: note: byref variable will be forcibly initialized BIT_DStream_t bitD1; ^ /kisskb/src/lib/zstd/huf_decompress.c: In function 'HUF_decompress1X4_usingDTable_internal': /kisskb/src/lib/zstd/huf_decompress.c:657:16: note: byref variable will be forcibly initialized BIT_DStream_t bitD; ^ /kisskb/src/lib/zstd/huf_decompress.c: In function 'HUF_decompress4X4_usingDTable_internal': /kisskb/src/lib/zstd/huf_decompress.c:723:17: note: byref variable will be forcibly initialized BIT_DStream_t bitD4; ^ /kisskb/src/lib/zstd/huf_decompress.c:722:17: note: byref variable will be forcibly initialized BIT_DStream_t bitD3; ^ /kisskb/src/lib/zstd/huf_decompress.c:721:17: note: byref variable will be forcibly initialized BIT_DStream_t bitD2; ^ /kisskb/src/lib/zstd/huf_decompress.c:720:17: note: byref variable will be forcibly initialized BIT_DStream_t bitD1; ^ /kisskb/src/lib/zstd/huf_decompress.c: In function 'HUF_readDTableX2_wksp': /kisskb/src/lib/zstd/huf_decompress.c:93:6: note: byref variable will be forcibly initialized U32 nbSymbols = 0; ^ /kisskb/src/lib/zstd/huf_decompress.c:92:6: note: byref variable will be forcibly initialized U32 tableLog = 0; ^ /kisskb/src/lib/zstd/huf_decompress.c: In function 'HUF_readDTableX4_wksp': /kisskb/src/lib/zstd/huf_decompress.c:484:34: note: byref variable will be forcibly initialized U32 tableLog, maxW, sizeOfSort, nbSymbols; ^ /kisskb/src/lib/zstd/huf_decompress.c:484:6: note: byref variable will be forcibly initialized U32 tableLog, maxW, sizeOfSort, nbSymbols; ^ /kisskb/src/drivers/gpio/gpio-stmpe.c: In function 'stmpe_gpio_irq': /kisskb/src/drivers/gpio/gpio-stmpe.c:377:5: note: byref variable will be forcibly initialized u8 status[DIV_ROUND_UP(MAX_GPIOS, 8)]; ^ /kisskb/src/drivers/video/backlight/pandora_bl.c: In function 'pandora_backlight_probe': /kisskb/src/drivers/video/backlight/pandora_bl.c:109:12: note: byref variable will be forcibly initialized static int pandora_backlight_probe(struct platform_device *pdev) ^ /kisskb/src/drivers/video/backlight/pandora_bl.c:109:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/video/backlight/pandora_bl.c:114:5: note: byref variable will be forcibly initialized u8 r; ^ /kisskb/src/drivers/video/backlight/pandora_bl.c:111:30: note: byref variable will be forcibly initialized 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:40:12: note: byref variable will be forcibly initialized static int pandora_backlight_update_status(struct backlight_device *bl) ^ /kisskb/src/drivers/video/backlight/pandora_bl.c:40:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/video/backlight/pandora_bl.c:40:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/video/backlight/pandora_bl.c:40:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/video/backlight/pandora_bl.c:40:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/video/backlight/pandora_bl.c:40:12: note: byref variable will be forcibly initialized /kisskb/src/drivers/video/backlight/pandora_bl.c:44:5: note: byref variable will be forcibly initialized u8 r; ^ /kisskb/src/drivers/char/ipmi/ipmi_si_hotmod.c: In function 'check_hotmod_int_op': /kisskb/src/drivers/char/ipmi/ipmi_si_hotmod.c:87:8: note: byref variable will be forcibly initialized 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:109:15: note: byref variable will be forcibly initialized unsigned int ival; ^ /kisskb/src/drivers/char/ipmi/ipmi_si_hotmod.c: In function 'hotmod_handler': /kisskb/src/drivers/char/ipmi/ipmi_si_hotmod.c:206:18: note: byref variable will be forcibly initialized enum hotmod_op op; ^ /kisskb/src/drivers/char/ipmi/ipmi_si_hotmod.c:190:24: note: byref variable will be forcibly initialized struct ipmi_plat_data h; ^ /kisskb/src/fs/hfsplus/catalog.c: In function 'hfsplus_find_cat': /kisskb/src/fs/hfsplus/catalog.c:197:20: note: byref variable will be forcibly initialized hfsplus_cat_entry tmp; ^ /kisskb/src/fs/hfsplus/catalog.c: In function 'hfsplus_create_cat': /kisskb/src/fs/hfsplus/catalog.c:258:20: note: byref variable will be forcibly initialized hfsplus_cat_entry entry; ^ /kisskb/src/fs/hfsplus/catalog.c:257:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^ /kisskb/src/fs/hfsplus/catalog.c: In function 'hfsplus_delete_cat': /kisskb/src/fs/hfsplus/catalog.c:334:26: note: byref variable will be forcibly initialized struct hfsplus_fork_raw fork; ^ /kisskb/src/fs/hfsplus/catalog.c:333:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^ /kisskb/src/fs/hfsplus/catalog.c: In function 'hfsplus_rename_cat': /kisskb/src/fs/hfsplus/catalog.c:440:20: note: byref variable will be forcibly initialized hfsplus_cat_entry entry; ^ /kisskb/src/fs/hfsplus/catalog.c:439:31: note: byref variable will be forcibly initialized struct hfs_find_data src_fd, dst_fd; ^ /kisskb/src/fs/hfsplus/catalog.c:439:23: note: byref variable will be forcibly initialized struct hfs_find_data src_fd, dst_fd; ^ /kisskb/src/drivers/gpio/gpio-syscon.c: In function 'syscon_gpio_get': /kisskb/src/drivers/gpio/gpio-syscon.c:61:15: note: byref variable will be forcibly initialized unsigned int val, offs; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/isofs/compress.c:16: /kisskb/src/fs/isofs/compress.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/isofs/compress.c: In function 'zisofs_fill_pages': /kisskb/src/fs/isofs/compress.c:214:6: note: byref variable will be forcibly initialized int err; ^ /kisskb/src/drivers/char/ipmi/ipmi_si_hardcode.c: In function 'ipmi_hardcode_init_one': /kisskb/src/drivers/char/ipmi/ipmi_si_hardcode.c:82:24: note: byref variable will be forcibly initialized 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:120:8: note: byref variable will be forcibly initialized char *si_type[SI_MAX_PARMS]; ^ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled5_ovp_delay': /kisskb/src/drivers/video/backlight/qcom-wled.c:417:5: note: byref variable will be forcibly initialized u8 ovp_timer_ms[8] = {1, 2, 4, 8, 12, 16, 20, 24}; ^ /kisskb/src/drivers/video/backlight/qcom-wled.c:416:6: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled_ovp_fault_status': /kisskb/src/drivers/video/backlight/qcom-wled.c:372:18: note: byref variable will be forcibly initialized u32 int_rt_sts, fault_sts; ^ /kisskb/src/drivers/video/backlight/qcom-wled.c:372:6: note: byref variable will be forcibly initialized u32 int_rt_sts, fault_sts; ^ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled5_set_brightness': /kisskb/src/drivers/video/backlight/qcom-wled.c:276:5: note: byref variable will be forcibly initialized u8 v[2]; ^ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled4_set_brightness': /kisskb/src/drivers/video/backlight/qcom-wled.c:253:5: note: byref variable will be forcibly initialized u8 v[2]; ^ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled3_set_brightness': /kisskb/src/drivers/video/backlight/qcom-wled.c:234:5: note: byref variable will be forcibly initialized u8 v[2]; ^ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled_configure': /kisskb/src/drivers/video/backlight/qcom-wled.c:1369:29: note: byref variable will be forcibly initialized const struct wled_u32_opts wled5_opts[] = { ^ /kisskb/src/drivers/video/backlight/qcom-wled.c:1341:29: note: byref variable will be forcibly initialized const struct wled_u32_opts wled4_opts[] = { ^ /kisskb/src/drivers/video/backlight/qcom-wled.c:1313:29: note: byref variable will be forcibly initialized const struct wled_u32_opts wled3_opts[] = { ^ /kisskb/src/drivers/video/backlight/qcom-wled.c:1309:12: note: byref variable will be forcibly initialized u32 size, val, c; ^ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled_auto_string_detection': /kisskb/src/drivers/video/backlight/qcom-wled.c:565:7: note: byref variable will be forcibly initialized bool fault_set; ^ /kisskb/src/drivers/video/backlight/qcom-wled.c:563:6: note: byref variable will be forcibly initialized u32 sink_config = 0; ^ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled_auto_detection_at_init': /kisskb/src/drivers/video/backlight/qcom-wled.c:800:7: note: byref variable will be forcibly initialized bool fault_set; ^ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled4_setup': /kisskb/src/drivers/video/backlight/qcom-wled.c:947:6: note: byref variable will be forcibly initialized u32 sink_cfg; ^ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled_ovp_irq_handler': /kisskb/src/drivers/video/backlight/qcom-wled.c:825:15: note: byref variable will be forcibly initialized u32 int_sts, fault_sts; ^ /kisskb/src/drivers/video/backlight/qcom-wled.c:825:6: note: byref variable will be forcibly initialized u32 int_sts, fault_sts; ^ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled_configure_ovp_irq': /kisskb/src/drivers/video/backlight/qcom-wled.c:1563:6: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled_probe': /kisskb/src/drivers/video/backlight/qcom-wled.c:1603:6: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/drivers/video/backlight/qcom-wled.c:1599:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^ /kisskb/src/drivers/gpio/gpio-tegra.c: In function 'tegra_gpio_irq_handler': /kisskb/src/drivers/gpio/gpio-tegra.c:389:16: note: byref variable will be forcibly initialized unsigned long sta; ^ In file included from /kisskb/src/include/linux/gpio/driver.h:5:0, from /kisskb/src/drivers/gpio/gpio-tegra.c:17: /kisskb/src/drivers/gpio/gpio-tegra.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/gpio/driver.h:9:0, from /kisskb/src/drivers/gpio/gpio-tegra.c:17: /kisskb/src/drivers/gpio/gpio-tegra.c: In function 'irq_find_matching_host': /kisskb/src/include/linux/irqdomain.h:304:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec = { ^ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_buildSeqTable': /kisskb/src/lib/zstd/decompress.c:772:7: note: byref variable will be forcibly initialized U32 tableLog; ^ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_loadEntropy': /kisskb/src/lib/zstd/decompress.c:1916:39: note: byref variable will be forcibly initialized unsigned litlengthMaxValue = MaxLL, litlengthLog; ^ /kisskb/src/lib/zstd/decompress.c:1916:12: note: byref variable will be forcibly initialized unsigned litlengthMaxValue = MaxLL, litlengthLog; ^ /kisskb/src/lib/zstd/decompress.c:1915:9: note: byref variable will be forcibly initialized short litlengthNCount[MaxLL + 1]; ^ /kisskb/src/lib/zstd/decompress.c:1904:41: note: byref variable will be forcibly initialized unsigned matchlengthMaxValue = MaxML, matchlengthLog; ^ /kisskb/src/lib/zstd/decompress.c:1904:12: note: byref variable will be forcibly initialized unsigned matchlengthMaxValue = MaxML, matchlengthLog; ^ /kisskb/src/lib/zstd/decompress.c:1903:9: note: byref variable will be forcibly initialized short matchlengthNCount[MaxML + 1]; ^ /kisskb/src/lib/zstd/decompress.c:1892:33: note: byref variable will be forcibly initialized U32 offcodeMaxValue = MaxOff, offcodeLog; ^ /kisskb/src/lib/zstd/decompress.c:1892:7: note: byref variable will be forcibly initialized U32 offcodeMaxValue = MaxOff, offcodeLog; ^ /kisskb/src/lib/zstd/decompress.c:1891:9: note: byref variable will be forcibly initialized short offcodeNCount[MaxOff + 1]; ^ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_initDCtx': /kisskb/src/lib/zstd/decompress.c:143:23: note: byref variable will be forcibly initialized ZSTD_customMem const stackMem = ZSTD_initStack(workspace, workspaceSize); ^ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_getFrameContentSize': /kisskb/src/lib/zstd/decompress.c:300:20: note: byref variable will be forcibly initialized ZSTD_frameParams fParams; ^ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_decompressSequencesLong': /kisskb/src/lib/zstd/decompress.c:1378:14: note: byref variable will be forcibly initialized seqState_t seqState; ^ /kisskb/src/lib/zstd/decompress.c:1361:6: note: byref variable will be forcibly initialized int nbSeq; ^ /kisskb/src/lib/zstd/decompress.c:1355:14: note: byref variable will be forcibly initialized const BYTE *litPtr = dctx->litPtr; ^ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_decompressSequences': /kisskb/src/lib/zstd/decompress.c:1117:14: note: byref variable will be forcibly initialized seqState_t seqState; ^ /kisskb/src/lib/zstd/decompress.c:1105:6: note: byref variable will be forcibly initialized int nbSeq; ^ /kisskb/src/lib/zstd/decompress.c:1100:14: note: byref variable will be forcibly initialized const BYTE *litPtr = dctx->litPtr; ^ /kisskb/src/fs/hfsplus/dir.c: In function 'hfsplus_unlink': /kisskb/src/fs/hfsplus/dir.c:363:7: note: byref variable will be forcibly initialized char name[32]; ^ /kisskb/src/fs/hfsplus/dir.c:362:14: note: byref variable will be forcibly initialized struct qstr str; ^ /kisskb/src/fs/hfsplus/dir.c: In function 'hfsplus_link': /kisskb/src/fs/hfsplus/dir.c:308:12: note: byref variable will be forcibly initialized u32 cnid, id; ^ /kisskb/src/fs/hfsplus/dir.c:307:7: note: byref variable will be forcibly initialized char name[32]; ^ /kisskb/src/fs/hfsplus/dir.c:306:14: note: byref variable will be forcibly initialized struct qstr str; ^ /kisskb/src/fs/hfsplus/dir.c: In function 'hfsplus_lookup': /kisskb/src/fs/hfsplus/dir.c:88:9: note: byref variable will be forcibly initialized char name[32]; ^ /kisskb/src/fs/hfsplus/dir.c:87:16: note: byref variable will be forcibly initialized struct qstr str; ^ /kisskb/src/fs/hfsplus/dir.c:36:20: note: byref variable will be forcibly initialized hfsplus_cat_entry entry; ^ /kisskb/src/fs/hfsplus/dir.c:34:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_findFrameCompressedSize': /kisskb/src/lib/zstd/decompress.c:1518:20: note: byref variable will be forcibly initialized ZSTD_frameParams fParams; ^ /kisskb/src/fs/hfsplus/dir.c: In function 'hfsplus_readdir': /kisskb/src/fs/hfsplus/dir.c:137:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^ /kisskb/src/fs/hfsplus/dir.c:136:20: note: byref variable will be forcibly initialized hfsplus_cat_entry entry; ^ /kisskb/src/fs/hfsplus/dir.c:134:6: note: byref variable will be forcibly initialized int len, err; ^ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_initDDict': /kisskb/src/lib/zstd/decompress.c:2085:23: note: byref variable will be forcibly initialized ZSTD_customMem const stackMem = ZSTD_initStack(workspace, workspaceSize); ^ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_getDictID_fromFrame': /kisskb/src/lib/zstd/decompress.c:2137:19: note: byref variable will be forcibly initialized ZSTD_frameParams zfp = {0, 0, 0, 0}; ^ /kisskb/src/lib/zstd/decompress.c: In function 'ZSTD_initDStream': /kisskb/src/lib/zstd/decompress.c:2216:23: note: byref variable will be forcibly initialized ZSTD_customMem const stackMem = ZSTD_initStack(workspace, workspaceSize); ^ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c: In function 'of_ipmi_probe': /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:235:6: note: byref variable will be forcibly initialized int proplen; ^ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:231:18: note: byref variable will be forcibly initialized struct resource resource; ^ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:230:18: note: byref variable will be forcibly initialized struct si_sm_io io; ^ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c: In function 'acpi_ipmi_probe': /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:323:21: note: byref variable will be forcibly initialized unsigned long long tmp; ^ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:320:18: note: byref variable will be forcibly initialized 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:139:45: note: byref variable will be forcibly initialized u8 type, slave_addr, addr_source, regsize, regshift; ^ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:139:36: note: byref variable will be forcibly initialized u8 type, slave_addr, addr_source, regsize, regshift; ^ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:139:23: note: byref variable will be forcibly initialized u8 type, slave_addr, addr_source, regsize, regshift; ^ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:139:11: note: byref variable will be forcibly initialized u8 type, slave_addr, addr_source, regsize, regshift; ^ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:139:5: note: byref variable will be forcibly initialized u8 type, slave_addr, addr_source, regsize, regshift; ^ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:138:18: note: byref variable will be forcibly initialized struct si_sm_io io; ^ /kisskb/src/drivers/gpio/gpio-tps6586x.c: In function 'tps6586x_gpio_get': /kisskb/src/drivers/gpio/gpio-tps6586x.c:33:10: note: byref variable will be forcibly initialized uint8_t val; ^ /kisskb/src/drivers/video/backlight/tps65217_bl.c: In function 'tps65217_bl_parse_dt': /kisskb/src/drivers/video/backlight/tps65217_bl.c:181:6: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/drivers/video/backlight/tps65217_bl.c: In function 'tps65217_bl_probe': /kisskb/src/drivers/video/backlight/tps65217_bl.c:267:30: note: byref variable will be forcibly initialized struct backlight_properties bl_props; ^ /kisskb/src/fs/hfsplus/btree.c: In function 'hfs_bmap_new_bmap': /kisskb/src/fs/hfsplus/btree.c:317:9: note: byref variable will be forcibly initialized __be32 cnid; ^ /kisskb/src/fs/hfsplus/btree.c:316:24: note: byref variable will be forcibly initialized struct hfs_bnode_desc desc; ^ /kisskb/src/fs/hfsplus/btree.c: In function 'hfsplus_bmap_alloc': /kisskb/src/fs/hfsplus/btree.c:379:6: note: byref variable will be forcibly initialized u16 off16; ^ /kisskb/src/fs/hfsplus/btree.c: In function 'hfsplus_bmap_free': /kisskb/src/fs/hfsplus/btree.c:452:6: note: byref variable will be forcibly initialized u16 off, len; ^ /kisskb/src/drivers/acpi/acpica/dsdebug.c: In function 'acpi_ds_print_node_pathname': /kisskb/src/drivers/acpi/acpica/dsdebug.c:44:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer; ^ In file included from /kisskb/src/include/linux/device.h:29:0, 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 '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized int len; ^ /kisskb/src/drivers/gpio/gpio-uniphier.c: In function 'uniphier_gpio_irq_domain_alloc': /kisskb/src/drivers/gpio/gpio-uniphier.c:263:20: note: byref variable will be forcibly initialized struct irq_fwspec parent_fwspec; ^ /kisskb/src/drivers/gpio/gpio-uniphier.c: In function 'uniphier_gpio_to_irq': /kisskb/src/drivers/gpio/gpio-uniphier.c:163:20: note: byref variable will be forcibly initialized 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:25: note: byref variable will be forcibly initialized unsigned long i, bank, bank_mask, bank_bits; ^ In file included from /kisskb/src/include/linux/gpio/driver.h:9:0, from /kisskb/src/drivers/gpio/gpio-uniphier.c:7: /kisskb/src/drivers/gpio/gpio-uniphier.c: In function 'irq_find_matching_host': /kisskb/src/include/linux/irqdomain.h:304:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec = { ^ /kisskb/src/drivers/gpio/gpio-uniphier.c: In function 'uniphier_gpio_probe': /kisskb/src/drivers/gpio/gpio-uniphier.c:346:6: note: byref variable will be forcibly initialized u32 ngpios; ^ /kisskb/src/drivers/video/backlight/arcxcnn_bl.c: In function 'arcxcnn_parse_dt': /kisskb/src/drivers/video/backlight/arcxcnn_bl.c:179:34: note: byref variable will be forcibly initialized u32 prog_val, num_entry, entry, sources[ARCXCNN_LEDEN_BITS]; ^ /kisskb/src/drivers/video/backlight/arcxcnn_bl.c:179:6: note: byref variable will be forcibly initialized u32 prog_val, num_entry, entry, sources[ARCXCNN_LEDEN_BITS]; ^ /kisskb/src/drivers/acpi/acpica/dsfield.c: In function 'acpi_ds_create_buffer_field': /kisskb/src/drivers/acpi/acpica/dsfield.c:124:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *node; ^ /kisskb/src/drivers/acpi/acpica/dsfield.c: In function 'acpi_ds_create_field': /kisskb/src/drivers/acpi/acpica/dsfield.c:479:32: note: byref variable will be forcibly initialized struct acpi_create_field_info info; ^ /kisskb/src/drivers/acpi/acpica/dsfield.c: In function 'acpi_ds_init_field_objects': /kisskb/src/drivers/acpi/acpica/dsfield.c:558:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *node; ^ /kisskb/src/drivers/acpi/acpica/dsfield.c: In function 'acpi_ds_create_bank_field': /kisskb/src/drivers/acpi/acpica/dsfield.c:679:32: note: byref variable will be forcibly initialized struct acpi_create_field_info info; ^ /kisskb/src/drivers/acpi/acpica/dsfield.c: In function 'acpi_ds_create_index_field': /kisskb/src/drivers/acpi/acpica/dsfield.c:772:32: note: byref variable will be forcibly initialized struct acpi_create_field_info info; ^ /kisskb/src/fs/hfsplus/bnode.c: In function 'hfsplus_bnode_read_u16': /kisskb/src/fs/hfsplus/bnode.c:45:9: note: byref variable will be forcibly initialized __be16 data; ^ /kisskb/src/fs/hfsplus/bnode.c: In function 'hfsplus_bnode_read_u8': /kisskb/src/fs/hfsplus/bnode.c:53:5: note: byref variable will be forcibly initialized u8 data; ^ /kisskb/src/fs/hfsplus/bnode.c: In function 'hfsplus_bnode_write_u16': /kisskb/src/fs/hfsplus/bnode.c:100:9: note: byref variable will be forcibly initialized __be16 v = cpu_to_be16(data); ^ /kisskb/src/fs/hfsplus/bnode.c: In function 'hfsplus_bnode_dump': /kisskb/src/fs/hfsplus/bnode.c:301:9: note: byref variable will be forcibly initialized __be32 cnid; ^ /kisskb/src/fs/hfsplus/bnode.c:300:24: note: byref variable will be forcibly initialized struct hfs_bnode_desc desc; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/hfsplus/bnode.c:13: /kisskb/src/fs/hfsplus/bnode.c: In function '__hfs_bnode_create': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/hfsplus/bnode.c:436:3: note: in expansion of macro 'wait_event' wait_event(node2->lock_wq, ^ /kisskb/src/fs/hfsplus/bnode.c: In function 'hfsplus_bnode_find': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/hfsplus/bnode.c:490:3: note: in expansion of macro 'wait_event' wait_event(node->lock_wq, ^ /kisskb/src/fs/hfsplus/bnode.c: In function 'hfsplus_bnode_unlink': /kisskb/src/fs/hfsplus/bnode.c:339:9: note: byref variable will be forcibly initialized __be32 cnid; ^ /kisskb/src/drivers/acpi/acpica/dsinit.c: In function 'acpi_ds_initialize_objects': /kisskb/src/drivers/acpi/acpica/dsinit.c:163:16: note: byref variable will be forcibly initialized acpi_owner_id owner_id; ^ /kisskb/src/drivers/acpi/acpica/dsinit.c:162:28: note: byref variable will be forcibly initialized struct acpi_table_header *table; ^ /kisskb/src/drivers/acpi/acpica/dsinit.c:161:29: note: byref variable will be forcibly initialized struct acpi_init_walk_info info; ^ In file included from /kisskb/src/include/linux/gpio/driver.h:9:0, from /kisskb/src/drivers/gpio/gpio-visconti.c:11: /kisskb/src/drivers/gpio/gpio-visconti.c: In function 'irq_find_matching_host': /kisskb/src/include/linux/irqdomain.h:304:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec = { ^ /kisskb/src/drivers/char/ipmi/ipmi_plat_data.c: In function 'ipmi_platform_add': /kisskb/src/drivers/char/ipmi/ipmi_plat_data.c:17:24: note: byref variable will be forcibly initialized struct property_entry pr[6]; ^ /kisskb/src/drivers/char/ipmi/ipmi_plat_data.c:16:18: note: byref variable will be forcibly initialized struct resource r[4]; ^ /kisskb/src/drivers/video/backlight/led_bl.c: In function 'led_bl_parse_levels': /kisskb/src/drivers/video/backlight/led_bl.c:128:6: note: byref variable will be forcibly initialized u32 value; ^ /kisskb/src/drivers/video/backlight/led_bl.c: In function 'led_bl_probe': /kisskb/src/drivers/video/backlight/led_bl.c:177:30: note: byref variable will be forcibly initialized struct backlight_properties props; ^ /kisskb/src/drivers/acpi/apei/apei-base.c: In function 'collect_res_callback': /kisskb/src/drivers/acpi/apei/apei-base.c:721:6: note: byref variable will be forcibly initialized u64 paddr; ^ /kisskb/src/drivers/acpi/apei/apei-base.c:720:6: note: byref variable will be forcibly initialized u32 access_bit_width; ^ /kisskb/src/drivers/acpi/apei/apei-base.c: In function 'apei_exec_pre_map_gars': /kisskb/src/drivers/acpi/apei/apei-base.c:250:28: note: byref variable will be forcibly initialized struct apei_exec_context ctx_unmap; ^ /kisskb/src/drivers/acpi/apei/apei-base.c:245:10: note: byref variable will be forcibly initialized int rc, end; ^ /kisskb/src/drivers/acpi/apei/apei-base.c: In function 'apei_resources_request': /kisskb/src/drivers/acpi/apei/apei-base.c:469:39: note: byref variable will be forcibly initialized struct apei_resources nvs_resources, arch_res; ^ /kisskb/src/drivers/acpi/apei/apei-base.c:469:24: note: byref variable will be forcibly initialized struct apei_resources nvs_resources, arch_res; ^ /kisskb/src/drivers/acpi/apei/apei-base.c: In function 'apei_map_generic_address': /kisskb/src/drivers/acpi/apei/apei-base.c:630:6: note: byref variable will be forcibly initialized u64 address; ^ /kisskb/src/drivers/acpi/apei/apei-base.c:629:6: note: byref variable will be forcibly initialized u32 access_bit_width; ^ /kisskb/src/drivers/acpi/apei/apei-base.c: In function 'apei_read': /kisskb/src/drivers/acpi/apei/apei-base.c:652:6: note: byref variable will be forcibly initialized u64 address; ^ /kisskb/src/drivers/acpi/apei/apei-base.c:651:6: note: byref variable will be forcibly initialized u32 access_bit_width; ^ /kisskb/src/drivers/acpi/apei/apei-base.c: In function 'apei_exec_read_register': /kisskb/src/drivers/acpi/apei/apei-base.c:74:6: note: byref variable will be forcibly initialized u64 val = 0; ^ /kisskb/src/drivers/acpi/apei/apei-base.c: In function 'apei_write': /kisskb/src/drivers/acpi/apei/apei-base.c:686:6: note: byref variable will be forcibly initialized u64 address; ^ /kisskb/src/drivers/acpi/apei/apei-base.c:685:6: note: byref variable will be forcibly initialized u32 access_bit_width; ^ /kisskb/src/drivers/acpi/apei/apei-base.c: In function '__apei_exec_write_register': /kisskb/src/drivers/acpi/apei/apei-base.c:106:7: note: byref variable will be forcibly initialized u64 valr = 0; ^ /kisskb/src/drivers/acpi/apei/apei-base.c: In function 'apei_osc_setup': /kisskb/src/drivers/acpi/apei/apei-base.c:783:6: note: byref variable will be forcibly initialized u32 capbuf[3]; ^ /kisskb/src/drivers/acpi/apei/apei-base.c:782:14: note: byref variable will be forcibly initialized acpi_handle handle; ^ /kisskb/src/drivers/gpio/gpio-wcd934x.c: In function 'wcd_gpio_get': /kisskb/src/drivers/gpio/gpio-wcd934x.c:60:15: note: byref variable will be forcibly initialized unsigned int value; ^ /kisskb/src/drivers/gpio/gpio-wcd934x.c: In function 'wcd_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-wcd934x.c:23:15: note: byref variable will be forcibly initialized unsigned int value; ^ /kisskb/src/drivers/acpi/acpica/dsmthdat.c: In function 'acpi_ds_method_data_set_value': /kisskb/src/drivers/acpi/acpica/dsmthdat.c:285:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *node; ^ /kisskb/src/drivers/acpi/acpica/dsmthdat.c: In function 'acpi_ds_method_data_delete_value': /kisskb/src/drivers/acpi/acpica/dsmthdat.c:443:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *node; ^ /kisskb/src/drivers/acpi/acpica/dsmthdat.c: In function 'acpi_ds_method_data_get_value': /kisskb/src/drivers/acpi/acpica/dsmthdat.c:339:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *node; ^ /kisskb/src/drivers/acpi/acpica/dsmthdat.c: In function 'acpi_ds_store_object_to_local': /kisskb/src/drivers/acpi/acpica/dsmthdat.c:506:29: note: byref variable will be forcibly initialized union acpi_operand_object *new_obj_desc; ^ /kisskb/src/drivers/acpi/acpica/dsmthdat.c:504:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *node; ^ /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c: In function 'ipmb_i2c_write': /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c:118:17: note: byref variable will be forcibly initialized struct i2c_msg i2c_msg; ^ /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c: In function 'ipmb_write': /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c:118:17: note: byref variable will be forcibly initialized /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c:141:5: note: byref variable will be forcibly initialized u8 msg[MAX_MSG_LEN]; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c:11: /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c: In function 'ipmb_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^ /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c:92:9: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(ipmb_dev->wait_queue, ^ /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c:79:18: note: byref variable will be forcibly initialized struct ipmb_msg msg; ^ /kisskb/src/fs/hfsplus/brec.c: In function 'hfs_bnode_split': /kisskb/src/fs/hfsplus/brec.c:239:24: note: byref variable will be forcibly initialized struct hfs_bnode_desc node_desc; ^ /kisskb/src/fs/hfsplus/brec.c: In function 'hfs_btree_inc_height': /kisskb/src/fs/hfsplus/brec.c:467:9: note: byref variable will be forcibly initialized __be32 cnid; ^ /kisskb/src/fs/hfsplus/brec.c:465:24: note: byref variable will be forcibly initialized struct hfs_bnode_desc node_desc; ^ /kisskb/src/fs/hfsplus/brec.c: In function 'hfsplus_brec_lenoff': /kisskb/src/fs/hfsplus/brec.c:22:9: note: byref variable will be forcibly initialized __be16 retval[2]; ^ /kisskb/src/fs/hfsplus/brec.c: In function 'hfsplus_brec_insert': /kisskb/src/fs/hfsplus/brec.c:70:9: note: byref variable will be forcibly initialized __be32 cnid; ^ /kisskb/src/fs/hfsplus/brec.c: In function 'hfs_brec_update_parent': /kisskb/src/fs/hfsplus/brec.c:430:10: note: byref variable will be forcibly initialized __be32 cnid; ^ In file included from /kisskb/src/include/linux/resource_ext.h:11:0, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/acpi/apei/hest.c:21: /kisskb/src/drivers/acpi/apei/hest.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/acpi/apei/hest.c: In function 'hest_ghes_dev_register': /kisskb/src/drivers/acpi/apei/hest.c:198:18: note: byref variable will be forcibly initialized struct ghes_arr ghes_arr; ^ /kisskb/src/drivers/acpi/apei/hest.c: In function 'acpi_hest_init': /kisskb/src/drivers/acpi/apei/hest.c:235:15: note: byref variable will be forcibly initialized unsigned int ghes_count = 0; ^ /kisskb/src/drivers/acpi/acpica/dsobject.c: In function 'acpi_ds_build_internal_object': /kisskb/src/drivers/acpi/acpica/dsobject.c:40:29: note: byref variable will be forcibly initialized union acpi_operand_object *obj_desc; ^ /kisskb/src/drivers/acpi/acpica/dsobject.c: In function 'acpi_ds_create_node': /kisskb/src/drivers/acpi/acpica/dsobject.c:258:29: note: byref variable will be forcibly initialized union acpi_operand_object *obj_desc; ^ In file included from /kisskb/src/kernel/stop_machine.c:24:0: /kisskb/src/kernel/stop_machine.c: In function 'cpu_stop_queue_two_works': /kisskb/src/kernel/stop_machine.c:266:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wakeq); ^ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = { WAKE_Q_TAIL, &name.first } ^ /kisskb/src/kernel/stop_machine.c: In function 'cpu_stop_queue_work': /kisskb/src/kernel/stop_machine.c:96:16: note: byref variable will be forcibly initialized DEFINE_WAKE_Q(wakeq); ^ /kisskb/src/include/linux/sched/wake_q.h:46:21: note: in definition of macro 'DEFINE_WAKE_Q' struct wake_q_head name = { WAKE_Q_TAIL, &name.first } ^ /kisskb/src/kernel/stop_machine.c: In function '__stop_cpus': /kisskb/src/kernel/stop_machine.c:425:23: note: byref variable will be forcibly initialized struct cpu_stop_done done; ^ /kisskb/src/kernel/stop_machine.c: In function 'stop_one_cpu': /kisskb/src/kernel/stop_machine.c:141:23: note: byref variable will be forcibly initialized struct cpu_stop_done done; ^ /kisskb/src/kernel/stop_machine.c: In function 'stop_two_cpus': /kisskb/src/kernel/stop_machine.c:337:30: note: byref variable will be forcibly initialized struct cpu_stop_work work1, work2; ^ /kisskb/src/kernel/stop_machine.c:337:23: note: byref variable will be forcibly initialized struct cpu_stop_work work1, work2; ^ /kisskb/src/kernel/stop_machine.c:336:23: note: byref variable will be forcibly initialized struct cpu_stop_done done; ^ /kisskb/src/kernel/stop_machine.c: In function 'stop_machine_from_inactive_cpu': /kisskb/src/kernel/stop_machine.c:662:23: note: byref variable will be forcibly initialized struct cpu_stop_done done; ^ /kisskb/src/drivers/acpi/acpica/dsopcode.c: In function 'acpi_ds_eval_table_region_operands': /kisskb/src/drivers/acpi/acpica/dsopcode.c:469:6: note: byref variable will be forcibly initialized u32 table_index; ^ /kisskb/src/drivers/acpi/acpica/dsopcode.c:468:28: note: byref variable will be forcibly initialized struct acpi_table_header *table; ^ /kisskb/src/fs/hfsplus/bfind.c: In function '__hfsplus_brec_find': /kisskb/src/fs/hfsplus/bfind.c:119:9: note: byref variable will be forcibly initialized int b, e; ^ /kisskb/src/fs/hfsplus/bfind.c:119:6: note: byref variable will be forcibly initialized int b, e; ^ /kisskb/src/fs/hfsplus/bfind.c:118:6: note: byref variable will be forcibly initialized int rec; ^ /kisskb/src/fs/hfsplus/bfind.c:117:6: note: byref variable will be forcibly initialized u16 off, len, keylen; ^ /kisskb/src/fs/hfsplus/bfind.c: In function 'hfsplus_brec_find': /kisskb/src/fs/hfsplus/bfind.c:169:9: note: byref variable will be forcibly initialized __be32 data; ^ /kisskb/src/fs/hfsplus/bfind.c: In function 'hfsplus_brec_goto': /kisskb/src/fs/hfsplus/bfind.c:236:6: note: byref variable will be forcibly initialized u16 off, len, keylen; ^ /kisskb/src/drivers/acpi/apei/erst.c: In function 'erst_exec_skip_next_instruction_if_true': /kisskb/src/drivers/acpi/apei/erst.c:223:6: note: byref variable will be forcibly initialized u64 val; ^ /kisskb/src/drivers/acpi/apei/erst.c: In function 'erst_exec_move_data': /kisskb/src/drivers/acpi/apei/erst.c:259:6: note: byref variable will be forcibly initialized u64 offset; ^ /kisskb/src/drivers/acpi/apei/erst.c: In function 'erst_exec_stall_while_true': /kisskb/src/drivers/acpi/apei/erst.c:194:6: note: byref variable will be forcibly initialized u64 timeout = FIRMWARE_TIMEOUT; ^ /kisskb/src/drivers/acpi/apei/erst.c:193:6: note: byref variable will be forcibly initialized u64 val; ^ /kisskb/src/drivers/acpi/apei/erst.c: In function 'erst_exec_subtract_value': /kisskb/src/drivers/acpi/apei/erst.c:162:6: note: byref variable will be forcibly initialized u64 val; ^ /kisskb/src/drivers/acpi/apei/erst.c: In function 'erst_exec_add_value': /kisskb/src/drivers/acpi/apei/erst.c:148:6: note: byref variable will be forcibly initialized u64 val; ^ /kisskb/src/drivers/acpi/apei/erst.c: In function '__erst_get_record_count': /kisskb/src/drivers/acpi/apei/erst.c:398:27: note: byref variable will be forcibly initialized struct apei_exec_context ctx; ^ /kisskb/src/drivers/acpi/apei/erst.c: In function '__erst_get_next_record_id': /kisskb/src/drivers/acpi/apei/erst.c:442:27: note: byref variable will be forcibly initialized struct apei_exec_context ctx; ^ /kisskb/src/drivers/acpi/apei/erst.c: In function 'erst_get_erange': /kisskb/src/drivers/acpi/apei/erst.c:376:27: note: byref variable will be forcibly initialized struct apei_exec_context ctx; ^ /kisskb/src/drivers/acpi/apei/erst.c: In function '__erst_write_to_storage': /kisskb/src/drivers/acpi/apei/erst.c:623:27: note: byref variable will be forcibly initialized struct apei_exec_context ctx; ^ /kisskb/src/drivers/acpi/apei/erst.c: In function '__erst_read_from_storage': /kisskb/src/drivers/acpi/apei/erst.c:662:27: note: byref variable will be forcibly initialized struct apei_exec_context ctx; ^ /kisskb/src/drivers/acpi/apei/erst.c: In function '__erst_clear_from_storage': /kisskb/src/drivers/acpi/apei/erst.c:705:27: note: byref variable will be forcibly initialized struct apei_exec_context ctx; ^ In file included from /kisskb/src/include/linux/memblock.h:13:0, from /kisskb/src/arch/arm64/include/asm/acpi.h:13, from /kisskb/src/include/acpi/acpi_io.h:7, from /kisskb/src/include/linux/acpi.h:35, from /kisskb/src/drivers/acpi/apei/erst.c:20: /kisskb/src/drivers/acpi/apei/erst.c: In function 'kvmalloc_array': /kisskb/src/include/linux/mm.h:798:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/acpi/apei/erst.c: In function '__erst_record_id_cache_add_one': /kisskb/src/drivers/acpi/apei/erst.c:476:6: note: byref variable will be forcibly initialized u64 id, prev_id, first_id; ^ /kisskb/src/drivers/acpi/apei/erst.c: In function 'erst_init': /kisskb/src/drivers/acpi/apei/erst.c:1098:24: note: byref variable will be forcibly initialized struct apei_resources erst_resources; ^ /kisskb/src/drivers/acpi/apei/erst.c:1097:27: note: byref variable will be forcibly initialized struct apei_exec_context ctx; ^ /kisskb/src/drivers/acpi/apei/erst.c: In function 'erst_reader': /kisskb/src/drivers/acpi/apei/erst.c:976:6: note: byref variable will be forcibly initialized u64 record_id; ^ In file included from /kisskb/src/include/linux/uuid.h:11:0, from /kisskb/src/include/linux/fs.h:36, 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:18, from /kisskb/src/drivers/acpi/apei/erst.c:16: /kisskb/src/include/uapi/linux/uuid.h:29:1: note: byref variable will be forcibly initialized {{ (a) & 0xff, ((a) >> 8) & 0xff, ((a) >> 16) & 0xff, ((a) >> 24) & 0xff, \ ^ /kisskb/src/drivers/acpi/apei/erst.c:942:2: note: in expansion of macro 'GUID_INIT' GUID_INIT(0xfe08ffbe, 0x95e4, 0x4be7, 0xbc, 0x73, 0x40, 0x96, \ ^ /kisskb/src/drivers/acpi/apei/erst.c:1024:51: note: in expansion of macro 'CPER_SECTION_TYPE_MCE' else if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_MCE)) ^ /kisskb/src/include/uapi/linux/uuid.h:29:1: note: byref variable will be forcibly initialized {{ (a) & 0xff, ((a) >> 8) & 0xff, ((a) >> 16) & 0xff, ((a) >> 24) & 0xff, \ ^ /kisskb/src/drivers/acpi/apei/erst.c:936:2: note: in expansion of macro 'GUID_INIT' GUID_INIT(0xc197e04e, 0xd545, 0x4a70, 0x9c, 0x17, 0xa5, 0x54, \ ^ /kisskb/src/drivers/acpi/apei/erst.c:1022:53: note: in expansion of macro 'CPER_SECTION_TYPE_DMESG' } else if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_DMESG)) ^ /kisskb/src/include/uapi/linux/uuid.h:29:1: note: byref variable will be forcibly initialized {{ (a) & 0xff, ((a) >> 8) & 0xff, ((a) >> 16) & 0xff, ((a) >> 24) & 0xff, \ ^ /kisskb/src/drivers/acpi/apei/erst.c:939:2: note: in expansion of macro 'GUID_INIT' GUID_INIT(0x4f118707, 0x04dd, 0x4055, 0xb5, 0xdd, 0x95, 0x6d, \ ^ /kisskb/src/drivers/acpi/apei/erst.c:1019:46: note: in expansion of macro 'CPER_SECTION_TYPE_DMESG_Z' if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_DMESG_Z)) { ^ /kisskb/src/include/uapi/linux/uuid.h:29:1: note: byref variable will be forcibly initialized {{ (a) & 0xff, ((a) >> 8) & 0xff, ((a) >> 16) & 0xff, ((a) >> 24) & 0xff, \ ^ /kisskb/src/drivers/acpi/apei/erst.c:933:2: note: in expansion of macro 'GUID_INIT' GUID_INIT(0x75a574e3, 0x5052, 0x4b29, 0x8a, 0x8e, 0xbe, 0x2c, \ ^ /kisskb/src/drivers/acpi/apei/erst.c:1007:41: note: in expansion of macro 'CPER_CREATOR_PSTORE' if (!guid_equal(&rcd->hdr.creator_id, &CPER_CREATOR_PSTORE)) ^ /kisskb/src/drivers/acpi/acpica/dspkginit.c: In function 'acpi_ds_resolve_package_element': /kisskb/src/drivers/acpi/acpica/dspkginit.c:389:8: note: byref variable will be forcibly initialized char *external_path = ""; ^ /kisskb/src/drivers/acpi/acpica/dspkginit.c:387:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *resolved_node; ^ /kisskb/src/drivers/acpi/acpica/dspkginit.c:385:27: note: byref variable will be forcibly initialized union acpi_generic_state scope_info; ^ In file included from /kisskb/src/include/linux/mm.h:30:0, from /kisskb/src/kernel/kcov.c:14: /kisskb/src/kernel/kcov.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_check_caps': /kisskb/src/drivers/video/fbdev/core/fbmem.c:940:28: note: byref variable will be forcibly initialized struct fb_blit_caps caps, fbcaps; ^ /kisskb/src/drivers/video/fbdev/core/fbmem.c:940:22: note: byref variable will be forcibly initialized struct fb_blit_caps caps, fbcaps; ^ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_set_logocmap': /kisskb/src/drivers/video/fbdev/core/fbmem.c:200:6: note: byref variable will be forcibly initialized u16 palette_red[16]; ^ /kisskb/src/drivers/video/fbdev/core/fbmem.c:199:6: note: byref variable will be forcibly initialized u16 palette_blue[16]; ^ /kisskb/src/drivers/video/fbdev/core/fbmem.c:198:6: note: byref variable will be forcibly initialized u16 palette_green[16]; ^ /kisskb/src/drivers/video/fbdev/core/fbmem.c:197:17: note: byref variable will be forcibly initialized struct fb_cmap palette_cmap; ^ In file included from /kisskb/src/drivers/video/fbdev/core/fbmem.c:21:0: /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/slab.h:16:0, from /kisskb/src/drivers/video/fbdev/core/fbmem.c:21: /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'do_register_framebuffer': /kisskb/src/drivers/video/fbdev/core/fbmem.c:1580:22: note: byref variable will be forcibly initialized struct fb_videomode mode; ^ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_show_logo_line': /kisskb/src/drivers/video/fbdev/core/fbmem.c:464:18: note: byref variable will be forcibly initialized struct fb_image image; ^ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_set_var': /kisskb/src/drivers/video/fbdev/core/fbmem.c:967:30: note: byref variable will be forcibly initialized struct fb_videomode mode1, mode2; ^ /kisskb/src/drivers/video/fbdev/core/fbmem.c:967:23: note: byref variable will be forcibly initialized struct fb_videomode mode1, mode2; ^ /kisskb/src/drivers/video/fbdev/core/fbmem.c:964:18: note: byref variable will be forcibly initialized struct fb_event event; ^ /kisskb/src/drivers/video/fbdev/core/fbmem.c:963:22: note: byref variable will be forcibly initialized struct fb_videomode mode; ^ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_blank': /kisskb/src/drivers/video/fbdev/core/fbmem.c:1065:18: note: byref variable will be forcibly initialized struct fb_event event; ^ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'fb_new_modelist': /kisskb/src/drivers/video/fbdev/core/fbmem.c:1942:26: note: byref variable will be forcibly initialized struct fb_videomode *m, mode; ^ /kisskb/src/drivers/video/fbdev/core/fbmem.c:1939:27: note: byref variable will be forcibly initialized struct fb_var_screeninfo var = info->var; ^ /kisskb/src/drivers/acpi/acpica/dsutils.c: In function 'acpi_ds_delete_result_if_not_used': /kisskb/src/drivers/acpi/acpica/dsutils.c:306:29: note: byref variable will be forcibly initialized union acpi_operand_object *obj_desc; ^ /kisskb/src/drivers/acpi/acpica/dsutils.c: In function 'acpi_ds_create_operand': /kisskb/src/drivers/acpi/acpica/dsutils.c:428:29: note: byref variable will be forcibly initialized union acpi_operand_object *obj_desc; ^ /kisskb/src/drivers/acpi/acpica/dsutils.c:427:6: note: byref variable will be forcibly initialized u32 name_length; ^ /kisskb/src/drivers/acpi/acpica/dsutils.c:426:8: note: byref variable will be forcibly initialized char *name_string; ^ /kisskb/src/drivers/acpi/acpica/dsutils.c: In function 'acpi_ds_create_operands': /kisskb/src/drivers/acpi/acpica/dsutils.c:668:27: note: byref variable will be forcibly initialized union acpi_parse_object *arguments[ACPI_OBJ_NUM_OPERANDS]; ^ /kisskb/src/drivers/acpi/acpica/dsutils.c: In function 'acpi_ds_evaluate_name_path': /kisskb/src/drivers/acpi/acpica/dsutils.c:750:29: note: byref variable will be forcibly initialized union acpi_operand_object *new_obj_desc; ^ /kisskb/src/drivers/gpio/gpio-xra1403.c: In function 'xra1403_get': /kisskb/src/drivers/gpio/gpio-xra1403.c:95:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/drivers/gpio/gpio-xra1403.c: In function 'xra1403_get_direction': /kisskb/src/drivers/gpio/gpio-xra1403.c:79:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/drivers/gpio/gpio-xra1403.c: In function 'xra1403_dbg_show': /kisskb/src/drivers/gpio/gpio-xra1403.c:122:6: note: byref variable will be forcibly initialized int value[XRA_LAST]; ^ /kisskb/src/fs/hfsplus/unicode.c: In function 'hfsplus_asc2uni': /kisskb/src/fs/hfsplus/unicode.c:351:6: note: byref variable will be forcibly initialized u16 dhangul[3]; ^ /kisskb/src/fs/hfsplus/unicode.c:350:10: note: byref variable will be forcibly initialized wchar_t c; ^ /kisskb/src/fs/hfsplus/unicode.c:348:12: note: byref variable will be forcibly initialized int size, dsize, decompose; ^ /kisskb/src/fs/hfsplus/unicode.c: In function 'hfsplus_hash_dentry': /kisskb/src/fs/hfsplus/unicode.c:401:7: note: byref variable will be forcibly initialized int dsize; ^ /kisskb/src/fs/hfsplus/unicode.c:393:6: note: byref variable will be forcibly initialized u16 dhangul[3]; ^ /kisskb/src/fs/hfsplus/unicode.c:391:10: note: byref variable will be forcibly initialized wchar_t c; ^ /kisskb/src/fs/hfsplus/unicode.c: In function 'hfsplus_compare_dentry': /kisskb/src/fs/hfsplus/unicode.c:446:20: note: byref variable will be forcibly initialized u16 dhangul_1[3], dhangul_2[3]; ^ /kisskb/src/fs/hfsplus/unicode.c:446:6: note: byref variable will be forcibly initialized u16 dhangul_1[3], dhangul_2[3]; ^ /kisskb/src/fs/hfsplus/unicode.c:445:10: note: byref variable will be forcibly initialized wchar_t c; ^ /kisskb/src/fs/hfsplus/unicode.c:444:10: note: byref variable will be forcibly initialized u16 c1, c2; ^ /kisskb/src/fs/hfsplus/unicode.c:444:6: note: byref variable will be forcibly initialized u16 c1, c2; ^ /kisskb/src/fs/hfsplus/unicode.c:441:14: note: byref variable will be forcibly initialized int dsize1, dsize2, len1, len2; ^ /kisskb/src/fs/hfsplus/unicode.c:441:6: note: byref variable will be forcibly initialized int dsize1, dsize2, len1, len2; ^ /kisskb/src/drivers/acpi/acpica/dswexec.c: In function 'acpi_ds_get_predicate_value': /kisskb/src/drivers/acpi/acpica/dswexec.c:63:29: note: byref variable will be forcibly initialized union acpi_operand_object *local_obj_desc = NULL; ^ /kisskb/src/drivers/acpi/acpica/dswexec.c:62:29: note: byref variable will be forcibly initialized union acpi_operand_object *obj_desc; ^ /kisskb/src/drivers/acpi/apei/bert.c: In function 'bert_init': /kisskb/src/drivers/acpi/apei/bert.c:97:26: note: byref variable will be forcibly initialized struct acpi_table_bert *bert_tab; ^ /kisskb/src/drivers/acpi/apei/bert.c:95:24: note: byref variable will be forcibly initialized struct apei_resources bert_resources; ^ /kisskb/src/fs/hfsplus/wrapper.c: In function 'hfsplus_get_last_session': /kisskb/src/fs/hfsplus/wrapper.c:151:29: note: byref variable will be forcibly initialized struct cdrom_multisession ms_info; ^ /kisskb/src/fs/hfsplus/wrapper.c:137:25: note: byref variable will be forcibly initialized struct cdrom_tocentry te; ^ /kisskb/src/fs/hfsplus/wrapper.c: In function 'hfsplus_read_wrapper': /kisskb/src/fs/hfsplus/wrapper.c:167:23: note: byref variable will be forcibly initialized sector_t part_start, part_size; ^ /kisskb/src/fs/hfsplus/wrapper.c:167:11: note: byref variable will be forcibly initialized sector_t part_start, part_size; ^ /kisskb/src/fs/hfsplus/wrapper.c:166:20: note: byref variable will be forcibly initialized struct hfsplus_wd wd; ^ /kisskb/src/drivers/video/fbdev/core/fbcmap.c: In function 'fb_set_user_cmap': /kisskb/src/drivers/video/fbdev/core/fbcmap.c:270:17: note: byref variable will be forcibly initialized struct fb_cmap umap; ^ /kisskb/src/drivers/gpio/gpio-zynq.c: In function 'zynq_gpio_set_irq_type': /kisskb/src/drivers/gpio/gpio-zynq.c:498:41: note: byref variable will be forcibly initialized unsigned int device_pin_num, bank_num, bank_pin_num; ^ /kisskb/src/drivers/gpio/gpio-zynq.c:498:31: note: byref variable will be forcibly initialized 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:41: note: byref variable will be forcibly initialized unsigned int device_pin_num, bank_num, bank_pin_num; ^ /kisskb/src/drivers/gpio/gpio-zynq.c:427:31: note: byref variable will be forcibly initialized 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:41: note: byref variable will be forcibly initialized unsigned int device_pin_num, bank_num, bank_pin_num; ^ /kisskb/src/drivers/gpio/gpio-zynq.c:406:31: note: byref variable will be forcibly initialized 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:41: note: byref variable will be forcibly initialized unsigned int device_pin_num, bank_num, bank_pin_num; ^ /kisskb/src/drivers/gpio/gpio-zynq.c:447:31: note: byref variable will be forcibly initialized unsigned int device_pin_num, bank_num, bank_pin_num; ^ /kisskb/src/drivers/gpio/gpio-zynq.c: In function 'zynq_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-zynq.c:383:25: note: byref variable will be forcibly initialized unsigned int bank_num, bank_pin_num; ^ /kisskb/src/drivers/gpio/gpio-zynq.c:383:15: note: byref variable will be forcibly initialized unsigned int bank_num, bank_pin_num; ^ /kisskb/src/drivers/gpio/gpio-zynq.c: In function 'zynq_gpio_dir_in': /kisskb/src/drivers/gpio/gpio-zynq.c:308:25: note: byref variable will be forcibly initialized unsigned int bank_num, bank_pin_num; ^ /kisskb/src/drivers/gpio/gpio-zynq.c:308:15: note: byref variable will be forcibly initialized unsigned int bank_num, bank_pin_num; ^ /kisskb/src/drivers/gpio/gpio-zynq.c: In function 'zynq_gpio_set_value': /kisskb/src/drivers/gpio/gpio-zynq.c:271:37: note: byref variable will be forcibly initialized unsigned int reg_offset, bank_num, bank_pin_num; ^ /kisskb/src/drivers/gpio/gpio-zynq.c:271:27: note: byref variable will be forcibly initialized unsigned int reg_offset, bank_num, bank_pin_num; ^ /kisskb/src/drivers/gpio/gpio-zynq.c: In function 'zynq_gpio_dir_out': /kisskb/src/drivers/gpio/gpio-zynq.c:348:25: note: byref variable will be forcibly initialized unsigned int bank_num, bank_pin_num; ^ /kisskb/src/drivers/gpio/gpio-zynq.c:348:15: note: byref variable will be forcibly initialized 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:25: note: byref variable will be forcibly initialized unsigned int bank_num, bank_pin_num; ^ /kisskb/src/drivers/gpio/gpio-zynq.c:228:15: note: byref variable will be forcibly initialized unsigned int bank_num, bank_pin_num; ^ In file included from /kisskb/src/include/linux/gpio/driver.h:5:0, 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:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/lib/mpi/ec.c: In function 'ec_mulm_448': /kisskb/src/lib/mpi/ec.c:354:13: note: byref variable will be forcibly initialized mpi_limb_t b1[LIMB_SIZE_HALF_448]; ^ /kisskb/src/lib/mpi/ec.c:353:13: note: byref variable will be forcibly initialized mpi_limb_t b0[LIMB_SIZE_HALF_448]; ^ /kisskb/src/lib/mpi/ec.c:352:13: note: byref variable will be forcibly initialized mpi_limb_t a3[LIMB_SIZE_HALF_448]; ^ /kisskb/src/lib/mpi/ec.c:351:13: note: byref variable will be forcibly initialized mpi_limb_t a2[LIMB_SIZE_HALF_448]; ^ /kisskb/src/lib/mpi/ec.c:350:13: note: byref variable will be forcibly initialized 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:13: note: byref variable will be forcibly initialized mpi_limb_t n[LIMB_SIZE_448]; ^ /kisskb/src/lib/mpi/ec.c: In function 'ec_addm_448': /kisskb/src/lib/mpi/ec.c:310:13: note: byref variable will be forcibly initialized mpi_limb_t n[LIMB_SIZE_448]; ^ /kisskb/src/lib/mpi/ec.c: In function 'ec_subm_25519': /kisskb/src/lib/mpi/ec.c:225:13: note: byref variable will be forcibly initialized mpi_limb_t n[LIMB_SIZE_25519]; ^ /kisskb/src/lib/mpi/ec.c: In function 'ec_addm_25519': /kisskb/src/lib/mpi/ec.c:203:13: note: byref variable will be forcibly initialized mpi_limb_t n[LIMB_SIZE_25519]; ^ /kisskb/src/lib/mpi/ec.c: In function 'ec_mulm_25519': /kisskb/src/lib/mpi/ec.c:247:13: note: byref variable will be forcibly initialized mpi_limb_t m[LIMB_SIZE_25519+1]; ^ /kisskb/src/lib/mpi/ec.c:246:13: note: byref variable will be forcibly initialized mpi_limb_t n[LIMB_SIZE_25519*2]; ^ /kisskb/src/lib/mpi/ec.c: In function 'mpi_ec_mul_point': /kisskb/src/lib/mpi/ec.c:1251:30: note: byref variable will be forcibly initialized struct gcry_mpi_point p1_, p2_; ^ /kisskb/src/lib/mpi/ec.c:1251:25: note: byref variable will be forcibly initialized struct gcry_mpi_point p1_, p2_; ^ /kisskb/src/lib/mpi/ec.c:1216:32: note: byref variable will be forcibly initialized struct gcry_mpi_point p1, p2, p1inv; ^ /kisskb/src/lib/mpi/ec.c:1216:28: note: byref variable will be forcibly initialized struct gcry_mpi_point p1, p2, p1inv; ^ /kisskb/src/lib/mpi/ec.c:1216:24: note: byref variable will be forcibly initialized struct gcry_mpi_point p1, p2, p1inv; ^ /kisskb/src/drivers/acpi/acpica/dswload.c: In function 'acpi_ds_load1_begin_op': /kisskb/src/drivers/acpi/acpica/dswload.c:107:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *node; ^ /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_read_buffer': /kisskb/src/lib/mpi/mpicoder.c:257:9: note: byref variable will be forcibly initialized __be64 alimb; ^ /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_write_to_sgl': /kisskb/src/lib/mpi/mpicoder.c:366:25: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^ /kisskb/src/lib/mpi/mpicoder.c:361:9: note: byref variable will be forcibly initialized __be64 alimb; ^ /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_read_raw_from_sgl': /kisskb/src/lib/mpi/mpicoder.c:439:25: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^ /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_print': /kisskb/src/lib/mpi/mpicoder.c:712:16: note: byref variable will be forcibly initialized unsigned int n = 0; ^ /kisskb/src/lib/mpi/mpicoder.c:669:16: note: byref variable will be forcibly initialized unsigned int n; ^ /kisskb/src/lib/mpi/mpicoder.c:642:16: note: byref variable will be forcibly initialized unsigned int n = (nbits + 7)/8; ^ /kisskb/src/lib/mpi/mpicoder.c:621:16: note: byref variable will be forcibly initialized unsigned int n = (nbits + 7)/8; ^ /kisskb/src/lib/mpi/mpicoder.c:581:16: note: byref variable will be forcibly initialized unsigned int n; ^ /kisskb/src/lib/mpi/mpicoder.c:559:9: note: byref variable will be forcibly initialized size_t dummy_nwritten; ^ In file included from /kisskb/src/kernel/relay.c:17:0: /kisskb/src/kernel/relay.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/kernel/relay.c: In function 'subbuf_splice_actor': /kisskb/src/kernel/relay.c:1128:26: note: byref variable will be forcibly initialized struct splice_pipe_desc spd = { ^ /kisskb/src/kernel/relay.c:1127:22: note: byref variable will be forcibly initialized struct partial_page partial[PIPE_DEF_BUFFERS]; ^ /kisskb/src/kernel/relay.c:1126:15: note: byref variable will be forcibly initialized struct page *pages[PIPE_DEF_BUFFERS]; ^ /kisskb/src/kernel/relay.c: In function 'relay_file_splice_read': /kisskb/src/kernel/relay.c:1210:6: note: byref variable will be forcibly initialized int nonpad_ret = 0; ^ /kisskb/src/kernel/relay.c: In function 'relay_late_setup_files': /kisskb/src/kernel/relay.c:579:37: note: byref variable will be forcibly initialized struct rchan_percpu_buf_dispatcher disp; ^ /kisskb/src/drivers/acpi/acpica/dswload2.c: In function 'acpi_ds_load2_begin_op': /kisskb/src/drivers/acpi/acpica/dswload2.c:42:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *node; ^ /kisskb/src/drivers/acpi/acpica/dswload2.c: In function 'acpi_ds_load2_end_op': /kisskb/src/drivers/acpi/acpica/dswload2.c:376:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *new_node; ^ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_bl_curve': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:430:5: note: byref variable will be forcibly initialized u8 tmp_curve[FB_BACKLIGHT_LEVELS]; ^ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_fbstate': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:402:8: note: byref variable will be forcibly initialized char *last = NULL; ^ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_rotate': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:241:27: note: byref variable will be forcibly initialized struct fb_var_screeninfo var; ^ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_virtual': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:269:8: note: byref variable will be forcibly initialized char *last = NULL; ^ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:268:27: note: byref variable will be forcibly initialized struct fb_var_screeninfo var; ^ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_bpp': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:218:27: note: byref variable will be forcibly initialized struct fb_var_screeninfo var; ^ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_pan': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:361:8: note: byref variable will be forcibly initialized char *last = NULL; ^ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:360:27: note: byref variable will be forcibly initialized struct fb_var_screeninfo var; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:15: /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_modes': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:172:12: note: byref variable will be forcibly initialized LIST_HEAD(old_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_mode': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:130:27: note: byref variable will be forcibly initialized struct fb_var_screeninfo var; ^ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:129:7: note: byref variable will be forcibly initialized char mstr[100]; ^ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_blank': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:304:8: note: byref variable will be forcibly initialized char *last = NULL; ^ /kisskb/src/drivers/video/fbdev/core/modedb.c: In function 'fb_find_mode': /kisskb/src/drivers/video/fbdev/core/modedb.c:719:24: note: byref variable will be forcibly initialized struct fb_videomode cvt_mode; ^ /kisskb/src/drivers/video/fbdev/core/modedb.c: In function 'fb_match_mode': /kisskb/src/drivers/video/fbdev/core/modedb.c:1037:26: note: byref variable will be forcibly initialized struct fb_videomode *m, mode; ^ /kisskb/src/drivers/video/fbdev/core/modedb.c: In function 'fb_find_best_display': /kisskb/src/drivers/video/fbdev/core/modedb.c:1178:28: note: byref variable will be forcibly initialized struct fb_var_screeninfo var; ^ /kisskb/src/drivers/acpi/apei/ghes.c: In function '__ghes_print_estatus': /kisskb/src/drivers/acpi/apei/ghes.c:630:7: note: byref variable will be forcibly initialized char pfx_seq[64]; ^ /kisskb/src/drivers/acpi/apei/ghes.c: In function 'ghes_ack_error': /kisskb/src/drivers/acpi/apei/ghes.c:211:6: note: byref variable will be forcibly initialized u64 val = 0; ^ /kisskb/src/drivers/acpi/apei/ghes.c: In function 'ghes_in_nmi_queue_one_entry': /kisskb/src/drivers/acpi/apei/ghes.c:987:6: note: byref variable will be forcibly initialized u64 buf_paddr; ^ /kisskb/src/drivers/acpi/apei/ghes.c:984:44: note: byref variable will be forcibly initialized struct acpi_hest_generic_status *estatus, tmp_header; ^ In file included from /kisskb/src/include/linux/uuid.h:11:0, from /kisskb/src/include/linux/mod_devicetable.h:13, from /kisskb/src/include/linux/of.h:18, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/acpi/apei.h:9, from /kisskb/src/include/acpi/ghes.h:5, from /kisskb/src/include/linux/arm_sdei.h:8, from /kisskb/src/drivers/acpi/apei/ghes.c:20: /kisskb/src/drivers/acpi/apei/ghes.c: In function 'ghes_do_proc': /kisskb/src/include/uapi/linux/uuid.h:29:1: note: byref variable will be forcibly initialized {{ (a) & 0xff, ((a) >> 8) & 0xff, ((a) >> 16) & 0xff, ((a) >> 24) & 0xff, \ ^ /kisskb/src/include/linux/cper.h:168:2: note: in expansion of macro 'GUID_INIT' GUID_INIT(0xE19E3D16, 0xBC11, 0x11E4, 0x9C, 0xAA, 0xC2, 0x05, \ ^ /kisskb/src/drivers/acpi/apei/ghes.c:607:34: note: in expansion of macro 'CPER_SEC_PROC_ARM' else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) { ^ /kisskb/src/include/uapi/linux/uuid.h:29:1: note: byref variable will be forcibly initialized {{ (a) & 0xff, ((a) >> 8) & 0xff, ((a) >> 16) & 0xff, ((a) >> 24) & 0xff, \ ^ /kisskb/src/include/linux/cper.h:175:2: note: in expansion of macro 'GUID_INIT' GUID_INIT(0xD995E954, 0xBBC1, 0x430F, 0xAD, 0x91, 0xB4, 0x4D, \ ^ /kisskb/src/drivers/acpi/apei/ghes.c:604:34: note: in expansion of macro 'CPER_SEC_PCIE' else if (guid_equal(sec_type, &CPER_SEC_PCIE)) { ^ /kisskb/src/include/uapi/linux/uuid.h:29:1: note: byref variable will be forcibly initialized {{ (a) & 0xff, ((a) >> 8) & 0xff, ((a) >> 16) & 0xff, ((a) >> 24) & 0xff, \ ^ /kisskb/src/include/linux/cper.h:172:2: note: in expansion of macro 'GUID_INIT' GUID_INIT(0xA5BC1114, 0x6F64, 0x4EDE, 0xB8, 0x63, 0x3E, 0x83, \ ^ /kisskb/src/drivers/acpi/apei/ghes.c:596:29: note: in expansion of macro 'CPER_SEC_PLATFORM_MEM' if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { ^ /kisskb/src/drivers/acpi/apei/ghes.c: In function 'ghes_proc': /kisskb/src/drivers/acpi/apei/ghes.c:810:6: note: byref variable will be forcibly initialized u64 buf_paddr; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, 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/include/acpi/apei.h:9, from /kisskb/src/include/acpi/ghes.h:5, from /kisskb/src/include/linux/arm_sdei.h:8, from /kisskb/src/drivers/acpi/apei/ghes.c:20: /kisskb/src/drivers/acpi/apei/ghes.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:93:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^ /kisskb/src/fs/hfsplus/part_tbl.c: In function 'hfsplus_part_find': /kisskb/src/fs/hfsplus/part_tbl.c:132:14: note: byref variable will be forcibly initialized void *buf, *data; ^ /kisskb/src/drivers/video/fbdev/core/fbcvt.c: In function 'fb_find_mode_cvt': /kisskb/src/drivers/video/fbdev/core/fbcvt.c:307:21: note: byref variable will be forcibly initialized struct fb_cvt_data cvt; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/video/fbdev/goldfishfb.c:7: /kisskb/src/drivers/video/fbdev/goldfishfb.c: In function 'goldfish_fb_pan_display': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^ /kisskb/src/drivers/video/fbdev/goldfishfb.c:141:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(fb->wait, ^ /kisskb/src/drivers/video/fbdev/goldfishfb.c: In function 'goldfish_fb_probe': /kisskb/src/drivers/video/fbdev/goldfishfb.c:183:13: note: byref variable will be forcibly initialized dma_addr_t fbpaddr; ^ /kisskb/src/fs/hfsplus/attributes.c: In function '__hfsplus_delete_attr': /kisskb/src/fs/hfsplus/attributes.c:270:21: note: byref variable will be forcibly initialized __be32 found_cnid, record_type; ^ /kisskb/src/fs/hfsplus/attributes.c:270:9: note: byref variable will be forcibly initialized __be32 found_cnid, record_type; ^ /kisskb/src/fs/hfsplus/attributes.c: In function 'hfsplus_attr_exists': /kisskb/src/fs/hfsplus/attributes.c:173:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^ /kisskb/src/fs/hfsplus/attributes.c: In function 'hfsplus_create_attr': /kisskb/src/fs/hfsplus/attributes.c:199:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^ /kisskb/src/fs/hfsplus/attributes.c: In function 'hfsplus_delete_attr': /kisskb/src/fs/hfsplus/attributes.c:311:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^ /kisskb/src/fs/hfsplus/attributes.c: In function 'hfsplus_delete_all_attrs': /kisskb/src/fs/hfsplus/attributes.c:357:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^ /kisskb/src/kernel/crash_dump.c: In function 'setup_elfcorehdr': /kisskb/src/kernel/crash_dump.c:31:8: note: byref variable will be forcibly initialized char *end; ^ /kisskb/src/drivers/acpi/apei/einj.c: In function 'einj_exit': /kisskb/src/drivers/acpi/apei/einj.c:771:27: note: byref variable will be forcibly initialized struct apei_exec_context ctx; ^ /kisskb/src/drivers/acpi/apei/einj.c: In function '__einj_get_available_error_type': /kisskb/src/drivers/acpi/apei/einj.c:148:27: note: byref variable will be forcibly initialized struct apei_exec_context ctx; ^ /kisskb/src/drivers/acpi/apei/einj.c: In function 'error_type_set': /kisskb/src/drivers/acpi/apei/einj.c:614:6: note: byref variable will be forcibly initialized u32 available_error_type = 0; ^ /kisskb/src/drivers/acpi/apei/einj.c: In function '__einj_error_trigger': /kisskb/src/drivers/acpi/apei/einj.c:359:25: note: byref variable will be forcibly initialized struct apei_resources addr_resources; ^ /kisskb/src/drivers/acpi/apei/einj.c:292:24: note: byref variable will be forcibly initialized struct apei_resources trigger_resources; ^ /kisskb/src/drivers/acpi/apei/einj.c:291:27: note: byref variable will be forcibly initialized struct apei_exec_context trigger_ctx; ^ /kisskb/src/drivers/acpi/apei/einj.c: In function '__einj_error_inject': /kisskb/src/drivers/acpi/apei/einj.c:405:27: note: byref variable will be forcibly initialized struct apei_exec_context ctx; ^ /kisskb/src/drivers/acpi/apei/einj.c: In function 'available_error_type_show': /kisskb/src/drivers/acpi/apei/einj.c:569:6: note: byref variable will be forcibly initialized u32 available_error_type = 0; ^ /kisskb/src/drivers/acpi/apei/einj.c: In function 'einj_init': /kisskb/src/drivers/acpi/apei/einj.c:673:27: note: byref variable will be forcibly initialized struct apei_exec_context ctx; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/atomic-arch-fallback.h:163:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^ In file included from /kisskb/src/lib/mpi/mpi-internal.h:22:0, 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:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/hfsplus/xattr.c: In function 'hfsplus_getxattr_finder_info': /kisskb/src/fs/hfsplus/xattr.c:450:5: note: byref variable will be forcibly initialized u8 file_finder_info[sizeof(struct FInfo) + sizeof(struct FXInfo)]; ^ /kisskb/src/fs/hfsplus/xattr.c:449:5: note: byref variable will be forcibly initialized u8 folder_finder_info[sizeof(struct DInfo) + sizeof(struct DXInfo)]; ^ /kisskb/src/fs/hfsplus/xattr.c:444:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^ /kisskb/src/fs/hfsplus/xattr.c: In function 'hfsplus_removexattr': /kisskb/src/fs/hfsplus/xattr.c:771:23: note: byref variable will be forcibly initialized struct hfs_find_data cat_fd; ^ /kisskb/src/fs/hfsplus/xattr.c: In function 'hfsplus_listxattr_finder_info': /kisskb/src/fs/hfsplus/xattr.c:615:5: note: byref variable will be forcibly initialized u8 file_finder_info[sizeof(struct FInfo) + sizeof(struct FXInfo)]; ^ /kisskb/src/fs/hfsplus/xattr.c:614:5: note: byref variable will be forcibly initialized u8 folder_finder_info[sizeof(struct DInfo) + sizeof(struct DXInfo)]; ^ /kisskb/src/fs/hfsplus/xattr.c:612:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^ /kisskb/src/fs/hfsplus/xattr.c: In function '__hfsplus_setxattr': /kisskb/src/fs/hfsplus/xattr.c:263:20: note: byref variable will be forcibly initialized hfsplus_cat_entry entry; ^ /kisskb/src/fs/hfsplus/xattr.c:262:23: note: byref variable will be forcibly initialized struct hfs_find_data cat_fd; ^ /kisskb/src/fs/hfsplus/xattr.c: In function '__hfsplus_getxattr': /kisskb/src/fs/hfsplus/xattr.c:495:9: note: byref variable will be forcibly initialized __be32 xattr_record_type; ^ /kisskb/src/fs/hfsplus/xattr.c:493:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^ /kisskb/src/fs/hfsplus/xattr.c: In function 'hfsplus_listxattr': /kisskb/src/fs/hfsplus/xattr.c:684:6: note: byref variable will be forcibly initialized int xattr_name_len; ^ /kisskb/src/fs/hfsplus/xattr.c:682:26: note: byref variable will be forcibly initialized struct hfsplus_attr_key attr_key; ^ /kisskb/src/fs/hfsplus/xattr.c:680:23: note: byref variable will be forcibly initialized struct hfs_find_data fd; ^ /kisskb/src/lib/mpi/mpi-mul.c: In function 'mpi_mul': /kisskb/src/lib/mpi/mpi-mul.c:20:13: note: byref variable will be forcibly initialized mpi_limb_t cy; ^ /kisskb/src/drivers/pnp/pnpacpi/core.c: In function 'pnpacpi_set_resources': /kisskb/src/drivers/pnp/pnpacpi/core.c:68:22: note: byref variable will be forcibly initialized struct acpi_buffer buffer; ^ /kisskb/src/drivers/pnp/pnpacpi/core.c: In function 'pnpacpi_add_device_handler': /kisskb/src/drivers/pnp/pnpacpi/core.c:290:22: note: byref variable will be forcibly initialized struct acpi_device *device; ^ /kisskb/src/drivers/acpi/apei/erst-dbg.c: In function 'erst_dbg_ioctl': /kisskb/src/drivers/acpi/apei/erst-dbg.c:58:6: note: byref variable will be forcibly initialized u64 record_id; ^ /kisskb/src/drivers/acpi/apei/erst-dbg.c: In function 'erst_dbg_read': /kisskb/src/drivers/acpi/apei/erst-dbg.c:87:6: note: byref variable will be forcibly initialized u64 id; ^ /kisskb/src/drivers/acpi/acpica/evregion.c: In function 'acpi_ev_execute_orphan_reg_method': /kisskb/src/drivers/acpi/acpica/evregion.c:810:20: note: byref variable will be forcibly initialized union acpi_object objects[2]; ^ /kisskb/src/drivers/acpi/acpica/evregion.c:809:26: note: byref variable will be forcibly initialized struct acpi_object_list args; ^ /kisskb/src/drivers/acpi/acpica/evregion.c:806:14: note: byref variable will be forcibly initialized acpi_handle reg_method; ^ /kisskb/src/drivers/acpi/acpica/evregion.c: In function 'acpi_ev_address_space_dispatch': /kisskb/src/drivers/acpi/acpica/evregion.c:113:8: note: byref variable will be forcibly initialized void *region_context = NULL; ^ /kisskb/src/drivers/acpi/acpica/evregion.c: In function 'acpi_ev_execute_reg_method': /kisskb/src/drivers/acpi/acpica/evregion.c:542:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *method_node; ^ /kisskb/src/drivers/acpi/acpica/evregion.c:538:29: note: byref variable will be forcibly initialized union acpi_operand_object *args[3]; ^ /kisskb/src/drivers/acpi/acpica/evregion.c: In function 'acpi_ev_execute_reg_methods': /kisskb/src/drivers/acpi/acpica/evregion.c:670:28: note: byref variable will be forcibly initialized struct acpi_reg_walk_info info; ^ /kisskb/src/kernel/torture.c: In function 'torture_hrtimeout_ns': /kisskb/src/kernel/torture.c:88:10: note: byref variable will be forcibly initialized ktime_t hto = baset_ns; ^ /kisskb/src/kernel/torture.c: In function 'torture_kthread_stopping': /kisskb/src/kernel/torture.c:912:7: note: byref variable will be forcibly initialized char buf[128]; ^ In file included from /kisskb/src/kernel/torture.c:39:0: /kisskb/src/kernel/torture.c: In function 'torture_stutter': /kisskb/src/kernel/torture.c:758:24: note: byref variable will be forcibly initialized DEFINE_TORTURE_RANDOM(rand); ^ /kisskb/src/include/linux/torture.h:70:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } ^ /kisskb/src/drivers/acpi/acpica/evrgnini.c: In function 'acpi_ev_is_pci_root_bridge': /kisskb/src/drivers/acpi/acpica/evrgnini.c:317:34: note: byref variable will be forcibly initialized struct acpi_pnp_device_id_list *cid; ^ /kisskb/src/drivers/acpi/acpica/evrgnini.c:316:29: note: byref variable will be forcibly initialized struct acpi_pnp_device_id *hid; ^ /kisskb/src/drivers/acpi/acpica/evrgnini.c: In function 'acpi_ev_pci_config_region_setup': /kisskb/src/drivers/acpi/acpica/evrgnini.c:136:6: note: byref variable will be forcibly initialized u64 pci_value; ^ /kisskb/src/kernel/stackleak.c: In function 'stack_erasing_sysctl': /kisskb/src/kernel/stackleak.c:26:6: note: byref variable will be forcibly initialized int state = !static_branch_unlikely(&stack_erasing_bypass); ^ In file included from /kisskb/src/include/linux/rcupdate.h:30:0, 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/stackleak.h:5, from /kisskb/src/kernel/stackleak.c:13: /kisskb/src/kernel/stackleak.c: In function 'stackleak_erase': /kisskb/src/arch/arm64/include/asm/processor.h:321:20: note: byref variable will be forcibly initialized struct stack_info _info; \ ^ /kisskb/src/kernel/stackleak.c:103:26: note: in expansion of macro 'current_top_of_stack' current->lowest_stack = current_top_of_stack() - THREAD_SIZE/64; ^ /kisskb/src/arch/arm64/include/asm/processor.h:321:20: note: byref variable will be forcibly initialized struct stack_info _info; \ ^ /kisskb/src/kernel/stackleak.c:95:14: note: in expansion of macro 'current_top_of_stack' boundary = current_top_of_stack(); ^ /kisskb/src/drivers/pnp/pnpacpi/rsparser.c: In function 'pnpacpi_encode_irq': /kisskb/src/drivers/pnp/pnpacpi/rsparser.c:663:27: note: byref variable will be forcibly initialized u8 triggering, polarity, shareable; ^ /kisskb/src/drivers/pnp/pnpacpi/rsparser.c:663:17: note: byref variable will be forcibly initialized u8 triggering, polarity, shareable; ^ /kisskb/src/drivers/pnp/pnpacpi/rsparser.c:663:5: note: byref variable will be forcibly initialized u8 triggering, polarity, shareable; ^ /kisskb/src/drivers/pnp/pnpacpi/rsparser.c: In function 'pnpacpi_encode_ext_irq': /kisskb/src/drivers/pnp/pnpacpi/rsparser.c:692:27: note: byref variable will be forcibly initialized u8 triggering, polarity, shareable; ^ /kisskb/src/drivers/pnp/pnpacpi/rsparser.c:692:17: note: byref variable will be forcibly initialized u8 triggering, polarity, shareable; ^ /kisskb/src/drivers/pnp/pnpacpi/rsparser.c:692:5: note: byref variable will be forcibly initialized u8 triggering, polarity, shareable; ^ /kisskb/src/drivers/pnp/pnpacpi/rsparser.c: In function 'pnpacpi_parse_allocated_vendor': /kisskb/src/drivers/pnp/pnpacpi/rsparser.c:155:14: note: byref variable will be forcibly initialized u64 start, length; ^ /kisskb/src/drivers/pnp/pnpacpi/rsparser.c:155:7: note: byref variable will be forcibly initialized u64 start, length; ^ /kisskb/src/drivers/pnp/pnpacpi/rsparser.c: In function 'pnpacpi_allocated_resource': /kisskb/src/drivers/pnp/pnpacpi/rsparser.c:170:29: note: byref variable will be forcibly initialized struct acpi_resource_gpio *gpio; ^ /kisskb/src/drivers/pnp/pnpacpi/rsparser.c: In function 'pnpacpi_parse_irq_option': /kisskb/src/drivers/pnp/pnpacpi/rsparser.c:310:17: note: byref variable will be forcibly initialized pnp_irq_mask_t map; ^ /kisskb/src/drivers/pnp/pnpacpi/rsparser.c: In function 'pnpacpi_parse_ext_irq_option': /kisskb/src/drivers/pnp/pnpacpi/rsparser.c:327:17: note: byref variable will be forcibly initialized pnp_irq_mask_t map; ^ /kisskb/src/drivers/pnp/pnpacpi/rsparser.c: In function 'pnpacpi_parse_address_option': /kisskb/src/drivers/pnp/pnpacpi/rsparser.c:406:33: note: byref variable will be forcibly initialized struct acpi_resource_address64 addr, *p = &addr; ^ /kisskb/src/drivers/pnp/pnpacpi/rsparser.c: In function 'pnpacpi_parse_resource_option_data': /kisskb/src/drivers/pnp/pnpacpi/rsparser.c:554:32: note: byref variable will be forcibly initialized struct acpipnp_parse_option_s parse_data; ^ /kisskb/src/drivers/pnp/pnpacpi/rsparser.c: In function 'pnpacpi_build_resource_template': /kisskb/src/drivers/pnp/pnpacpi/rsparser.c:627:6: note: byref variable will be forcibly initialized int res_cnt = 0; ^ /kisskb/src/drivers/pnp/pnpacpi/rsparser.c:626:24: note: byref variable will be forcibly initialized struct acpi_resource *resource; ^ /kisskb/src/lib/mpi/mpih-mul.c: In function 'mpihelp_mul': /kisskb/src/lib/mpi/mpih-mul.c:457:23: note: byref variable will be forcibly initialized struct karatsuba_ctx ctx; ^ /kisskb/src/lib/mpi/mpih-mul.c: In function 'mpihelp_mul_karatsuba_case': /kisskb/src/lib/mpi/mpih-mul.c:394:15: note: byref variable will be forcibly initialized mpi_limb_t tmp; ^ /kisskb/src/fs/ecryptfs/file.c: In function 'ecryptfs_filldir': /kisskb/src/fs/ecryptfs/file.c:63:8: note: byref variable will be forcibly initialized char *name; ^ /kisskb/src/fs/ecryptfs/file.c:62:9: note: byref variable will be forcibly initialized size_t name_size; ^ /kisskb/src/drivers/acpi/arm64/iort.c: In function 'iort_node_map_id': /kisskb/src/drivers/acpi/arm64/iort.c:450:6: note: byref variable will be forcibly initialized u32 id = id_in; ^ /kisskb/src/drivers/acpi/arm64/iort.c: In function 'iort_node_map_platform_id': /kisskb/src/drivers/acpi/arm64/iort.c:517:6: note: byref variable will be forcibly initialized u32 id; ^ /kisskb/src/drivers/acpi/arm64/iort.c: In function 'iort_match_node_callback': /kisskb/src/drivers/acpi/arm64/iort.c:267:22: note: byref variable will be forcibly initialized struct acpi_buffer buf = { ACPI_ALLOCATE_BUFFER, NULL }; ^ In file included from /kisskb/src/include/linux/resource_ext.h:11:0, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/acpi_iort.h:10, from /kisskb/src/drivers/acpi/arm64/iort.c:13: /kisskb/src/drivers/acpi/arm64/iort.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/acpi/arm64/iort.c: In function 'iort_nc_iommu_map_id': /kisskb/src/drivers/acpi/arm64/iort.c:1006:6: note: byref variable will be forcibly initialized u32 streamid; ^ /kisskb/src/drivers/acpi/arm64/iort.c: In function 'iort_nc_iommu_map': /kisskb/src/drivers/acpi/arm64/iort.c:986:6: note: byref variable will be forcibly initialized u32 streamid = 0; ^ /kisskb/src/drivers/acpi/arm64/iort.c: In function 'arm_smmu_v3_pmcg_add_platdata': /kisskb/src/drivers/acpi/arm64/iort.c:1475:6: note: byref variable will be forcibly initialized u32 model; ^ In file included from /kisskb/src/include/linux/acpi.h:13:0, from /kisskb/src/include/linux/acpi_iort.h:10, from /kisskb/src/drivers/acpi/arm64/iort.c:13: /kisskb/src/drivers/acpi/arm64/iort.c: In function 'iort_get_platform_device_domain': /kisskb/src/include/linux/irqdomain.h:304:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec = { ^ /kisskb/src/drivers/acpi/arm64/iort.c: In function 'iort_set_device_domain': /kisskb/src/include/linux/irqdomain.h:304:20: note: byref variable will be forcibly initialized /kisskb/src/drivers/acpi/arm64/iort.c: In function 'iort_msi_map_id': /kisskb/src/drivers/acpi/arm64/iort.c:578:6: note: byref variable will be forcibly initialized u32 dev_id; ^ In file included from /kisskb/src/include/linux/acpi.h:13:0, from /kisskb/src/include/linux/acpi_iort.h:10, from /kisskb/src/drivers/acpi/arm64/iort.c:13: /kisskb/src/drivers/acpi/arm64/iort.c: In function 'iort_get_device_domain': /kisskb/src/include/linux/irqdomain.h:304:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec = { ^ /kisskb/src/drivers/acpi/arm64/iort.c:685:6: note: byref variable will be forcibly initialized int its_id; ^ /kisskb/src/drivers/acpi/arm64/iort.c: In function 'iort_iommu_msi_get_resv_regions': /kisskb/src/drivers/acpi/arm64/iort.c:872:15: note: byref variable will be forcibly initialized phys_addr_t base; ^ /kisskb/src/drivers/acpi/arm64/iort.c: In function 'iort_dma_setup': /kisskb/src/drivers/acpi/arm64/iort.c:1154:40: note: byref variable will be forcibly initialized u64 end, mask, dmaaddr = 0, size = 0, offset = 0; ^ /kisskb/src/drivers/acpi/arm64/iort.c:1154:30: note: byref variable will be forcibly initialized u64 end, mask, dmaaddr = 0, size = 0, offset = 0; ^ /kisskb/src/drivers/acpi/arm64/iort.c:1154:17: note: byref variable will be forcibly initialized u64 end, mask, dmaaddr = 0, size = 0, offset = 0; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/kernel/scftorture.c:11: /kisskb/src/kernel/scftorture.c: In function 'arch_atomic_read_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/atomic-arch-fallback.h:154:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&(v)->counter); ^ In file included from /kisskb/src/kernel/scftorture.c:35:0: /kisskb/src/kernel/scftorture.c: In function 'scftorture_invoker': /kisskb/src/kernel/scftorture.c:402:24: note: byref variable will be forcibly initialized DEFINE_TORTURE_RANDOM(rand); ^ /kisskb/src/include/linux/torture.h:70:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/kernel/scftorture.c:18: /kisskb/src/kernel/scftorture.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/video/fbdev/gxt4500.c: In function 'gxt4500_check_var': /kisskb/src/drivers/video/fbdev/gxt4500.c:363:21: note: byref variable will be forcibly initialized struct gxt4500_par par; ^ /kisskb/src/drivers/video/fbdev/gxt4500.c: In function 'gxt4500_probe': /kisskb/src/drivers/video/fbdev/gxt4500.c:621:27: note: byref variable will be forcibly initialized struct fb_var_screeninfo var; ^ /kisskb/src/lib/mpi/mpi-pow.c: In function 'mpi_powm': /kisskb/src/lib/mpi/mpi-pow.c:218:18: note: byref variable will be forcibly initialized mpi_limb_t tmp; ^ /kisskb/src/fs/ecryptfs/inode.c: In function 'truncate_upper': /kisskb/src/fs/ecryptfs/inode.c:760:8: note: byref variable will be forcibly initialized char zero[] = { 0x00 }; ^ /kisskb/src/fs/ecryptfs/inode.c: In function 'ecryptfs_readlink_lower': /kisskb/src/fs/ecryptfs/inode.c:659:8: note: byref variable will be forcibly initialized char *buf; ^ In file included from /kisskb/src/include/linux/fs.h:35:0, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:707, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/ecryptfs/inode.c:14: /kisskb/src/fs/ecryptfs/inode.c:656:22: note: byref variable will be forcibly initialized DEFINE_DELAYED_CALL(done); ^ /kisskb/src/include/linux/delayed_call.h:15:55: note: in definition of macro 'DEFINE_DELAYED_CALL' #define DEFINE_DELAYED_CALL(name) struct delayed_call name = {NULL, NULL} ^ /kisskb/src/fs/ecryptfs/inode.c: In function 'ecryptfs_getattr_link': /kisskb/src/fs/ecryptfs/inode.c:1001:10: note: byref variable will be forcibly initialized size_t targetsiz; ^ /kisskb/src/fs/ecryptfs/inode.c: In function 'ecryptfs_get_link': /kisskb/src/fs/ecryptfs/inode.c:679:9: note: byref variable will be forcibly initialized size_t len; ^ /kisskb/src/fs/ecryptfs/inode.c: In function 'ecryptfs_setattr': /kisskb/src/fs/ecryptfs/inode.c:905:15: note: byref variable will be forcibly initialized struct iattr lower_ia; ^ /kisskb/src/fs/ecryptfs/inode.c: In function 'ecryptfs_lookup': /kisskb/src/fs/ecryptfs/inode.c:394:9: note: byref variable will be forcibly initialized size_t len = ecryptfs_dentry->d_name.len; ^ /kisskb/src/fs/ecryptfs/inode.c:390:8: note: byref variable will be forcibly initialized char *encrypted_and_encoded_name = NULL; ^ /kisskb/src/fs/ecryptfs/inode.c: In function 'ecryptfs_getattr': /kisskb/src/fs/ecryptfs/inode.c:1019:15: note: byref variable will be forcibly initialized struct kstat lower_stat; ^ /kisskb/src/fs/ecryptfs/inode.c: In function 'ecryptfs_symlink': /kisskb/src/fs/ecryptfs/inode.c:475:9: note: byref variable will be forcibly initialized size_t encoded_symlen; ^ /kisskb/src/fs/ecryptfs/inode.c:474:8: note: byref variable will be forcibly initialized char *encoded_symname; ^ /kisskb/src/drivers/pnp/core.c: In function 'pnp_add_device': /kisskb/src/drivers/pnp/core.c:215:7: note: byref variable will be forcibly initialized char buf[128]; ^ In file included from /kisskb/src/lib/mpi/mpi-internal.h:22:0, from /kisskb/src/lib/mpi/mpiutil.c:21: /kisskb/src/lib/mpi/mpiutil.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/vmalloc.h:11:0, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:194, 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:10, 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:29, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/include/linux/fb.h:5, from /kisskb/src/drivers/video/fbdev/xen-fbfront.c:26: /kisskb/src/drivers/video/fbdev/xen-fbfront.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/video/fbdev/xen-fbfront.c: In function 'xenfb_connect_backend': /kisskb/src/drivers/video/fbdev/xen-fbfront.c:580:28: note: byref variable will be forcibly initialized struct xenbus_transaction xbt; ^ /kisskb/src/drivers/video/fbdev/xen-fbfront.c:579:11: note: byref variable will be forcibly initialized int ret, evtchn, irq; ^ /kisskb/src/drivers/video/fbdev/xen-fbfront.c: In function 'xenfb_do_resize': /kisskb/src/drivers/video/fbdev/xen-fbfront.c:108:24: note: byref variable will be forcibly initialized union xenfb_out_event event; ^ /kisskb/src/drivers/video/fbdev/xen-fbfront.c: In function 'xenfb_do_update': /kisskb/src/drivers/video/fbdev/xen-fbfront.c:93:24: note: byref variable will be forcibly initialized union xenfb_out_event event; ^ /kisskb/src/drivers/video/fbdev/xen-fbfront.c: In function 'xenfb_probe': /kisskb/src/drivers/video/fbdev/xen-fbfront.c:370:6: note: byref variable will be forcibly initialized int val; ^ /kisskb/src/drivers/acpi/tables.c: In function 'check_multiple_madt': /kisskb/src/drivers/acpi/tables.c:442:28: note: byref variable will be forcibly initialized struct acpi_table_header *table = NULL; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/dcache.h:5, from /kisskb/src/fs/ecryptfs/main.c:13: /kisskb/src/fs/ecryptfs/main.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^ /kisskb/src/drivers/acpi/tables.c: In function 'acpi_table_parse_entries_array': /kisskb/src/drivers/acpi/tables.c:350:28: note: byref variable will be forcibly initialized struct acpi_table_header *table_header = NULL; ^ /kisskb/src/drivers/acpi/tables.c: In function 'acpi_table_parse': /kisskb/src/drivers/acpi/tables.c:414:28: note: byref variable will be forcibly initialized struct acpi_table_header *table = NULL; ^ /kisskb/src/drivers/acpi/tables.c: In function 'acpi_table_upgrade': /kisskb/src/drivers/acpi/tables.c:510:7: note: byref variable will be forcibly initialized char cpio_path[32] = "kernel/firmware/acpi/"; ^ /kisskb/src/drivers/acpi/tables.c:508:7: note: byref variable will be forcibly initialized long offset = 0; ^ /kisskb/src/fs/ecryptfs/main.c: In function 'ecryptfs_init_global_auth_toks': /kisskb/src/fs/ecryptfs/main.c:188:28: note: byref variable will be forcibly initialized struct ecryptfs_auth_tok *auth_tok; ^ /kisskb/src/fs/ecryptfs/main.c: In function '__ecryptfs_printk': /kisskb/src/fs/ecryptfs/main.c:73:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/ecryptfs/main.c: In function 'ecryptfs_parse_options': /kisskb/src/fs/ecryptfs/main.c:266:8: note: byref variable will be forcibly initialized char *fn_cipher_key_bytes_src; ^ /kisskb/src/fs/ecryptfs/main.c:265:8: note: byref variable will be forcibly initialized char *cipher_key_bytes_src; ^ /kisskb/src/fs/ecryptfs/main.c:256:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^ /kisskb/src/fs/ecryptfs/main.c: In function 'ecryptfs_mount': /kisskb/src/fs/ecryptfs/main.c:486:8: note: byref variable will be forcibly initialized uid_t check_ruid; ^ /kisskb/src/fs/ecryptfs/main.c:485:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/drivers/acpi/acpica/exconcat.c: In function 'acpi_ex_do_concatenate': /kisskb/src/drivers/acpi/acpica/exconcat.c:54:29: note: byref variable will be forcibly initialized union acpi_operand_object *temp_operand1 = NULL; ^ /kisskb/src/drivers/acpi/acpica/exconcat.c:53:29: note: byref variable will be forcibly initialized union acpi_operand_object *local_operand1 = operand1; ^ /kisskb/src/drivers/acpi/acpica/exconcat.c:52:29: note: byref variable will be forcibly initialized union acpi_operand_object *local_operand0 = operand0; ^ /kisskb/src/drivers/acpi/acpica/exconcat.c: In function 'acpi_ex_concat_template': /kisskb/src/drivers/acpi/acpica/exconcat.c:346:6: note: byref variable will be forcibly initialized u8 *end_tag; ^ /kisskb/src/drivers/acpi/acpica/exconfig.c: In function 'acpi_ex_region_read': /kisskb/src/drivers/acpi/acpica/exconfig.c:224:6: note: byref variable will be forcibly initialized u64 value; ^ /kisskb/src/drivers/acpi/acpica/exconfig.c: In function 'acpi_ex_load_table_op': /kisskb/src/drivers/acpi/acpica/exconfig.c:91:6: note: byref variable will be forcibly initialized u32 table_index; ^ /kisskb/src/drivers/acpi/acpica/exconfig.c:90:29: note: byref variable will be forcibly initialized union acpi_operand_object *ddb_handle; ^ /kisskb/src/drivers/acpi/acpica/exconfig.c:89:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *parameter_node = NULL; ^ /kisskb/src/drivers/acpi/acpica/exconfig.c:87:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *parent_node; ^ /kisskb/src/drivers/acpi/acpica/exconfig.c: In function 'acpi_ex_load_op': /kisskb/src/drivers/acpi/acpica/exconfig.c:275:6: note: byref variable will be forcibly initialized u32 table_index; ^ /kisskb/src/drivers/acpi/acpica/exconfig.c:272:29: note: byref variable will be forcibly initialized union acpi_operand_object *ddb_handle; ^ In file included from /kisskb/src/include/linux/vmalloc.h:11:0, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:194, 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:10, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/rtc.h:17, from /kisskb/src/include/linux/efi.h:20, from /kisskb/src/drivers/video/fbdev/efifb.c:11: /kisskb/src/drivers/video/fbdev/efifb.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/video/fbdev/efifb.c: In function 'efifb_probe': /kisskb/src/drivers/video/fbdev/efifb.c:347:20: note: byref variable will be forcibly initialized efi_memory_desc_t md; ^ /kisskb/src/drivers/video/fbdev/efifb.c:346:8: note: byref variable will be forcibly initialized char *option = NULL; ^ /kisskb/src/drivers/acpi/arm64/gtdt.c: In function 'gtdt_sbsa_gwdt_init': /kisskb/src/drivers/acpi/arm64/gtdt.c:378:11: note: byref variable will be forcibly initialized int ret, timer_count, gwdt_count = 0; ^ /kisskb/src/drivers/acpi/arm64/gtdt.c:377:28: note: byref variable will be forcibly initialized struct acpi_table_header *table; ^ In file included from /kisskb/src/lib/argv_split.c:9:0: /kisskb/src/lib/argv_split.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/acpi/acpica/exconvrt.c: In function 'acpi_ex_convert_to_ascii': /kisskb/src/drivers/acpi/acpica/exconvrt.c:268:6: note: byref variable will be forcibly initialized u32 remainder; ^ /kisskb/src/drivers/acpi/acpica/exconvrt.c:262:6: note: byref variable will be forcibly initialized u64 digit; ^ /kisskb/src/lib/bootconfig.c: In function 'xbc_parse_array': /kisskb/src/lib/bootconfig.c:517:8: note: byref variable will be forcibly initialized char *next; ^ /kisskb/src/lib/bootconfig.c: In function 'xbc_parse_kv': /kisskb/src/lib/bootconfig.c:597:8: note: byref variable will be forcibly initialized char *next; ^ /kisskb/src/lib/bootconfig.c: In function 'xbc_init': /kisskb/src/lib/bootconfig.c:776:8: note: byref variable will be forcibly initialized char *p, *q; ^ /kisskb/src/drivers/pnp/manager.c: In function 'pnp_assign_port': /kisskb/src/drivers/pnp/manager.c:40:24: note: byref variable will be forcibly initialized struct resource *res, local_res; ^ /kisskb/src/drivers/pnp/manager.c: In function 'pnp_assign_mem': /kisskb/src/drivers/pnp/manager.c:83:24: note: byref variable will be forcibly initialized struct resource *res, local_res; ^ /kisskb/src/drivers/pnp/manager.c: In function 'pnp_assign_irq': /kisskb/src/drivers/pnp/manager.c:134:24: note: byref variable will be forcibly initialized struct resource *res, local_res; ^ /kisskb/src/drivers/video/fbdev/simplefb.c: In function 'simplefb_parse_dt': /kisskb/src/drivers/video/fbdev/simplefb.c:104:14: note: byref variable will be forcibly initialized const char *format; ^ In file included from /kisskb/src/include/linux/vmalloc.h:11:0, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:194, 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:10, 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:29, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/include/linux/fb.h:5, from /kisskb/src/drivers/video/fbdev/simplefb.c:16: /kisskb/src/drivers/video/fbdev/simplefb.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, 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:29, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/include/linux/fb.h:5, from /kisskb/src/drivers/video/fbdev/simplefb.c:16: /kisskb/src/drivers/video/fbdev/simplefb.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/acpi.h:15:0, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/uapi/linux/fb.h:6, from /kisskb/src/include/linux/fb.h:6, from /kisskb/src/drivers/video/fbdev/simplefb.c:16: /kisskb/src/drivers/video/fbdev/simplefb.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/video/fbdev/simplefb.c: In function 'simplefb_regulators_get': /kisskb/src/drivers/video/fbdev/simplefb.c:341:8: note: byref variable will be forcibly initialized char name[32]; /* 32 is max size of property name */ ^ /kisskb/src/drivers/video/fbdev/simplefb.c: In function 'simplefb_probe': /kisskb/src/drivers/video/fbdev/simplefb.c:405:25: note: byref variable will be forcibly initialized struct simplefb_params params; ^ /kisskb/src/fs/ecryptfs/mmap.c: In function 'strip_xattr_flag': /kisskb/src/fs/ecryptfs/mmap.c:72:10: note: byref variable will be forcibly initialized size_t written; ^ /kisskb/src/fs/ecryptfs/mmap.c: In function 'ecryptfs_copy_up_encrypted_with_header': /kisskb/src/fs/ecryptfs/mmap.c:131:12: note: byref variable will be forcibly initialized size_t written; ^ /kisskb/src/drivers/pnp/support.c: In function 'dbg_pnp_show_option': /kisskb/src/drivers/pnp/support.c:107:7: note: byref variable will be forcibly initialized char buf[128]; ^ /kisskb/src/drivers/clk/bcm/clk-iproc-armpll.c: In function 'iproc_armpll_setup': /kisskb/src/drivers/clk/bcm/clk-iproc-armpll.c:249:14: note: byref variable will be forcibly initialized const char *parent_name; ^ /kisskb/src/drivers/clk/bcm/clk-iproc-armpll.c:248:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/drivers/acpi/acpica/exdump.c: In function 'acpi_ex_dump_reference_obj': /kisskb/src/drivers/acpi/acpica/exdump.c:969:21: note: byref variable will be forcibly initialized struct acpi_buffer ret_buf; ^ /kisskb/src/drivers/amba/bus.c: In function 'amba_find_device': /kisskb/src/drivers/amba/bus.c:784:19: note: byref variable will be forcibly initialized struct find_data data; ^ /kisskb/src/drivers/pnp/interface.c: In function 'pnp_printf': /kisskb/src/drivers/pnp/interface.c:39:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/drivers/pnp/interface.c: In function 'resources_store': /kisskb/src/drivers/pnp/interface.c:388:17: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/drivers/pnp/interface.c:387:19: note: byref variable will be forcibly initialized resource_size_t end; ^ /kisskb/src/drivers/pnp/interface.c:386:19: note: byref variable will be forcibly initialized resource_size_t start; ^ /kisskb/src/drivers/video/fbdev/vfb.c: In function 'vfb_init': /kisskb/src/drivers/video/fbdev/vfb.c:510:8: note: byref variable will be forcibly initialized char *option = NULL; ^ /kisskb/src/fs/ecryptfs/read_write.c: In function 'ecryptfs_read_lower_page_segment': /kisskb/src/fs/ecryptfs/read_write.c:244:5: note: byref variable will be forcibly initialized int ecryptfs_read_lower_page_segment(struct page *page_for_ecryptfs, ^ In file included from /kisskb/src/include/linux/vmalloc.h:11:0, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:194, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:17: /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c: In function 'iproc_pll_set_rate': /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:558:29: note: byref variable will be forcibly initialized struct iproc_pll_vco_param vco_param; ^ In file included from /kisskb/src/include/linux/clkdev.h:12:0, from /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:19: /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized 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:809:15: note: byref variable will be forcibly initialized const char *clk_name; ^ /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:736:14: note: byref variable will be forcibly initialized const char *parent_name; ^ /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:735:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ In file included from /kisskb/src/include/linux/vmalloc.h:11:0, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:194, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c:17: /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/clkdev.h:12:0, from /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c:19: /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c: In function 'iproc_asiu_setup': /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c:222:15: note: byref variable will be forcibly initialized const char *clk_name; ^ /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c:220:15: note: byref variable will be forcibly initialized const char *parent_name; ^ /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c:219:24: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/drivers/acpi/acpica/exfldio.c: In function 'acpi_ex_insert_into_field': /kisskb/src/drivers/acpi/acpica/exfldio.c:814:6: note: byref variable will be forcibly initialized u64 raw_datum = 0; ^ /kisskb/src/drivers/acpi/acpica/exfldio.c: In function 'acpi_ex_field_datum_io': /kisskb/src/drivers/acpi/acpica/exfldio.c:342:6: note: byref variable will be forcibly initialized u64 local_value; ^ /kisskb/src/drivers/acpi/acpica/exfldio.c: In function 'acpi_ex_write_with_update_rule': /kisskb/src/drivers/acpi/acpica/exfldio.c:550:6: note: byref variable will be forcibly initialized u64 current_value; ^ /kisskb/src/drivers/acpi/acpica/exfldio.c:549:6: note: byref variable will be forcibly initialized u64 merged_value; ^ /kisskb/src/drivers/acpi/acpica/exfldio.c: In function 'acpi_ex_extract_from_field': /kisskb/src/drivers/acpi/acpica/exfldio.c:653:6: note: byref variable will be forcibly initialized u64 merged_datum; ^ /kisskb/src/drivers/acpi/acpica/exfldio.c:652:6: note: byref variable will be forcibly initialized u64 raw_datum; ^ /kisskb/src/drivers/video/hdmi.c: In function 'hdmi_spd_infoframe_log': /kisskb/src/drivers/video/hdmi.c:1269:5: note: byref variable will be forcibly initialized u8 buf[17]; ^ In file included from /kisskb/src/include/linux/device.h:29:0, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/clk/bcm/clk-bcm2711-dvp.c:6: /kisskb/src/drivers/clk/bcm/clk-bcm2711-dvp.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_encode_for_filename': /kisskb/src/fs/ecryptfs/crypto.c:1765:16: note: byref variable will be forcibly initialized unsigned char last_block[3]; ^ /kisskb/src/fs/ecryptfs/crypto.c: In function 'crypt_scatterlist': /kisskb/src/fs/ecryptfs/crypto.c:296:29: note: byref variable will be forcibly initialized struct extent_crypt_result ecr; ^ /kisskb/src/fs/ecryptfs/crypto.c: In function 'write_ecryptfs_marker': /kisskb/src/fs/ecryptfs/crypto.c:878:6: note: byref variable will be forcibly initialized u32 m_1, m_2; ^ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_process_key_cipher': /kisskb/src/fs/ecryptfs/crypto.c:1553:8: note: byref variable will be forcibly initialized char *full_alg_name = NULL; ^ /kisskb/src/fs/ecryptfs/crypto.c:1552:7: note: byref variable will be forcibly initialized char dummy_key[ECRYPTFS_MAX_KEY_BYTES]; ^ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_encrypt_filename': /kisskb/src/fs/ecryptfs/crypto.c:1471:10: note: byref variable will be forcibly initialized size_t remaining_bytes; ^ /kisskb/src/fs/ecryptfs/crypto.c:1470:10: note: byref variable will be forcibly initialized size_t packet_size; ^ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_derive_iv': /kisskb/src/fs/ecryptfs/crypto.c:115:7: note: byref variable will be forcibly initialized char src[ECRYPTFS_MAX_IV_BYTES + 16]; ^ /kisskb/src/fs/ecryptfs/crypto.c:114:7: note: byref variable will be forcibly initialized char dst[MD5_DIGEST_SIZE]; ^ /kisskb/src/fs/ecryptfs/crypto.c: In function 'crypt_extent': /kisskb/src/fs/ecryptfs/crypto.c:386:29: note: byref variable will be forcibly initialized struct scatterlist src_sg, dst_sg; ^ /kisskb/src/fs/ecryptfs/crypto.c:386:21: note: byref variable will be forcibly initialized struct scatterlist src_sg, dst_sg; ^ /kisskb/src/fs/ecryptfs/crypto.c:385:7: note: byref variable will be forcibly initialized char extent_iv[ECRYPTFS_MAX_IV_BYTES]; ^ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_init_crypt_ctx': /kisskb/src/fs/ecryptfs/crypto.c:560:8: note: byref variable will be forcibly initialized char *full_alg_name; ^ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_compute_root_iv': /kisskb/src/fs/ecryptfs/crypto.c:639:7: note: byref variable will be forcibly initialized char dst[MD5_DIGEST_SIZE]; ^ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_write_headers_virt': /kisskb/src/fs/ecryptfs/crypto.c:1057:9: note: byref variable will be forcibly initialized size_t written; ^ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_write_metadata': /kisskb/src/fs/ecryptfs/crypto.c:1154:9: note: byref variable will be forcibly initialized size_t size = 0; ^ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_read_and_validate_header_region': /kisskb/src/fs/ecryptfs/crypto.c:985:5: note: byref variable will be forcibly initialized u8 file_size[ECRYPTFS_SIZE_AND_MARKER_BYTES]; ^ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_read_headers_virt': /kisskb/src/fs/ecryptfs/crypto.c:1280:6: note: byref variable will be forcibly initialized int bytes_read; ^ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_read_and_validate_xattr_region': /kisskb/src/fs/ecryptfs/crypto.c:1355:5: note: byref variable will be forcibly initialized u8 file_size[ECRYPTFS_SIZE_AND_MARKER_BYTES]; ^ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_get_tfm_and_mutex_for_cipher_name': /kisskb/src/fs/ecryptfs/crypto.c:1703:27: note: byref variable will be forcibly initialized struct ecryptfs_key_tfm *key_tfm; ^ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_encrypt_and_encode_filename': /kisskb/src/fs/ecryptfs/crypto.c:1899:9: note: byref variable will be forcibly initialized size_t encoded_name_no_prefix_size; ^ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_decode_and_decrypt_filename': /kisskb/src/fs/ecryptfs/crypto.c:2012:9: note: byref variable will be forcibly initialized size_t packet_size; ^ /kisskb/src/fs/ecryptfs/crypto.c:2011:9: note: byref variable will be forcibly initialized size_t decoded_name_size; ^ /kisskb/src/fs/ecryptfs/crypto.c: In function 'ecryptfs_set_f_namelen': /kisskb/src/fs/ecryptfs/crypto.c:2072:16: note: byref variable will be forcibly initialized struct mutex *tfm_mutex; ^ /kisskb/src/fs/ecryptfs/crypto.c:2071:26: note: byref variable will be forcibly initialized struct crypto_skcipher *tfm; ^ /kisskb/src/drivers/acpi/acpica/exmisc.c: In function 'acpi_ex_do_logical_op': /kisskb/src/drivers/acpi/acpica/exmisc.c:277:29: note: byref variable will be forcibly initialized union acpi_operand_object *local_operand1 = operand1; ^ In file included from /kisskb/src/drivers/dma/dw/core.c:24:0: /kisskb/src/drivers/dma/dw/core.c: In function 'dmaengine_desc_callback_invoke': /kisskb/src/drivers/dma/dw/../dmaengine.h:135:26: note: byref variable will be forcibly initialized struct dmaengine_result dummy_result = { ^ /kisskb/src/drivers/dma/dw/core.c: In function 'dwc_descriptor_complete': /kisskb/src/drivers/dma/dw/../dmaengine.h:135:26: note: byref variable will be forcibly initialized /kisskb/src/drivers/dma/dw/core.c:241:33: note: byref variable will be forcibly initialized struct dmaengine_desc_callback cb; ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, 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/dmaengine.h:8, from /kisskb/src/drivers/dma/dw/core.c:12: /kisskb/src/drivers/dma/dw/core.c: In function 'dwc_terminate_all': /kisskb/src/drivers/dma/dw/core.c:859:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/dma/dw/core.c: In function 'dwc_desc_get': /kisskb/src/drivers/dma/dw/core.c:84:13: note: byref variable will be forcibly initialized dma_addr_t phys; ^ In file included from /kisskb/src/include/linux/dmaengine.h:8:0, from /kisskb/src/drivers/dma/dw/core.c:12: /kisskb/src/drivers/dma/dw/core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/dma/dw/core.c: In function 'dwc_prep_slave_sg': /kisskb/src/drivers/dma/dw/core.c:711:12: note: byref variable will be forcibly initialized size_t dlen; ^ /kisskb/src/drivers/dma/dw/core.c:661:12: note: byref variable will be forcibly initialized size_t dlen; ^ /kisskb/src/drivers/dma/dw/core.c: In function 'dwc_prep_dma_memcpy': /kisskb/src/drivers/dma/dw/core.c:548:11: note: byref variable will be forcibly initialized size_t xfer_count; ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, 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/dmaengine.h:8, from /kisskb/src/drivers/dma/dw/core.c:12: /kisskb/src/drivers/dma/dw/core.c: In function 'dwc_complete_all': /kisskb/src/drivers/dma/dw/core.c:265:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/clk/berlin/berlin2-avpll.c: In function 'berlin2_avpll_vco_register': /kisskb/src/drivers/clk/berlin/berlin2-avpll.c:185:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/drivers/clk/berlin/berlin2-avpll.c: In function 'berlin2_avpll_channel_register': /kisskb/src/drivers/clk/berlin/berlin2-avpll.c:361:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/drivers/video/of_display_timing.c: In function 'parse_timing_property': /kisskb/src/drivers/video/of_display_timing.c:29:6: note: byref variable will be forcibly initialized int length, cells, ret; ^ /kisskb/src/drivers/video/of_display_timing.c: In function 'of_parse_display_timing': /kisskb/src/drivers/video/of_display_timing.c:60:6: note: byref variable will be forcibly initialized u32 val = 0; ^ In file included from /kisskb/src/drivers/video/of_display_timing.c:11:0: /kisskb/src/drivers/video/of_display_timing.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/mutex.h:15:0, from /kisskb/src/include/linux/notifier.h:14, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/dma/mediatek/mtk-uart-apdma.c:9: /kisskb/src/drivers/dma/mediatek/mtk-uart-apdma.c: In function 'mtk_uart_apdma_terminate_all': /kisskb/src/drivers/dma/mediatek/mtk-uart-apdma.c:397:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/dma/mediatek/mtk-uart-apdma.c: In function 'vchan_free_chan_resources': /kisskb/src/drivers/dma/mediatek/../virt-dma.h:191:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/include/linux/node.h:18:0, 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:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/clkdev.h:12:0, 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:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/clk/berlin/berlin2-pll.c: In function 'berlin2_pll_register': /kisskb/src/drivers/clk/berlin/berlin2-pll.c:81:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/drivers/acpi/acpica/exnames.c: In function 'acpi_ex_name_segment': /kisskb/src/drivers/acpi/acpica/exnames.c:128:7: note: byref variable will be forcibly initialized char char_buf[5]; ^ /kisskb/src/drivers/acpi/acpica/exnames.c: In function 'acpi_ex_get_name_string': /kisskb/src/drivers/acpi/acpica/exnames.c:212:6: note: byref variable will be forcibly initialized u8 *aml_address = in_aml_address; ^ /kisskb/src/fs/ecryptfs/keystore.c: In function 'decrypt_passphrase_encrypted_session_key': /kisskb/src/fs/ecryptfs/keystore.c:1651:26: note: byref variable will be forcibly initialized struct crypto_skcipher *tfm; ^ /kisskb/src/fs/ecryptfs/keystore.c:1650:16: note: byref variable will be forcibly initialized struct mutex *tfm_mutex; ^ /kisskb/src/fs/ecryptfs/keystore.c:1649:21: note: byref variable will be forcibly initialized struct scatterlist src_sg[2]; ^ /kisskb/src/fs/ecryptfs/keystore.c:1648:21: note: byref variable will be forcibly initialized struct scatterlist dst_sg[2]; ^ /kisskb/src/fs/ecryptfs/keystore.c: In function 'parse_tag_3_packet': /kisskb/src/fs/ecryptfs/keystore.c:1362:9: note: byref variable will be forcibly initialized size_t length_size; ^ /kisskb/src/fs/ecryptfs/keystore.c:1360:9: note: byref variable will be forcibly initialized size_t body_size; ^ /kisskb/src/fs/ecryptfs/keystore.c: In function 'parse_tag_11_packet': /kisskb/src/fs/ecryptfs/keystore.c:1534:9: note: byref variable will be forcibly initialized size_t length_size; ^ /kisskb/src/fs/ecryptfs/keystore.c:1533:9: note: byref variable will be forcibly initialized size_t body_size; ^ /kisskb/src/fs/ecryptfs/keystore.c: In function 'parse_tag_1_packet': /kisskb/src/fs/ecryptfs/keystore.c:1230:9: note: byref variable will be forcibly initialized size_t length_size; ^ /kisskb/src/fs/ecryptfs/keystore.c:1228:9: note: byref variable will be forcibly initialized size_t body_size; ^ /kisskb/src/fs/ecryptfs/keystore.c: In function 'parse_tag_65_packet': /kisskb/src/fs/ecryptfs/keystore.c:205:9: note: byref variable will be forcibly initialized size_t m_size; ^ /kisskb/src/fs/ecryptfs/keystore.c:204:9: note: byref variable will be forcibly initialized size_t data_len; ^ /kisskb/src/fs/ecryptfs/keystore.c: In function 'parse_tag_67_packet': /kisskb/src/fs/ecryptfs/keystore.c:351:9: note: byref variable will be forcibly initialized size_t data_len; ^ /kisskb/src/fs/ecryptfs/keystore.c: In function 'write_tag_64_packet': /kisskb/src/fs/ecryptfs/keystore.c:149:9: note: byref variable will be forcibly initialized size_t packet_size_len; ^ /kisskb/src/fs/ecryptfs/keystore.c: In function 'decrypt_pki_encrypted_session_key': /kisskb/src/fs/ecryptfs/keystore.c:1133:9: note: byref variable will be forcibly initialized size_t payload_len = 0; ^ /kisskb/src/fs/ecryptfs/keystore.c:1132:8: note: byref variable will be forcibly initialized char *payload = NULL; ^ /kisskb/src/fs/ecryptfs/keystore.c:1128:5: note: byref variable will be forcibly initialized u8 cipher_code = 0; ^ /kisskb/src/fs/ecryptfs/keystore.c: In function 'write_tag_3_packet': /kisskb/src/fs/ecryptfs/keystore.c:2189:26: note: byref variable will be forcibly initialized struct crypto_skcipher *tfm; ^ /kisskb/src/fs/ecryptfs/keystore.c:2185:9: note: byref variable will be forcibly initialized size_t packet_size_length; ^ /kisskb/src/fs/ecryptfs/keystore.c:2183:16: note: byref variable will be forcibly initialized struct mutex *tfm_mutex = NULL; ^ /kisskb/src/fs/ecryptfs/keystore.c:2182:21: note: byref variable will be forcibly initialized struct scatterlist src_sg[2]; ^ /kisskb/src/fs/ecryptfs/keystore.c:2181:21: note: byref variable will be forcibly initialized struct scatterlist dst_sg[2]; ^ /kisskb/src/fs/ecryptfs/keystore.c:2180:7: note: byref variable will be forcibly initialized char session_key_encryption_key[ECRYPTFS_MAX_KEY_BYTES]; ^ /kisskb/src/fs/ecryptfs/keystore.c: In function 'write_tag_11_packet': /kisskb/src/fs/ecryptfs/keystore.c:2113:9: note: byref variable will be forcibly initialized size_t packet_size_length; ^ /kisskb/src/fs/ecryptfs/keystore.c: In function 'write_tag_66_packet': /kisskb/src/fs/ecryptfs/keystore.c:293:9: note: byref variable will be forcibly initialized size_t packet_size_len; ^ /kisskb/src/fs/ecryptfs/keystore.c: In function 'pki_encrypt_session_key': /kisskb/src/fs/ecryptfs/keystore.c:1967:9: note: byref variable will be forcibly initialized size_t payload_len = 0; ^ /kisskb/src/fs/ecryptfs/keystore.c:1966:8: note: byref variable will be forcibly initialized char *payload = NULL; ^ /kisskb/src/fs/ecryptfs/keystore.c: In function 'write_tag_1_packet': /kisskb/src/fs/ecryptfs/keystore.c:2025:9: note: byref variable will be forcibly initialized size_t packet_size_length; ^ /kisskb/src/fs/ecryptfs/keystore.c: In function 'ecryptfs_write_tag_70_packet': /kisskb/src/fs/ecryptfs/keystore.c:624:14: note: byref variable will be forcibly initialized struct key *auth_tok_key = NULL; ^ /kisskb/src/fs/ecryptfs/keystore.c: In function 'ecryptfs_parse_tag_70_packet': /kisskb/src/fs/ecryptfs/keystore.c:897:14: note: byref variable will be forcibly initialized struct key *auth_tok_key = NULL; ^ /kisskb/src/fs/ecryptfs/keystore.c: In function 'ecryptfs_parse_packet_set': /kisskb/src/fs/ecryptfs/keystore.c:1769:14: note: byref variable will be forcibly initialized struct key *auth_tok_key = NULL; ^ /kisskb/src/fs/ecryptfs/keystore.c:1768:9: note: byref variable will be forcibly initialized size_t tag_11_packet_size; ^ /kisskb/src/fs/ecryptfs/keystore.c:1767:9: note: byref variable will be forcibly initialized size_t tag_11_contents_size; ^ /kisskb/src/fs/ecryptfs/keystore.c:1765:16: note: byref variable will be forcibly initialized unsigned char sig_tmp_space[ECRYPTFS_SIG_SIZE]; ^ /kisskb/src/fs/ecryptfs/keystore.c:1764:28: note: byref variable will be forcibly initialized struct ecryptfs_auth_tok *new_auth_tok; ^ /kisskb/src/fs/ecryptfs/keystore.c:1763:9: note: byref variable will be forcibly initialized size_t packet_size; ^ /kisskb/src/fs/ecryptfs/keystore.c:1760:28: note: byref variable will be forcibly initialized struct ecryptfs_auth_tok *matching_auth_tok; ^ /kisskb/src/fs/ecryptfs/keystore.c:1759:19: note: byref variable will be forcibly initialized struct list_head auth_tok_list; ^ /kisskb/src/fs/ecryptfs/keystore.c: In function 'ecryptfs_generate_key_packet_set': /kisskb/src/fs/ecryptfs/keystore.c:2408:9: note: byref variable will be forcibly initialized size_t written; ^ /kisskb/src/fs/ecryptfs/keystore.c:2404:14: note: byref variable will be forcibly initialized struct key *auth_tok_key = NULL; ^ /kisskb/src/fs/ecryptfs/keystore.c:2403:28: note: byref variable will be forcibly initialized struct ecryptfs_auth_tok *auth_tok; ^ In file included from /kisskb/src/include/linux/mutex.h:15:0, from /kisskb/src/include/linux/notifier.h:14, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/dma/mediatek/mtk-cqdma.c:12: /kisskb/src/drivers/dma/mediatek/mtk-cqdma.c: In function 'mtk_cqdma_free_inactive_desc': /kisskb/src/drivers/dma/mediatek/mtk-cqdma.c:555:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/dma/mediatek/mtk-cqdma.c: In function 'vchan_synchronize': /kisskb/src/drivers/dma/mediatek/../virt-dma.h:213:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/dma/mediatek/mtk-cqdma.c:17: /kisskb/src/drivers/dma/mediatek/mtk-cqdma.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/dmaengine.h:8:0, from /kisskb/src/drivers/dma/mediatek/mtk-cqdma.c:13: /kisskb/src/drivers/dma/mediatek/mtk-cqdma.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/clk/hisilicon/clkgate-separated.c: In function 'hisi_register_clkgate_sep': /kisskb/src/drivers/clk/hisilicon/clkgate-separated.c:91:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/lib/cmdline.c: In function 'memparse': /kisskb/src/lib/cmdline.c:152:8: note: byref variable will be forcibly initialized char *endptr; /* local pointer to end of parsed string */ ^ In file included from /kisskb/src/drivers/clk/hisilicon/clkdivider-hi6220.c:12:0: /kisskb/src/drivers/clk/hisilicon/clkdivider-hi6220.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/clk/hisilicon/clkdivider-hi6220.c: In function 'hi6220_register_clkdiv': /kisskb/src/drivers/clk/hisilicon/clkdivider-hi6220.c:106:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/drivers/acpi/acpica/exoparg1.c: In function 'acpi_ex_opcode_1A_1T_1R': /kisskb/src/drivers/acpi/acpica/exoparg1.c:230:6: note: byref variable will be forcibly initialized u64 digit; ^ /kisskb/src/drivers/acpi/acpica/exoparg1.c:227:6: note: byref variable will be forcibly initialized u32 temp32; ^ /kisskb/src/drivers/acpi/acpica/exoparg1.c:226:29: note: byref variable will be forcibly initialized union acpi_operand_object *return_desc2 = NULL; ^ /kisskb/src/drivers/acpi/acpica/exoparg1.c:225:29: note: byref variable will be forcibly initialized union acpi_operand_object *return_desc = NULL; ^ /kisskb/src/drivers/acpi/acpica/exoparg1.c: In function 'acpi_ex_opcode_1A_0T_1R': /kisskb/src/drivers/acpi/acpica/exoparg1.c:563:6: note: byref variable will be forcibly initialized u32 type; ^ /kisskb/src/drivers/acpi/acpica/exoparg1.c:561:29: note: byref variable will be forcibly initialized union acpi_operand_object *return_desc = NULL; ^ /kisskb/src/drivers/acpi/acpica/exoparg1.c:560:29: note: byref variable will be forcibly initialized union acpi_operand_object *temp_desc; ^ In file included from /kisskb/src/include/linux/platform_device.h:13:0, from /kisskb/src/drivers/soc/bcm/bcm2835-power.c:14: /kisskb/src/drivers/soc/bcm/bcm2835-power.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /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:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/drivers/acpi/acpica/exoparg2.c: In function 'acpi_ex_opcode_2A_1T_1R': /kisskb/src/drivers/acpi/acpica/exoparg2.c:224:29: note: byref variable will be forcibly initialized union acpi_operand_object *return_desc = NULL; ^ /kisskb/src/drivers/acpi/acpica/exoparg2.c: In function 'acpi_ex_opcode_2A_0T_1R': /kisskb/src/drivers/acpi/acpica/exoparg2.c:470:5: note: byref variable will be forcibly initialized u8 logical_result = FALSE; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/drivers/xen/events/events_base.c:816:2: note: in expansion of macro 'smp_store_release' smp_store_release(&info->is_active, 0); ^ In file included from /kisskb/src/drivers/xen/events/events_base.c:58:0: /kisskb/src/drivers/xen/events/events_base.c: In function 'notify_remote_via_evtchn': /kisskb/src/include/xen/events.h:81:21: note: byref variable will be forcibly initialized struct evtchn_send send = { .port = port }; ^ /kisskb/src/drivers/xen/events/events_base.c: In function 'find_virq': /kisskb/src/drivers/xen/events/events_base.c:1314:23: note: byref variable will be forcibly initialized struct evtchn_status status; ^ /kisskb/src/drivers/xen/events/events_base.c: In function 'eoi_pirq': /kisskb/src/drivers/xen/events/events_base.c:840:21: note: byref variable will be forcibly initialized 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:807:22: note: byref variable will be forcibly initialized 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:822:34: note: byref variable will be forcibly initialized struct physdev_irq_status_query irq_status; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, 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:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_rebind_evtchn_to_cpu': /kisskb/src/drivers/xen/events/events_base.c:1773:26: note: byref variable will be forcibly initialized 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:1956:26: note: byref variable will be forcibly initialized 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:1983:25: note: byref variable will be forcibly initialized struct evtchn_bind_ipi bind_ipi; ^ /kisskb/src/drivers/xen/events/events_base.c: In function 'shutdown_pirq': /kisskb/src/drivers/xen/events/events_base.c:807:22: note: byref variable will be forcibly initialized struct evtchn_close close; ^ /kisskb/src/drivers/xen/events/events_base.c: In function '__startup_pirq': /kisskb/src/drivers/xen/events/events_base.c:807:22: note: byref variable will be forcibly initialized /kisskb/src/drivers/xen/events/events_base.c:862:26: note: byref variable will be forcibly initialized 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:1919:26: note: byref variable will be forcibly initialized struct physdev_map_pirq map_irq; ^ /kisskb/src/drivers/xen/events/events_base.c: In function '__unbind_from_irq': /kisskb/src/drivers/xen/events/events_base.c:807:22: note: byref variable will be forcibly initialized struct evtchn_close close; ^ /kisskb/src/drivers/xen/events/events_base.c: In function 'bind_interdomain_evtchn_to_irq_chip': /kisskb/src/drivers/xen/events/events_base.c:1291:33: note: byref variable will be forcibly initialized 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:1244:25: note: byref variable will be forcibly initialized struct evtchn_bind_ipi bind_ipi; ^ In file included from /kisskb/src/drivers/xen/events/events_base.c:58:0: /kisskb/src/drivers/xen/events/events_base.c: In function 'notify_remote_via_irq': /kisskb/src/include/xen/events.h:81:21: note: byref variable will be forcibly initialized struct evtchn_send send = { .port = port }; ^ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_bind_pirq_gsi_to_irq': /kisskb/src/drivers/xen/events/events_base.c:1009:21: note: byref variable will be forcibly initialized 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:1126:28: note: byref variable will be forcibly initialized 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:1351:16: note: byref variable will be forcibly initialized evtchn_port_t evtchn = 0; ^ /kisskb/src/drivers/xen/events/events_base.c:1350:26: note: byref variable will be forcibly initialized 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:1547:29: note: byref variable will be forcibly initialized 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:2043:21: note: byref variable will be forcibly initialized struct sched_poll poll; ^ /kisskb/src/drivers/xen/events/events_base.c:2040:16: note: byref variable will be forcibly initialized 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:2065:34: note: byref variable will be forcibly initialized struct physdev_irq_status_query irq_status; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/fs/ecryptfs/kthread.c:9: /kisskb/src/fs/ecryptfs/kthread.c: In function 'ecryptfs_threadfn': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:338:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:358:11: note: in expansion of macro '__wait_event_freezable' __ret = __wait_event_freezable(wq_head, condition); \ ^ /kisskb/src/fs/ecryptfs/kthread.c:48:3: note: in expansion of macro 'wait_event_freezable' wait_event_freezable( ^ /kisskb/src/fs/ecryptfs/kthread.c: In function 'ecryptfs_privileged_open': /kisskb/src/fs/ecryptfs/kthread.c:121:27: note: byref variable will be forcibly initialized struct ecryptfs_open_req req; ^ In file included from /kisskb/src/drivers/virtio/virtio_ring.c:10:0: /kisskb/src/drivers/virtio/virtio_ring.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/virtio/virtio_ring.c: In function 'vring_create_virtqueue_packed': /kisskb/src/drivers/virtio/virtio_ring.c:1568:51: note: byref variable will be forcibly initialized dma_addr_t ring_dma_addr, driver_event_dma_addr, device_event_dma_addr; ^ /kisskb/src/drivers/virtio/virtio_ring.c:1568:28: note: byref variable will be forcibly initialized dma_addr_t ring_dma_addr, driver_event_dma_addr, device_event_dma_addr; ^ /kisskb/src/drivers/virtio/virtio_ring.c:1568:13: note: byref variable will be forcibly initialized dma_addr_t ring_dma_addr, driver_event_dma_addr, device_event_dma_addr; ^ /kisskb/src/drivers/virtio/virtio_ring.c: In function 'vring_create_virtqueue_split': /kisskb/src/drivers/virtio/virtio_ring.c:859:13: note: byref variable will be forcibly initialized dma_addr_t dma_addr; ^ /kisskb/src/drivers/acpi/acpica/exoparg6.c: In function 'acpi_ex_do_match': /kisskb/src/drivers/acpi/acpica/exoparg6.c:67:5: note: byref variable will be forcibly initialized u8 logical_result = TRUE; ^ /kisskb/src/drivers/acpi/acpica/exoparg6.c: In function 'acpi_ex_opcode_6A_0T_1R': /kisskb/src/drivers/acpi/acpica/exoparg6.c:179:29: note: byref variable will be forcibly initialized union acpi_operand_object *return_desc = NULL; ^ /kisskb/src/fs/ecryptfs/debug.c: In function 'ecryptfs_dump_auth_tok': /kisskb/src/fs/ecryptfs/debug.c:21:7: note: byref variable will be forcibly initialized char sig[ECRYPTFS_SIG_SIZE_HEX + 1]; ^ /kisskb/src/fs/ecryptfs/debug.c:20:7: note: byref variable will be forcibly initialized char salt[ECRYPTFS_SALT_SIZE * 2 + 1]; ^ /kisskb/src/drivers/soc/mediatek/mtk-cmdq-helper.c: In function 'cmdq_dev_get_client_reg': /kisskb/src/drivers/soc/mediatek/mtk-cmdq-helper.c:47:25: note: byref variable will be forcibly initialized struct of_phandle_args spec; ^ /kisskb/src/drivers/acpi/acpica/exprep.c: In function 'acpi_ex_prep_common_field_object': /kisskb/src/drivers/acpi/acpica/exprep.c:299:6: note: byref variable will be forcibly initialized u32 byte_alignment; ^ /kisskb/src/drivers/xen/events/events_2l.c: In function 'evtchn_2l_handle_events': /kisskb/src/drivers/xen/events/events_2l.c:232:16: note: byref variable will be forcibly initialized xen_ulong_t bits; ^ /kisskb/src/drivers/xen/events/events_2l.c:198:15: note: byref variable will be forcibly initialized xen_ulong_t words; ^ /kisskb/src/drivers/xen/events/events_2l.c: In function 'evtchn_2l_unmask': /kisskb/src/drivers/xen/events/events_2l.c:120:24: note: byref variable will be forcibly initialized struct evtchn_unmask unmask = { .port = port }; ^ /kisskb/src/drivers/dma/dw/of.c: In function 'dw_dma_of_xlate': /kisskb/src/drivers/dma/dw/of.c:23:17: note: byref variable will be forcibly initialized dma_cap_mask_t cap; ^ /kisskb/src/drivers/dma/dw/of.c: In function 'dw_dma_parse_dt': /kisskb/src/drivers/dma/dw/of.c:55:6: note: byref variable will be forcibly initialized u32 nr_channels; ^ /kisskb/src/drivers/dma/dw/of.c:54:6: note: byref variable will be forcibly initialized u32 nr_masters; ^ /kisskb/src/drivers/dma/dw/of.c:53:39: note: byref variable will be forcibly initialized u32 tmp, arr[DW_DMA_MAX_NR_MASTERS], mb[DW_DMA_MAX_NR_CHANNELS]; ^ /kisskb/src/drivers/dma/dw/of.c:53:11: note: byref variable will be forcibly initialized u32 tmp, arr[DW_DMA_MAX_NR_MASTERS], mb[DW_DMA_MAX_NR_CHANNELS]; ^ /kisskb/src/drivers/dma/dw/of.c:53:6: note: byref variable will be forcibly initialized u32 tmp, arr[DW_DMA_MAX_NR_MASTERS], mb[DW_DMA_MAX_NR_CHANNELS]; ^ /kisskb/src/drivers/acpi/acpica/exregion.c: In function 'acpi_ex_system_io_space_handler': /kisskb/src/drivers/acpi/acpica/exregion.c:309:6: note: byref variable will be forcibly initialized u32 value32; ^ /kisskb/src/drivers/virtio/virtio_mmio.c: In function 'vm_cmdline_set': /kisskb/src/drivers/virtio/virtio_mmio.c:663:17: note: byref variable will be forcibly initialized int processed, consumed = 0; ^ /kisskb/src/drivers/virtio/virtio_mmio.c:662:15: note: byref variable will be forcibly initialized unsigned int irq; ^ /kisskb/src/drivers/virtio/virtio_mmio.c:661:16: note: byref variable will be forcibly initialized long long int base, size; ^ /kisskb/src/drivers/virtio/virtio_mmio.c:660:8: note: byref variable will be forcibly initialized char *str; ^ /kisskb/src/drivers/virtio/virtio_mmio.c: In function 'vm_set': /kisskb/src/drivers/virtio/virtio_mmio.c:196:9: note: byref variable will be forcibly initialized __le32 l; ^ /kisskb/src/drivers/virtio/virtio_mmio.c:195:9: note: byref variable will be forcibly initialized __le16 w; ^ /kisskb/src/drivers/virtio/virtio_mmio.c:194:5: note: byref variable will be forcibly initialized u8 b; ^ /kisskb/src/drivers/acpi/acpica/exresnte.c: In function 'acpi_ex_resolve_node_to_value': /kisskb/src/drivers/acpi/acpica/exresnte.c:50:29: note: byref variable will be forcibly initialized union acpi_operand_object *obj_desc = NULL; ^ /kisskb/src/drivers/xen/events/events_fifo.c: In function '__evtchn_fifo_handle_events': /kisskb/src/drivers/xen/events/events_fifo.c:323:16: note: byref variable will be forcibly initialized unsigned long ready; ^ /kisskb/src/drivers/xen/events/events_fifo.c: In function 'init_control_block': /kisskb/src/drivers/xen/events/events_fifo.c:106:29: note: byref variable will be forcibly initialized struct evtchn_init_control init_control; ^ /kisskb/src/drivers/xen/events/events_fifo.c: In function 'evtchn_fifo_unmask': /kisskb/src/drivers/xen/events/events_fifo.c:255:24: note: byref variable will be forcibly initialized struct evtchn_unmask unmask = { .port = port }; ^ /kisskb/src/drivers/xen/events/events_fifo.c: In function 'evtchn_fifo_setup': /kisskb/src/drivers/xen/events/events_fifo.c:153:30: note: byref variable will be forcibly initialized struct evtchn_expand_array expand_array; ^ /kisskb/src/lib/decompress_unlzma.c: In function 'process_bit0': /kisskb/src/lib/decompress_unlzma.c:351:6: note: byref variable will be forcibly initialized int mi = 1; ^ /kisskb/src/lib/decompress_unlzma.c: In function 'process_bit1': /kisskb/src/lib/decompress_unlzma.c:498:11: note: byref variable will be forcibly initialized int i, mi; ^ /kisskb/src/lib/decompress_unlzma.c:485:7: note: byref variable will be forcibly initialized int pos_slot; ^ /kisskb/src/lib/decompress_unlzma.c:397:6: note: byref variable will be forcibly initialized int len; ^ /kisskb/src/lib/decompress_unlzma.c: In function 'unlzma': /kisskb/src/lib/decompress_unlzma.c:554:16: note: byref variable will be forcibly initialized struct cstate cst; ^ /kisskb/src/lib/decompress_unlzma.c:553:16: note: byref variable will be forcibly initialized struct writer wr; ^ /kisskb/src/lib/decompress_unlzma.c:551:12: note: byref variable will be forcibly initialized struct rc rc; ^ /kisskb/src/lib/decompress_unlzma.c:545:21: note: byref variable will be forcibly initialized struct lzma_header header; ^ /kisskb/src/drivers/soc/mediatek/mtk-infracfg.c: In function 'mtk_infracfg_set_bus_protection': /kisskb/src/drivers/soc/mediatek/mtk-infracfg.c:30:6: note: byref variable will be forcibly initialized 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:62:6: note: byref variable will be forcibly initialized u32 val; ^ In file included from /kisskb/src/include/linux/dmaengine.h:8:0, from /kisskb/src/drivers/dma/qcom/hidma_mgmt.c:8: /kisskb/src/drivers/dma/qcom/hidma_mgmt.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/resource_ext.h:11:0, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/dma/qcom/hidma_mgmt.c:9: /kisskb/src/drivers/dma/qcom/hidma_mgmt.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/dma/qcom/hidma_mgmt.c: In function 'hidma_mgmt_of_populate_channels': /kisskb/src/drivers/dma/qcom/hidma_mgmt.c:350:30: note: byref variable will be forcibly initialized struct platform_device_info pdevinfo; ^ /kisskb/src/drivers/acpi/acpica/exresolv.c: In function 'acpi_ex_resolve_object_to_value': /kisskb/src/drivers/acpi/acpica/exresolv.c:108:29: note: byref variable will be forcibly initialized union acpi_operand_object *obj_desc = NULL; ^ /kisskb/src/drivers/acpi/acpica/exresolv.c: In function 'acpi_ex_resolve_multiple': /kisskb/src/drivers/acpi/acpica/exresolv.c:308:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *node = ^ /kisskb/src/drivers/acpi/acpica/exresolv.c:307:29: note: byref variable will be forcibly initialized union acpi_operand_object *obj_desc = ACPI_CAST_PTR(void, operand); ^ In file included from /kisskb/src/drivers/clk/mediatek/clk-mtk.c:11:0: /kisskb/src/drivers/clk/mediatek/clk-mtk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized 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:159:14: note: byref variable will be forcibly initialized const char *parent; ^ In file included from /kisskb/src/include/uapi/linux/virtio_balloon.h:31:0, 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:422:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cwrite_v = \ ^ /kisskb/src/drivers/virtio/virtio_balloon.c:462:2: note: in expansion of macro 'virtio_cwrite_le' virtio_cwrite_le(vb->vdev, struct virtio_balloon_config, actual, ^ /kisskb/src/drivers/virtio/virtio_balloon.c:459:6: note: byref variable will be forcibly initialized u32 actual = vb->num_pages; ^ In file included from /kisskb/src/include/uapi/linux/virtio_balloon.h:31:0, from /kisskb/src/drivers/virtio/virtio_balloon.c:10: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'virtio_balloon_cmd_id_received': /kisskb/src/include/linux/virtio_config.h:394:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^ /kisskb/src/drivers/virtio/virtio_balloon.c:577:3: note: in expansion of macro 'virtio_cread_le' 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:394:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^ /kisskb/src/drivers/virtio/virtio_balloon.c:402:2: note: in expansion of macro 'virtio_cread_le' virtio_cread_le(vb->vdev, struct virtio_balloon_config, num_pages, ^ /kisskb/src/drivers/virtio/virtio_balloon.c:399:6: note: byref variable will be forcibly initialized u32 num_pages; ^ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'send_cmd_id_start': /kisskb/src/drivers/virtio/virtio_balloon.c:589:11: note: byref variable will be forcibly initialized int err, unused; ^ /kisskb/src/drivers/virtio/virtio_balloon.c:587:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'send_cmd_id_stop': /kisskb/src/drivers/virtio/virtio_balloon.c:608:11: note: byref variable will be forcibly initialized int err, unused; ^ /kisskb/src/drivers/virtio/virtio_balloon.c:606:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'tell_host': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/drivers/virtio/virtio_balloon.c:164:2: note: in expansion of macro 'wait_event' wait_event(vb->acked, virtqueue_get_buf(vq, &len)); ^ /kisskb/src/drivers/virtio/virtio_balloon.c:155:15: note: byref variable will be forcibly initialized unsigned int len; ^ /kisskb/src/drivers/virtio/virtio_balloon.c:154:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'leak_balloon': /kisskb/src/drivers/virtio/virtio_balloon.c:280:12: note: byref variable will be forcibly initialized LIST_HEAD(pages); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'virtballoon_free_page_report': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/drivers/virtio/virtio_balloon.c:190:2: note: in expansion of macro 'wait_event' wait_event(vb->acked, virtqueue_get_buf(vq, &unused)); ^ /kisskb/src/drivers/virtio/virtio_balloon.c:174:15: note: byref variable will be forcibly initialized 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:626:11: note: byref variable will be forcibly initialized int err, unused; ^ /kisskb/src/drivers/virtio/virtio_balloon.c:625:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'fill_balloon': /kisskb/src/drivers/virtio/virtio_balloon.c:216:12: note: byref variable will be forcibly initialized LIST_HEAD(pages); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' 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:324:17: note: byref variable will be forcibly initialized struct sysinfo i; ^ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'stats_handle_request': /kisskb/src/drivers/virtio/virtio_balloon.c:384:15: note: byref variable will be forcibly initialized unsigned int len, num_stats; ^ /kisskb/src/drivers/virtio/virtio_balloon.c:383:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'init_vqs': /kisskb/src/drivers/virtio/virtio_balloon.c:542:22: note: byref variable will be forcibly initialized struct scatterlist sg; ^ /kisskb/src/drivers/virtio/virtio_balloon.c:501:14: note: byref variable will be forcibly initialized const char *names[VIRTIO_BALLOON_VQ_MAX]; ^ /kisskb/src/drivers/virtio/virtio_balloon.c:500:17: note: byref variable will be forcibly initialized vq_callback_t *callbacks[VIRTIO_BALLOON_VQ_MAX]; ^ /kisskb/src/drivers/virtio/virtio_balloon.c:499:20: note: byref variable will be forcibly initialized struct virtqueue *vqs[VIRTIO_BALLOON_VQ_MAX]; ^ In file included from /kisskb/src/include/uapi/linux/virtio_balloon.h:31:0, 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:422:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cwrite_v = \ ^ /kisskb/src/drivers/virtio/virtio_balloon.c:982:3: note: in expansion of macro 'virtio_cwrite_le' virtio_cwrite_le(vb->vdev, struct virtio_balloon_config, ^ /kisskb/src/drivers/virtio/virtio_balloon.c:968:9: note: byref variable will be forcibly initialized __u32 poison_val = 0; ^ /kisskb/src/drivers/xen/xenbus/xenbus_client.c: In function 'xenbus_switch_fatal': /kisskb/src/drivers/xen/xenbus/xenbus_client.c:356:10: note: byref variable will be forcibly initialized 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:6: note: byref variable will be forcibly initialized int current_state; ^ /kisskb/src/drivers/xen/xenbus/xenbus_client.c:218:28: note: byref variable will be forcibly initialized 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:10: note: byref variable will be forcibly initialized va_list ap; ^ /kisskb/src/drivers/xen/xenbus/xenbus_client.c: In function 'xenbus_unmap_ring': /kisskb/src/drivers/xen/xenbus/xenbus_client.c:573:32: note: byref variable will be forcibly initialized 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:10: note: byref variable will be forcibly initialized 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:10: note: byref variable will be forcibly initialized 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:624:7: note: byref variable will be forcibly initialized bool leaked = false; ^ /kisskb/src/drivers/xen/xenbus/xenbus_client.c: In function 'xenbus_alloc_evtchn': /kisskb/src/drivers/xen/xenbus/xenbus_client.c:421:30: note: byref variable will be forcibly initialized 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:444:22: note: byref variable will be forcibly initialized 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:887:20: note: byref variable will be forcibly initialized enum xenbus_state result; ^ /kisskb/src/drivers/dma/qcom/hidma_mgmt_sys.c: In function 'set_values': /kisskb/src/drivers/dma/qcom/hidma_mgmt_sys.c:120:16: note: byref variable will be forcibly initialized unsigned long tmp; ^ /kisskb/src/drivers/dma/qcom/hidma_mgmt_sys.c: In function 'set_values_channel': /kisskb/src/drivers/dma/qcom/hidma_mgmt_sys.c:163:16: note: byref variable will be forcibly initialized unsigned long tmp; ^ /kisskb/src/drivers/dma/qcom/hidma_mgmt_sys.c: In function 'hidma_mgmt_init_sys': /kisskb/src/drivers/dma/qcom/hidma_mgmt_sys.c:252:8: note: byref variable will be forcibly initialized char name[20]; ^ In file included from /kisskb/src/include/linux/vmalloc.h:11:0, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:194, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/soc/mediatek/mtk-pm-domains.c:8: /kisskb/src/drivers/soc/mediatek/mtk-pm-domains.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/node.h:18:0, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/soc/mediatek/mtk-pm-domains.c:12: /kisskb/src/drivers/soc/mediatek/mtk-pm-domains.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/soc/mediatek/mtk-pm-domains.c: In function 'scpsys_domain_is_on': /kisskb/src/drivers/soc/mediatek/mtk-pm-domains.c:61:14: note: byref variable will be forcibly initialized u32 status, status2; ^ /kisskb/src/drivers/soc/mediatek/mtk-pm-domains.c:61:6: note: byref variable will be forcibly initialized u32 status, status2; ^ /kisskb/src/drivers/soc/mediatek/mtk-pm-domains.c: In function '_scpsys_bus_protect_enable': /kisskb/src/drivers/soc/mediatek/mtk-pm-domains.c:122:7: note: byref variable will be forcibly initialized u32 val, mask = bpd[i].bus_prot_mask; ^ /kisskb/src/drivers/soc/mediatek/mtk-pm-domains.c: In function 'scpsys_sram_disable': /kisskb/src/drivers/soc/mediatek/mtk-pm-domains.c:101:15: note: byref variable will be forcibly initialized unsigned int tmp; ^ /kisskb/src/drivers/soc/mediatek/mtk-pm-domains.c: In function 'scpsys_sram_enable': /kisskb/src/drivers/soc/mediatek/mtk-pm-domains.c:77:15: note: byref variable will be forcibly initialized unsigned int tmp; ^ /kisskb/src/drivers/soc/mediatek/mtk-pm-domains.c: In function '_scpsys_bus_protect_disable': /kisskb/src/drivers/soc/mediatek/mtk-pm-domains.c:159:7: note: byref variable will be forcibly initialized u32 val, mask = bpd[i].bus_prot_mask; ^ /kisskb/src/drivers/soc/mediatek/mtk-pm-domains.c: In function 'scpsys_add_one_domain': /kisskb/src/drivers/soc/mediatek/mtk-pm-domains.c:305:6: note: byref variable will be forcibly initialized u32 id; ^ /kisskb/src/drivers/soc/mediatek/mtk-pm-domains.c: In function 'scpsys_add_subdomain': /kisskb/src/drivers/soc/mediatek/mtk-pm-domains.c:472:7: note: byref variable will be forcibly initialized u32 id; ^ /kisskb/src/drivers/clk/mediatek/clk-pll.c: In function 'mtk_pll_round_rate': /kisskb/src/drivers/clk/mediatek/clk-pll.c:230:6: note: byref variable will be forcibly initialized int postdiv; ^ /kisskb/src/drivers/clk/mediatek/clk-pll.c:229:6: note: byref variable will be forcibly initialized u32 pcw = 0; ^ /kisskb/src/drivers/clk/mediatek/clk-pll.c: In function 'mtk_pll_set_rate': /kisskb/src/drivers/clk/mediatek/clk-pll.c:201:6: note: byref variable will be forcibly initialized u32 postdiv; ^ /kisskb/src/drivers/clk/mediatek/clk-pll.c:200:6: note: byref variable will be forcibly initialized 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:306:14: note: byref variable will be forcibly initialized const char *parent_name = "clk26m"; ^ /kisskb/src/drivers/acpi/acpica/exserial.c: In function 'acpi_ex_read_serial_bus': /kisskb/src/drivers/acpi/acpica/exserial.c:139:6: note: byref variable will be forcibly initialized u32 buffer_length; ^ /kisskb/src/drivers/acpi/acpica/exserial.c: In function 'acpi_ex_write_serial_bus': /kisskb/src/drivers/acpi/acpica/exserial.c:246:6: note: byref variable will be forcibly initialized u32 buffer_length; ^ /kisskb/src/drivers/clk/mediatek/clk-gate.c: In function 'mtk_cg_bit_is_cleared': /kisskb/src/drivers/clk/mediatek/clk-gate.c:21:6: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/drivers/clk/mediatek/clk-gate.c: In function 'mtk_cg_bit_is_set': /kisskb/src/drivers/clk/mediatek/clk-gate.c:33:6: note: byref variable will be forcibly initialized u32 val; ^ In file included from /kisskb/src/drivers/xen/xenbus/xenbus_comms.c:42:0: /kisskb/src/drivers/xen/xenbus/xenbus_comms.c: In function 'notify_remote_via_evtchn': /kisskb/src/include/xen/events.h:81:21: note: byref variable will be forcibly initialized struct evtchn_send send = { .port = port }; ^ /kisskb/src/drivers/xen/xenbus/xenbus_comms.c: In function 'xb_read': /kisskb/src/include/xen/events.h:81:21: note: byref variable will be forcibly initialized /kisskb/src/drivers/xen/xenbus/xenbus_comms.c: In function 'xb_write': /kisskb/src/include/xen/events.h:81:21: note: byref variable will be forcibly initialized In file included from /kisskb/src/drivers/xen/xenbus/xenbus_comms.c:35:0: /kisskb/src/drivers/xen/xenbus/xenbus_comms.c: In function 'xenbus_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^ /kisskb/src/drivers/xen/xenbus/xenbus_comms.c:415:7: note: in expansion of macro 'wait_event_interruptible' if (wait_event_interruptible(xb_waitq, xb_thread_work())) ^ In file included from /kisskb/src/drivers/dma/qcom/hidma_ll.c:17:0: /kisskb/src/drivers/dma/qcom/hidma_ll.c: In function 'hidma_post_completed': /kisskb/src/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized typeof(*__tmp->const_type) __val = (val); \ ^ /kisskb/src/drivers/dma/qcom/hidma_ll.c:225:2: note: in expansion of macro 'kfifo_put' kfifo_put(&lldev->handoff_fifo, tre); ^ /kisskb/src/drivers/dma/qcom/hidma_ll.c: In function 'hidma_ll_tre_complete': /kisskb/src/drivers/dma/qcom/hidma_ll.c:179:20: note: byref variable will be forcibly initialized struct hidma_tre *tre; ^ In file included from /kisskb/src/include/linux/dmaengine.h:8:0, from /kisskb/src/drivers/dma/qcom/hidma_ll.c:8: /kisskb/src/drivers/dma/qcom/hidma_ll.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/virtio/virtio_input.c: In function 'virtinput_init_vqs': /kisskb/src/drivers/virtio/virtio_input.c:189:17: note: byref variable will be forcibly initialized vq_callback_t *cbs[] = { virtinput_recv_events, ^ /kisskb/src/drivers/virtio/virtio_input.c:188:20: note: byref variable will be forcibly initialized struct virtqueue *vqs[2]; ^ In file included from /kisskb/src/drivers/virtio/virtio_input.c:4:0: /kisskb/src/drivers/virtio/virtio_input.c: In function 'virtinput_cfg_select': /kisskb/src/include/linux/virtio_config.h:394:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^ /kisskb/src/drivers/virtio/virtio_input.c:134:2: note: in expansion of macro 'virtio_cread_le' virtio_cread_le(vi->vdev, struct virtio_input_config, size, &size); ^ /kisskb/src/include/linux/virtio_config.h:422:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cwrite_v = \ ^ /kisskb/src/drivers/virtio/virtio_input.c:133:2: note: in expansion of macro 'virtio_cwrite_le' virtio_cwrite_le(vi->vdev, struct virtio_input_config, subsel, &subsel); ^ /kisskb/src/include/linux/virtio_config.h:422:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cwrite_v = \ ^ /kisskb/src/drivers/virtio/virtio_input.c:132:2: note: in expansion of macro 'virtio_cwrite_le' virtio_cwrite_le(vi->vdev, struct virtio_input_config, select, &select); ^ /kisskb/src/drivers/virtio/virtio_input.c:130:5: note: byref variable will be forcibly initialized u8 size; ^ /kisskb/src/drivers/virtio/virtio_input.c: In function 'virtinput_send_status': /kisskb/src/drivers/virtio/virtio_input.c:64:21: note: byref variable will be forcibly initialized struct scatterlist sg[1]; ^ /kisskb/src/drivers/virtio/virtio_input.c: In function 'virtinput_recv_status': /kisskb/src/drivers/virtio/virtio_input.c:111:15: note: byref variable will be forcibly initialized unsigned int len; ^ /kisskb/src/drivers/virtio/virtio_input.c: In function 'virtinput_queue_evtbuf': /kisskb/src/drivers/virtio/virtio_input.c:27:21: note: byref variable will be forcibly initialized struct scatterlist sg[1]; ^ /kisskb/src/drivers/virtio/virtio_input.c: In function 'virtinput_recv_events': /kisskb/src/drivers/virtio/virtio_input.c:38:15: note: byref variable will be forcibly initialized unsigned int len; ^ In file included from /kisskb/src/drivers/virtio/virtio_input.c:4:0: /kisskb/src/drivers/virtio/virtio_input.c: In function 'virtinput_cfg_abs': /kisskb/src/include/linux/virtio_config.h:394:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^ /kisskb/src/drivers/virtio/virtio_input.c:181:2: note: in expansion of macro 'virtio_cread_le' virtio_cread_le(vi->vdev, struct virtio_input_config, u.abs.flat, &fl); ^ /kisskb/src/include/linux/virtio_config.h:394:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^ /kisskb/src/drivers/virtio/virtio_input.c:180:2: note: in expansion of macro 'virtio_cread_le' virtio_cread_le(vi->vdev, struct virtio_input_config, u.abs.fuzz, &fu); ^ /kisskb/src/include/linux/virtio_config.h:394:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^ /kisskb/src/drivers/virtio/virtio_input.c:179:2: note: in expansion of macro 'virtio_cread_le' virtio_cread_le(vi->vdev, struct virtio_input_config, u.abs.res, &re); ^ /kisskb/src/include/linux/virtio_config.h:394:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^ /kisskb/src/drivers/virtio/virtio_input.c:178:2: note: in expansion of macro 'virtio_cread_le' virtio_cread_le(vi->vdev, struct virtio_input_config, u.abs.max, &ma); ^ /kisskb/src/include/linux/virtio_config.h:394:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^ /kisskb/src/drivers/virtio/virtio_input.c:177:2: note: in expansion of macro 'virtio_cread_le' virtio_cread_le(vi->vdev, struct virtio_input_config, u.abs.min, &mi); ^ /kisskb/src/drivers/virtio/virtio_input.c: In function 'virtinput_probe': /kisskb/src/include/linux/virtio_config.h:394:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^ /kisskb/src/drivers/virtio/virtio_input.c:269:3: note: in expansion of macro 'virtio_cread_le' virtio_cread_le(vi->vdev, struct virtio_input_config, ^ /kisskb/src/include/linux/virtio_config.h:394:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^ /kisskb/src/drivers/virtio/virtio_input.c:267:3: note: in expansion of macro 'virtio_cread_le' virtio_cread_le(vi->vdev, struct virtio_input_config, ^ /kisskb/src/include/linux/virtio_config.h:394:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^ /kisskb/src/drivers/virtio/virtio_input.c:265:3: note: in expansion of macro 'virtio_cread_le' virtio_cread_le(vi->vdev, struct virtio_input_config, ^ /kisskb/src/include/linux/virtio_config.h:394:36: note: byref variable will be forcibly initialized typeof(((structname*)0)->member) virtio_cread_v; \ ^ /kisskb/src/drivers/virtio/virtio_input.c:263:3: note: in expansion of macro 'virtio_cread_le' virtio_cread_le(vi->vdev, struct virtio_input_config, ^ /kisskb/src/drivers/acpi/acpica/exstore.c: In function 'acpi_ex_store_object_to_index': /kisskb/src/drivers/acpi/acpica/exstore.c:199:29: note: byref variable will be forcibly initialized union acpi_operand_object *new_desc; ^ /kisskb/src/drivers/acpi/acpica/exstore.c: In function 'acpi_ex_store_direct_to_node': /kisskb/src/drivers/acpi/acpica/exstore.c:565:29: note: byref variable will be forcibly initialized union acpi_operand_object *new_desc; ^ /kisskb/src/drivers/acpi/acpica/exstore.c: In function 'acpi_ex_store_object_to_node': /kisskb/src/drivers/acpi/acpica/exstore.c:368:29: note: byref variable will be forcibly initialized union acpi_operand_object *new_desc; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:43: /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xs_request_enter': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:125:3: note: in expansion of macro 'wait_event' wait_event(xs_state_enter_wq, xs_suspend_active == 0); ^ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'read_reply': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:209:3: note: in expansion of macro 'wait_event' wait_event(req->wq, test_reply(req)); ^ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xs_suspend_enter': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:103:2: note: in expansion of macro 'wait_event' wait_event(xs_state_exit_wq, xs_state_users == 0); ^ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenwatch_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:882:3: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(watch_events_waitq, ^ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xs_talkv': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:309:21: note: byref variable will be forcibly initialized 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:14: note: byref variable will be forcibly initialized struct kvec iovec; ^ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xs_watch': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:660:14: note: byref variable will be forcibly initialized struct kvec iov[2]; ^ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xs_unwatch': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:673:14: note: byref variable will be forcibly initialized struct kvec iov[2]; ^ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_directory': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:426:15: note: byref variable will be forcibly initialized unsigned int len; ^ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_exists': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:446:6: note: byref variable will be forcibly initialized int dir_n; ^ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_write': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:483:14: note: byref variable will be forcibly initialized struct kvec iovec[2]; ^ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_transaction_end': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:556:7: note: byref variable will be forcibly initialized char abortstr[2]; ^ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_scanf': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:571:10: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_printf': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:609:10: note: byref variable will be forcibly initialized va_list ap; ^ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_gather': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:631:10: note: byref variable will be forcibly initialized 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:7: note: byref variable will be forcibly initialized char token[sizeof(watch) * 2 + 1]; ^ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'unregister_xenbus_watch': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:798:7: note: byref variable will be forcibly initialized char token[sizeof(watch) * 2 + 1]; ^ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xs_resume': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:850:7: note: byref variable will be forcibly initialized char token[sizeof(watch) * 2 + 1]; ^ /kisskb/src/drivers/soc/amlogic/meson-secure-pwrc.c: In function 'pwrc_secure_is_off': /kisskb/src/drivers/soc/amlogic/meson-secure-pwrc.c:47:6: note: byref variable will be forcibly initialized int is_off = 1; ^ In file included from /kisskb/src/include/linux/node.h:18:0, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/soc/amlogic/meson-secure-pwrc.c:10: /kisskb/src/drivers/soc/amlogic/meson-secure-pwrc.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/freevxfs/vxfs_lookup.c: In function 'vxfs_inode_by_name': /kisskb/src/fs/freevxfs/vxfs_lookup.c:159:17: note: byref variable will be forcibly initialized struct page *pp; ^ /kisskb/src/drivers/acpi/acpica/exstoren.c: In function 'acpi_ex_store_object_to_object': /kisskb/src/drivers/acpi/acpica/exstoren.c:162:29: note: byref variable will be forcibly initialized union acpi_operand_object *actual_src_desc; ^ In file included from /kisskb/src/drivers/dma/qcom/hidma.c:62:0: /kisskb/src/drivers/dma/qcom/hidma.c: In function 'dmaengine_desc_callback_invoke': /kisskb/src/drivers/dma/qcom/../dmaengine.h:135:26: note: byref variable will be forcibly initialized struct dmaengine_result dummy_result = { ^ /kisskb/src/drivers/dma/qcom/hidma.c: In function 'dmaengine_desc_get_callback_invoke': /kisskb/src/drivers/dma/qcom/../dmaengine.h:163:33: note: byref variable will be forcibly initialized struct dmaengine_desc_callback cb; ^ /kisskb/src/drivers/dma/qcom/hidma.c: In function 'hidma_process_completed': /kisskb/src/drivers/dma/qcom/hidma.c:136:27: note: byref variable will be forcibly initialized struct dmaengine_result result; ^ /kisskb/src/drivers/dma/qcom/hidma.c:123:19: note: byref variable will be forcibly initialized struct list_head list; ^ In file included from /kisskb/src/drivers/dma/qcom/hidma.c:62:0: /kisskb/src/drivers/dma/qcom/hidma.c: In function 'hidma_terminate_channel': /kisskb/src/drivers/dma/qcom/../dmaengine.h:163:33: note: byref variable will be forcibly initialized struct dmaengine_desc_callback cb; ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, 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/dmaengine.h:8, from /kisskb/src/drivers/dma/qcom/hidma.c:45: /kisskb/src/drivers/dma/qcom/hidma.c:471:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/lib/decompress_unlzo.c: In function 'unlzo': /kisskb/src/lib/decompress_unlzo.c:107:9: note: byref variable will be forcibly initialized size_t tmp; ^ /kisskb/src/lib/decompress_unlzo.c:105:7: note: byref variable will be forcibly initialized long skip = 0; ^ /kisskb/src/drivers/dma/qcom/hidma.c: In function 'hidma_free_chan_resources': /kisskb/src/drivers/dma/qcom/hidma.c:536:12: note: byref variable will be forcibly initialized LIST_HEAD(descs); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/dma/qcom/hidma.c: In function 'hidma_alloc_chan_resources': /kisskb/src/drivers/dma/qcom/hidma.c:354:12: note: byref variable will be forcibly initialized LIST_HEAD(descs); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/clk/mediatek/clk-cpumux.c: In function 'clk_cpumux_get_parent': /kisskb/src/drivers/clk/mediatek/clk-cpumux.c:22:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/drivers/clk/mediatek/clk-cpumux.c: In function 'mtk_clk_register_cpumux': /kisskb/src/drivers/clk/mediatek/clk-cpumux.c:54:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/drivers/soc/samsung/exynos-chipid.c: In function 'exynos_chipid_probe': /kisskb/src/drivers/soc/samsung/exynos-chipid.c:63:6: note: byref variable will be forcibly initialized u32 product_id; ^ /kisskb/src/drivers/soc/samsung/exynos-asv.c: In function 'exynos_asv_init': /kisskb/src/drivers/soc/samsung/exynos-asv.c:116:6: note: byref variable will be forcibly initialized u32 product_id = 0; ^ /kisskb/src/drivers/acpi/acpica/exsystem.c: In function 'acpi_ex_system_reset_event': /kisskb/src/drivers/acpi/acpica/exsystem.c:258:17: note: byref variable will be forcibly initialized acpi_semaphore temp_semaphore; ^ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'set_spurious_threshold': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:239:15: note: byref variable will be forcibly initialized 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:564:15: note: byref variable will be forcibly initialized 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:404:22: note: byref variable will be forcibly initialized struct xb_find_info info = { .dev = NULL, .nodename = nodename }; ^ In file included from /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:63:0: /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'hvm_get_parameter': /kisskb/src/include/xen/hvm.h:41:23: note: byref variable will be forcibly initialized struct xen_hvm_param xhv; ^ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_resume_cb': /kisskb/src/include/xen/hvm.h:41:23: note: byref variable will be forcibly initialized /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenstored_local_init': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:860:30: note: byref variable will be forcibly initialized struct evtchn_alloc_unbound alloc_unbound; ^ In file included from /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:63:0: /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_init': /kisskb/src/include/xen/hvm.h:41:23: note: byref variable will be forcibly initialized struct xen_hvm_param xhv; ^ /kisskb/src/include/xen/hvm.h:41:23: note: byref variable will be forcibly initialized /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_probe_node': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:503:7: note: byref variable will be forcibly initialized 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:585:18: note: byref variable will be forcibly initialized 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:404:22: note: byref variable will be forcibly initialized struct xb_find_info info = { .dev = NULL, .nodename = nodename }; ^ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:629:7: note: byref variable will be forcibly initialized 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:831:23: note: byref variable will be forcibly initialized struct xen_hvm_param a; ^ /kisskb/src/drivers/dma/qcom/hidma_dbg.c: In function 'hidma_dma_show': /kisskb/src/drivers/dma/qcom/hidma_dbg.c:119:18: note: byref variable will be forcibly initialized resource_size_t sz; ^ /kisskb/src/drivers/dma/qcom/hidma_dbg.c: In function 'hidma_ll_chstats': /kisskb/src/drivers/dma/qcom/hidma_dbg.c:21:13: note: byref variable will be forcibly initialized dma_addr_t dest_start; ^ /kisskb/src/drivers/dma/qcom/hidma_dbg.c:20:13: note: byref variable will be forcibly initialized dma_addr_t src_start; ^ In file included from /kisskb/src/include/linux/mutex.h:15:0, from /kisskb/src/include/linux/notifier.h:14, from /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:43: /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c: In function 'watch_fired': /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:275:12: note: byref variable will be forcibly initialized LIST_HEAD(staging_q); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:271:21: note: byref variable will be forcibly initialized 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:4: note: byref variable will be forcibly initialized } msg; ^ In file included from /kisskb/src/include/linux/swait.h:8:0, 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/drivers/xen/xenbus/xenbus_dev_frontend.c:43: /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c: In function 'xenbus_file_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^ /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:141:9: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(u->read_waitq, ^ In file included from /kisskb/src/include/linux/mutex.h:15:0, from /kisskb/src/include/linux/notifier.h:14, from /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:43: /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:12: note: byref variable will be forcibly initialized LIST_HEAD(staging_q); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/clk/mediatek/clk-mux.c: In function 'mtk_clk_mux_get_parent': /kisskb/src/drivers/clk/mediatek/clk-mux.c:74:6: note: byref variable will be forcibly initialized 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:63:6: note: byref variable will be forcibly initialized 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:86:11: note: byref variable will be forcibly initialized u32 val, orig; ^ /kisskb/src/drivers/soc/samsung/pm_domains.c: In function 'exynos_get_domain_name': /kisskb/src/drivers/soc/samsung/pm_domains.c:97:14: note: byref variable will be forcibly initialized const char *name; ^ /kisskb/src/drivers/soc/samsung/pm_domains.c: In function 'exynos_pd_probe': /kisskb/src/drivers/soc/samsung/pm_domains.c:109:32: note: byref variable will be forcibly initialized struct of_phandle_args child, parent; ^ /kisskb/src/drivers/soc/samsung/pm_domains.c:109:25: note: byref variable will be forcibly initialized struct of_phandle_args child, parent; ^ /kisskb/src/drivers/acpi/acpica/exutils.c: In function 'acpi_ex_digits_needed': /kisskb/src/drivers/acpi/acpica/exutils.c:249:6: note: byref variable will be forcibly initialized u64 current_value; ^ /kisskb/src/drivers/acpi/acpica/exutils.c: In function 'acpi_ex_integer_to_string': /kisskb/src/drivers/acpi/acpica/exutils.c:342:6: note: byref variable will be forcibly initialized u32 remainder; ^ In file included from /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:52:0: /kisskb/src/drivers/dma/xilinx/xilinx_dma.c: In function 'dmaengine_desc_callback_invoke': /kisskb/src/drivers/dma/xilinx/../dmaengine.h:135:26: note: byref variable will be forcibly initialized struct dmaengine_result dummy_result = { ^ /kisskb/src/drivers/dma/xilinx/xilinx_dma.c: In function 'dmaengine_desc_get_callback_invoke': /kisskb/src/drivers/dma/xilinx/../dmaengine.h:163:33: note: byref variable will be forcibly initialized struct dmaengine_desc_callback cb; ^ /kisskb/src/drivers/dma/xilinx/xilinx_dma.c: In function 'xilinx_vdma_alloc_tx_segment': /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:638:13: note: byref variable will be forcibly initialized dma_addr_t phys; ^ /kisskb/src/drivers/dma/xilinx/xilinx_dma.c: In function 'xilinx_cdma_alloc_tx_segment': /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:659:13: note: byref variable will be forcibly initialized dma_addr_t phys; ^ /kisskb/src/drivers/dma/xilinx/xilinx_dma.c: In function 'xilinx_vdma_dma_prep_interleaved': /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:638:13: note: byref variable will be forcibly initialized dma_addr_t phys; ^ /kisskb/src/drivers/dma/xilinx/xilinx_dma.c: In function 'xilinx_cdma_prep_memcpy': /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:659:13: note: byref variable will be forcibly initialized dma_addr_t phys; ^ /kisskb/src/lib/decompress_unxz.c: In function 'unxz': /kisskb/src/lib/decompress_unxz.c:257:16: note: byref variable will be forcibly initialized struct xz_buf b; ^ In file included from /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:52:0: /kisskb/src/drivers/dma/xilinx/xilinx_dma.c: In function 'xilinx_dma_chan_desc_cleanup': /kisskb/src/drivers/dma/xilinx/../dmaengine.h:163:33: note: byref variable will be forcibly initialized struct dmaengine_desc_callback cb; ^ /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:1023:27: note: byref variable will be forcibly initialized struct dmaengine_result result; ^ /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:1018:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/drivers/dma/xilinx/xilinx_dma.c: In function 'xilinx_dma_chan_probe': /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:2742:6: note: byref variable will be forcibly initialized u32 value, width; ^ /kisskb/src/drivers/dma/xilinx/xilinx_dma.c: In function 'xilinx_dma_child_probe': /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:2904:6: note: byref variable will be forcibly initialized u32 nr_channels = 1; ^ /kisskb/src/drivers/dma/xilinx/xilinx_dma.c: In function 'xilinx_dma_probe': /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:2985:30: note: byref variable will be forcibly initialized u32 num_frames, addr_width, len_width; ^ /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:2985:18: note: byref variable will be forcibly initialized u32 num_frames, addr_width, len_width; ^ /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:2985:6: note: byref variable will be forcibly initialized u32 num_frames, addr_width, len_width; ^ /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c: In function 'wait_for_devices': /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c:313:15: note: byref variable will be forcibly initialized unsigned int seconds_waited = 0; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c:13: /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c: In function 'xenbus_reset_wait_for_backend': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^ /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c:370:12: note: in expansion of macro 'wait_event_interruptible_timeout' 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:383:22: note: byref variable will be forcibly initialized 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:423:16: note: byref variable will be forcibly initialized int be_state, fe_state, err; ^ /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c:423:6: note: byref variable will be forcibly initialized 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:457:18: note: byref variable will be forcibly initialized int devclass_n, dev_n; ^ /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c:457:6: note: byref variable will be forcibly initialized int devclass_n, dev_n; ^ /kisskb/src/fs/exportfs/expfs.c: In function 'get_name': /kisskb/src/fs/exportfs/expfs.c:284:14: note: byref variable will be forcibly initialized struct path child_path = { ^ /kisskb/src/fs/exportfs/expfs.c:283:15: note: byref variable will be forcibly initialized struct kstat stat; ^ /kisskb/src/fs/exportfs/expfs.c: In function 'exportfs_get_name': /kisskb/src/fs/exportfs/expfs.c:31:14: note: byref variable will be forcibly initialized struct path path = {.mnt = mnt, .dentry = dir}; ^ /kisskb/src/fs/exportfs/expfs.c: In function 'exportfs_decode_fh_raw': /kisskb/src/fs/exportfs/expfs.c:428:7: note: byref variable will be forcibly initialized char nbuf[NAME_MAX+1]; ^ /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c: In function 'tegra_fuse_probe': /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c:186:22: note: byref variable will be forcibly initialized 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:391:18: note: byref variable will be forcibly initialized struct resource regs; ^ /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c:389:29: note: byref variable will be forcibly initialized const struct of_device_id *match; ^ /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra30.c:376:10: error: 'tegra30_fuse_read' undeclared here (not in a function) .read = tegra30_fuse_read, ^ /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra30.c:382:10: error: 'tegra30_fuse_init' undeclared here (not in a function) .init = tegra30_fuse_init, ^ make[5]: *** [/kisskb/src/scripts/Makefile.build:271: drivers/soc/tegra/fuse/fuse-tegra30.o] Error 1 make[5]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/acpi/acpica/hwesleep.c: In function 'acpi_hw_execute_sleep_method': /kisskb/src/drivers/acpi/acpica/hwesleep.c:33:20: note: byref variable will be forcibly initialized union acpi_object arg; ^ /kisskb/src/drivers/acpi/acpica/hwesleep.c:32:26: note: byref variable will be forcibly initialized struct acpi_object_list arg_list; ^ /kisskb/src/drivers/acpi/acpica/hwesleep.c: In function 'acpi_hw_extended_sleep': /kisskb/src/drivers/acpi/acpica/hwesleep.c:72:6: note: byref variable will be forcibly initialized u64 sleep_status; ^ /kisskb/src/fs/nls/nls_base.c: In function 'utf8s_to_utf16s': /kisskb/src/fs/nls/nls_base.c:137:12: note: byref variable will be forcibly initialized unicode_t u; ^ make[4]: *** [/kisskb/src/scripts/Makefile.build:514: drivers/soc/tegra/fuse] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:514: drivers/soc/tegra] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:514: drivers/soc] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/lib/decompress_unzstd.c: In function '__unzstd': /kisskb/src/lib/decompress_unzstd.c:172:19: note: byref variable will be forcibly initialized ZSTD_frameParams params; ^ /kisskb/src/lib/decompress_unzstd.c:171:17: note: byref variable will be forcibly initialized ZSTD_outBuffer out; ^ /kisskb/src/lib/decompress_unzstd.c:170:16: note: byref variable will be forcibly initialized ZSTD_inBuffer in; ^ /kisskb/src/drivers/acpi/acpica/hwregs.c: In function 'acpi_hw_read': /kisskb/src/drivers/acpi/acpica/hwregs.c:202:6: note: byref variable will be forcibly initialized u32 value32; ^ /kisskb/src/drivers/acpi/acpica/hwregs.c:201:6: note: byref variable will be forcibly initialized u64 value64; ^ /kisskb/src/drivers/acpi/acpica/hwregs.c:197:6: note: byref variable will be forcibly initialized u64 address; ^ /kisskb/src/drivers/acpi/acpica/hwregs.c: In function 'acpi_hw_write': /kisskb/src/drivers/acpi/acpica/hwregs.c:292:6: note: byref variable will be forcibly initialized u64 address; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/dma/xilinx/zynqmp_dma.c:12: /kisskb/src/drivers/dma/xilinx/zynqmp_dma.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/swait.h:8:0, 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/dma/xilinx/xilinx_dpdma.c:12: /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c: In function 'xilinx_dpdma_chan_wait_no_ostand': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^ /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c:958:8: note: in expansion of macro 'wait_event_interruptible_timeout' ret = wait_event_interruptible_timeout(chan->wait_to_stop, ^ In file included from /kisskb/src/include/linux/mutex.h:15:0, from /kisskb/src/include/linux/notifier.h:14, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c:12: /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c: In function 'vchan_synchronize': /kisskb/src/drivers/dma/xilinx/../virt-dma.h:213:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c: In function 'xilinx_dpdma_terminate_all': /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c:1323:12: note: byref variable will be forcibly initialized LIST_HEAD(descriptors); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c: In function 'vchan_free_chan_resources': /kisskb/src/drivers/dma/xilinx/../virt-dma.h:191:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c: In function 'xilinx_dpdma_chan_alloc_sw_desc': /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c:567:13: note: byref variable will be forcibly initialized dma_addr_t dma_addr; ^ /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c: In function 'xilinx_dpdma_chan_prep_interleaved_dma': /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c:567:13: note: byref variable will be forcibly initialized /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c: In function 'xilinx_dpdma_irq_handler': /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c:1491:16: note: byref variable will be forcibly initialized unsigned long mask; ^ /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c: In function 'xilinx_dpdma_debugfs_write': /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c:401:8: note: byref variable will be forcibly initialized char *kern_buff, *kern_buff_start; ^ /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c: In function 'xilinx_dpdma_debugfs_desc_done_irq_write': /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c:324:6: note: byref variable will be forcibly initialized u32 id; ^ /kisskb/src/drivers/xen/features.c: In function 'xen_setup_features': /kisskb/src/drivers/xen/features.c:24:26: note: byref variable will be forcibly initialized struct xen_feature_info fi; ^ /kisskb/src/drivers/xen/grant-table.c: In function '__max_nr_grant_frames': /kisskb/src/drivers/xen/grant-table.c:702:27: note: byref variable will be forcibly initialized struct gnttab_query_size query; ^ /kisskb/src/drivers/xen/grant-table.c: In function 'gnttab_request_version': /kisskb/src/drivers/xen/grant-table.c:1455:28: note: byref variable will be forcibly initialized struct gnttab_set_version gsv; ^ In file included from /kisskb/src/drivers/xen/grant-table.c:39:0: /kisskb/src/drivers/xen/grant-table.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/xen/grant-table.c: In function 'gnttab_map': /kisskb/src/drivers/xen/grant-table.c:1361:29: note: byref variable will be forcibly initialized struct xen_add_to_physmap xatp; ^ /kisskb/src/drivers/xen/grant-table.c:1355:28: note: byref variable will be forcibly initialized struct gnttab_setup_table setup; ^ /kisskb/src/drivers/acpi/acpica/hwvalid.c: In function 'acpi_hw_read_port': /kisskb/src/drivers/acpi/acpica/hwvalid.c:189:6: note: byref variable will be forcibly initialized u32 one_byte; ^ /kisskb/src/drivers/xen/grant-table.c: In function 'gnttab_map_frames_v2': /kisskb/src/drivers/xen/grant-table.c:1308:34: note: byref variable will be forcibly initialized 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:915:15: note: byref variable will be forcibly initialized struct page *page[10]; ^ /kisskb/src/drivers/xen/grant-table.c: In function 'gnttab_unmap_refs_sync': /kisskb/src/drivers/xen/grant-table.c:1270:34: note: byref variable will be forcibly initialized struct unmap_refs_callback_data data; ^ /kisskb/src/lib/earlycpio.c: In function 'find_cpio_data': /kisskb/src/lib/earlycpio.c:65:15: note: byref variable will be forcibly initialized unsigned int ch[C_NFIELDS], *chp, v; ^ /kisskb/src/lib/earlycpio.c:63:19: note: byref variable will be forcibly initialized struct cpio_data cd = { NULL, 0, "" }; ^ In file included from /kisskb/src/drivers/dma/dmaengine.c:40:0: /kisskb/src/drivers/dma/dmaengine.c: In function 'dma_async_is_tx_complete': /kisskb/src/include/linux/dmaengine.h:1435:22: note: byref variable will be forcibly initialized struct dma_tx_state state; ^ /kisskb/src/drivers/dma/dmaengine.c: In function 'dma_device_satisfies_mask': /kisskb/src/drivers/dma/dmaengine.c:395:17: note: byref variable will be forcibly initialized dma_cap_mask_t has; ^ /kisskb/src/drivers/dma/dmaengine.c: In function 'private_candidate': /kisskb/src/drivers/dma/dmaengine.c:395:17: note: byref variable will be forcibly initialized In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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/platform_device.h:13, from /kisskb/src/drivers/dma/dmaengine.c:34: /kisskb/src/drivers/dma/dmaengine.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:93:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^ In file included from /kisskb/src/lib/fdt.c:2:0: /kisskb/src/lib/fdt.c: In function 'fdt_next_node': /kisskb/src/lib/../scripts/dtc/libfdt/fdt.c:241:6: note: byref variable will be forcibly initialized int nextoffset = 0; ^ /kisskb/src/lib/fdt.c: In function 'fdt_first_subnode': /kisskb/src/lib/../scripts/dtc/libfdt/fdt.c:281:6: note: byref variable will be forcibly initialized int depth = 0; ^ /kisskb/src/lib/fdt.c: In function 'fdt_next_subnode': /kisskb/src/lib/../scripts/dtc/libfdt/fdt.c:292:6: note: byref variable will be forcibly initialized int depth = 1; ^ In file included from /kisskb/src/drivers/dma/dmaengine.c:40:0: /kisskb/src/drivers/dma/dmaengine.c: In function 'dma_sync_wait': /kisskb/src/include/linux/dmaengine.h:1435:22: note: byref variable will be forcibly initialized struct dma_tx_state state; ^ /kisskb/src/drivers/dma/dmaengine.c: In function 'dma_get_any_slave_channel': /kisskb/src/drivers/dma/dmaengine.c:729:17: note: byref variable will be forcibly initialized dma_cap_mask_t mask; ^ /kisskb/src/drivers/dma/dmaengine.c: In function 'dma_request_chan': /kisskb/src/drivers/dma/dmaengine.c:835:18: note: byref variable will be forcibly initialized dma_cap_mask_t mask; ^ /kisskb/src/fs/hpfs/alloc.c: In function 'chk_if_allocated': /kisskb/src/fs/hpfs/alloc.c:71:26: note: byref variable will be forcibly initialized struct quad_buffer_head qbh; ^ /kisskb/src/fs/hpfs/alloc.c: In function 'alloc_in_bmp': /kisskb/src/fs/hpfs/alloc.c:117:26: note: byref variable will be forcibly initialized struct quad_buffer_head qbh; ^ /kisskb/src/fs/hpfs/alloc.c: In function 'hpfs_alloc_if_possible': /kisskb/src/fs/hpfs/alloc.c:298:26: note: byref variable will be forcibly initialized struct quad_buffer_head qbh; ^ /kisskb/src/fs/hpfs/alloc.c: In function 'hpfs_free_sectors': /kisskb/src/fs/hpfs/alloc.c:317:26: note: byref variable will be forcibly initialized struct quad_buffer_head qbh; ^ /kisskb/src/fs/hpfs/alloc.c: In function 'hpfs_check_free_dnodes': /kisskb/src/fs/hpfs/alloc.c:365:26: note: byref variable will be forcibly initialized struct quad_buffer_head qbh; ^ /kisskb/src/fs/hpfs/alloc.c: In function 'hpfs_free_dnode': /kisskb/src/fs/hpfs/alloc.c:415:27: note: byref variable will be forcibly initialized struct quad_buffer_head qbh; ^ /kisskb/src/fs/hpfs/alloc.c: In function 'hpfs_trim_fs': /kisskb/src/fs/hpfs/alloc.c:531:26: note: byref variable will be forcibly initialized struct quad_buffer_head qbh; ^ /kisskb/src/fs/hpfs/alloc.c:529:11: note: byref variable will be forcibly initialized unsigned idx, len, start_bmp, end_bmp; ^ In file included from /kisskb/src/lib/fdt_addresses.c:2:0: /kisskb/src/lib/fdt_addresses.c: In function 'fdt_cells': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_addresses.c:18:6: note: byref variable will be forcibly initialized int len; ^ /kisskb/src/lib/fdt_addresses.c: In function 'fdt_appendprop_addrrange': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_addresses.c:61:10: note: byref variable will be forcibly initialized uint8_t data[sizeof(fdt64_t) * 2], *prop; ^ /kisskb/src/drivers/acpi/acpica/hwxfsleep.c: In function 'acpi_enter_sleep_state_prep': /kisskb/src/drivers/acpi/acpica/hwxfsleep.c:208:20: note: byref variable will be forcibly initialized union acpi_object arg; ^ /kisskb/src/drivers/acpi/acpica/hwxfsleep.c:207:26: note: byref variable will be forcibly initialized struct acpi_object_list arg_list; ^ In file included from /kisskb/src/lib/fdt_ro.c:2:0: /kisskb/src/lib/fdt_ro.c: In function 'nextprop_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:204:6: note: byref variable will be forcibly initialized int nextoffset; ^ /kisskb/src/lib/fdt_ro.c: In function 'fdt_string_eq_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:108:6: note: byref variable will be forcibly initialized int slen; ^ /kisskb/src/lib/fdt_ro.c: In function 'fdt_nodename_eq_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:16:6: note: byref variable will be forcibly initialized int olen; ^ /kisskb/src/lib/fdt_ro.c: In function 'fdt_subnode_offset_namelen': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:228:6: note: byref variable will be forcibly initialized int depth; ^ /kisskb/src/lib/fdt_ro.c: In function 'fdt_getprop_namelen': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:454:6: note: byref variable will be forcibly initialized int poffset; ^ /kisskb/src/lib/fdt_ro.c: In function 'fdt_getprop_by_offset': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:479:7: note: byref variable will be forcibly initialized int namelen; ^ /kisskb/src/lib/fdt_ro.c: In function 'fdt_get_phandle': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:511:6: note: byref variable will be forcibly initialized int len; ^ /kisskb/src/lib/fdt_ro.c: In function 'fdt_generate_phandle': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:144:11: note: byref variable will be forcibly initialized uint32_t max; ^ /kisskb/src/lib/fdt_ro.c: In function 'fdt_get_path': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:545:21: note: byref variable will be forcibly initialized int offset, depth, namelen; ^ /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:545:14: note: byref variable will be forcibly initialized int offset, depth, namelen; ^ /kisskb/src/lib/fdt_ro.c: In function 'fdt_supernode_atdepth_offset': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:597:14: note: byref variable will be forcibly initialized int offset, depth; ^ /kisskb/src/lib/fdt_ro.c: In function 'fdt_node_depth': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:634:6: note: byref variable will be forcibly initialized int nodedepth; ^ /kisskb/src/lib/fdt_ro.c: In function 'fdt_node_offset_by_prop_value': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:660:6: note: byref variable will be forcibly initialized int len; ^ /kisskb/src/lib/fdt_ro.c: In function 'fdt_stringlist_count': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:726:6: note: byref variable will be forcibly initialized int length, count = 0; ^ /kisskb/src/lib/fdt_ro.c: In function 'fdt_stringlist_search': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:751:6: note: byref variable will be forcibly initialized int length, len, idx = 0; ^ /kisskb/src/lib/fdt_ro.c: In function 'fdt_stringlist_get': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:783:6: note: byref variable will be forcibly initialized int length; ^ /kisskb/src/lib/fdt_ro.c: In function 'fdt_node_check_compatible': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:827:6: note: byref variable will be forcibly initialized int len; ^ /kisskb/src/drivers/acpi/acpica/nsaccess.c: In function 'acpi_ns_root_initialize': /kisskb/src/drivers/acpi/acpica/nsaccess.c:41:14: note: byref variable will be forcibly initialized acpi_string val = NULL; ^ /kisskb/src/drivers/acpi/acpica/nsaccess.c: In function 'acpi_ns_lookup': /kisskb/src/drivers/acpi/acpica/nsaccess.c:297:12: note: byref variable will be forcibly initialized acpi_name simple_name; ^ /kisskb/src/drivers/acpi/acpica/nsaccess.c:294:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *this_node = NULL; ^ /kisskb/src/drivers/acpi/acpica/nsaccess.c:291:8: note: byref variable will be forcibly initialized char *external_path; ^ In file included from /kisskb/src/lib/fdt_rw.c:2:0: /kisskb/src/lib/fdt_rw.c: In function 'fdt_resize_property_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:187:6: note: byref variable will be forcibly initialized int oldlen; ^ /kisskb/src/lib/fdt_rw.c: In function 'fdt_add_property_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:209:6: note: byref variable will be forcibly initialized int allocated; ^ /kisskb/src/lib/fdt_rw.c: In function 'fdt_set_name': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:238:6: note: byref variable will be forcibly initialized int oldlen, newlen; ^ /kisskb/src/lib/fdt_rw.c: In function 'fdt_setprop_placeholder': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:261:23: note: byref variable will be forcibly initialized struct fdt_property *prop; ^ /kisskb/src/lib/fdt_rw.c: In function 'fdt_setprop': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:279:8: note: byref variable will be forcibly initialized void *prop_data; ^ /kisskb/src/lib/fdt_rw.c: In function 'fdt_appendprop': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:295:11: note: byref variable will be forcibly initialized int err, oldlen, newlen; ^ /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:294:23: note: byref variable will be forcibly initialized struct fdt_property *prop; ^ /kisskb/src/lib/fdt_rw.c: In function 'fdt_delprop': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:321:6: note: byref variable will be forcibly initialized int len, proplen; ^ /kisskb/src/lib/fdt_rw.c: In function 'fdt_add_subnode_namelen': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:337:14: note: byref variable will be forcibly initialized int offset, nextoffset; ^ /kisskb/src/lib/fdt_rw.c: In function 'fdt_open_into': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:418:20: note: byref variable will be forcibly initialized int mem_rsv_size, struct_size; ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, 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:442:12: note: byref variable will be forcibly initialized LIST_HEAD(pages); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/include/linux/pid.h:6:0, 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 'add_ballooned_pages': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^ /kisskb/src/drivers/xen/balloon.c:559:9: note: in expansion of macro 'wait_event_interruptible' rc = wait_event_interruptible(balloon_wq, ^ /kisskb/src/fs/hpfs/anode.c: In function 'hpfs_bplus_lookup': /kisskb/src/fs/hpfs/anode.c:21:10: note: byref variable will be forcibly initialized int c1, c2 = 0; ^ /kisskb/src/fs/hpfs/anode.c:21:6: note: byref variable will be forcibly initialized int c1, c2 = 0; ^ /kisskb/src/fs/hpfs/anode.c: In function 'anode_lookup': /kisskb/src/fs/hpfs/anode.c:333:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/hpfs/anode.c: In function 'hpfs_add_sector_to_btree': /kisskb/src/fs/hpfs/anode.c:71:10: note: byref variable will be forcibly initialized int c1, c2 = 0; ^ /kisskb/src/fs/hpfs/anode.c:71:6: note: byref variable will be forcibly initialized int c1, c2 = 0; ^ /kisskb/src/fs/hpfs/anode.c:68:33: note: byref variable will be forcibly initialized struct buffer_head *bh, *bh1, *bh2; ^ /kisskb/src/fs/hpfs/anode.c:68:27: note: byref variable will be forcibly initialized struct buffer_head *bh, *bh1, *bh2; ^ /kisskb/src/fs/hpfs/anode.c:68:22: note: byref variable will be forcibly initialized struct buffer_head *bh, *bh1, *bh2; ^ /kisskb/src/fs/hpfs/anode.c:66:26: note: byref variable will be forcibly initialized anode_secno a, na = -1, ra, up = -1; ^ /kisskb/src/fs/hpfs/anode.c:66:17: note: byref variable will be forcibly initialized anode_secno a, na = -1, ra, up = -1; ^ /kisskb/src/fs/hpfs/anode.c: In function 'hpfs_remove_btree': /kisskb/src/fs/hpfs/anode.c:284:10: note: byref variable will be forcibly initialized int d1, d2; ^ /kisskb/src/fs/hpfs/anode.c:284:6: note: byref variable will be forcibly initialized int d1, d2; ^ /kisskb/src/fs/hpfs/anode.c:283:10: note: byref variable will be forcibly initialized int c1, c2 = 0; ^ /kisskb/src/fs/hpfs/anode.c:283:6: note: byref variable will be forcibly initialized int c1, c2 = 0; ^ /kisskb/src/fs/hpfs/anode.c:279:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/hpfs/anode.c: In function 'hpfs_ea_read': /kisskb/src/fs/hpfs/anode.c:341:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/hpfs/anode.c: In function 'hpfs_ea_write': /kisskb/src/fs/hpfs/anode.c:364:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/hpfs/anode.c: In function 'hpfs_ea_remove': /kisskb/src/fs/hpfs/anode.c:388:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/hpfs/anode.c: In function 'hpfs_truncate_btree': /kisskb/src/fs/hpfs/anode.c:407:10: note: byref variable will be forcibly initialized int c1, c2 = 0; ^ /kisskb/src/fs/hpfs/anode.c:407:6: note: byref variable will be forcibly initialized int c1, c2 = 0; ^ /kisskb/src/fs/hpfs/anode.c:403:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/hpfs/anode.c: In function 'hpfs_remove_fnode': /kisskb/src/fs/hpfs/anode.c:483:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/hpfs/buffer.c: In function 'hpfs_prefetch_sectors': /kisskb/src/fs/hpfs/buffer.c:41:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ In file included from /kisskb/src/drivers/dma/virt-dma.h:13:0, from /kisskb/src/drivers/dma/virt-dma.c:12: /kisskb/src/drivers/dma/virt-dma.c: In function 'dmaengine_desc_callback_invoke': /kisskb/src/drivers/dma/dmaengine.h:135:26: note: byref variable will be forcibly initialized struct dmaengine_result dummy_result = { ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, 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/dma/virt-dma.c:7: /kisskb/src/drivers/dma/virt-dma.c: In function 'vchan_complete': /kisskb/src/drivers/dma/virt-dma.c:88:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/dma/virt-dma.c:87:33: note: byref variable will be forcibly initialized struct dmaengine_desc_callback cb; ^ In file included from /kisskb/src/lib/fdt_sw.c:2:0: /kisskb/src/lib/fdt_sw.c: In function 'fdt_property_placeholder': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_sw.c:297:6: note: byref variable will be forcibly initialized int allocated; ^ /kisskb/src/lib/fdt_sw.c: In function 'fdt_property': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_sw.c:327:8: note: byref variable will be forcibly initialized void *ptr; ^ /kisskb/src/lib/fdt_sw.c: In function 'fdt_finish': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_sw.c:343:14: note: byref variable will be forcibly initialized int offset, nextoffset; ^ In file included from /kisskb/src/lib/fdt_wip.c:2:0: /kisskb/src/lib/fdt_wip.c: In function 'fdt_setprop_inplace_namelen_partial': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_wip.c:19:6: note: byref variable will be forcibly initialized int proplen; ^ /kisskb/src/lib/fdt_wip.c: In function 'fdt_setprop_inplace': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_wip.c:37:6: note: byref variable will be forcibly initialized int proplen; ^ /kisskb/src/lib/fdt_wip.c: In function 'fdt_nop_property': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_wip.c:62:6: note: byref variable will be forcibly initialized int len; ^ /kisskb/src/lib/fdt_wip.c: In function 'fdt_node_end_offset_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_wip.c:75:6: note: byref variable will be forcibly initialized int depth = 0; ^ /kisskb/src/drivers/xen/manage.c: In function 'setup_shutdown_watcher': /kisskb/src/drivers/xen/manage.c:334:7: note: byref variable will be forcibly initialized char node[FEATURE_PATH_SIZE]; ^ /kisskb/src/drivers/xen/manage.c: In function 'sysrq_handler': /kisskb/src/drivers/xen/manage.c:273:28: note: byref variable will be forcibly initialized struct xenbus_transaction xbt; ^ /kisskb/src/drivers/xen/manage.c:272:7: note: byref variable will be forcibly initialized char sysrq_key = '\0'; ^ /kisskb/src/drivers/xen/manage.c: In function 'shutdown_handler': /kisskb/src/drivers/xen/manage.c:224:28: note: byref variable will be forcibly initialized struct xenbus_transaction xbt; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, 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:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/xen/time.c: In function 'xen_steal_clock': /kisskb/src/drivers/xen/time.c:154:28: note: byref variable will be forcibly initialized struct vcpu_runstate_info state; ^ /kisskb/src/drivers/xen/time.c: In function 'xen_manage_runstate_time': /kisskb/src/drivers/xen/time.c:87:28: note: byref variable will be forcibly initialized struct vcpu_runstate_info state; ^ /kisskb/src/drivers/xen/time.c: In function 'xen_setup_runstate_info': /kisskb/src/drivers/xen/time.c:162:44: note: byref variable will be forcibly initialized struct vcpu_register_runstate_memory_area area; ^ /kisskb/src/lib/flex_proportions.c: In function '__fprop_inc_percpu_max': /kisskb/src/lib/flex_proportions.c:263:28: note: byref variable will be forcibly initialized unsigned long numerator, denominator; ^ /kisskb/src/lib/flex_proportions.c:263:17: note: byref variable will be forcibly initialized unsigned long numerator, denominator; ^ /kisskb/src/drivers/dma/acpi-dma.c: In function 'acpi_dma_parse_resource_group': /kisskb/src/drivers/dma/acpi-dma.c:45:19: note: byref variable will be forcibly initialized struct list_head resource_list; ^ /kisskb/src/drivers/dma/acpi-dma.c: In function 'acpi_dma_parse_csrt': /kisskb/src/drivers/dma/acpi-dma.c:118:26: note: byref variable will be forcibly initialized struct acpi_table_csrt *csrt; ^ /kisskb/src/drivers/dma/acpi-dma.c: In function 'acpi_dma_request_slave_chan_by_index': /kisskb/src/drivers/dma/acpi-dma.c:364:19: note: byref variable will be forcibly initialized struct list_head resource_list; ^ /kisskb/src/drivers/dma/acpi-dma.c:361:30: note: byref variable will be forcibly initialized struct acpi_dma_parser_data pdata; ^ /kisskb/src/fs/hpfs/dentry.c: In function 'hpfs_compare_dentry': /kisskb/src/fs/hpfs/dentry.c:42:11: note: byref variable will be forcibly initialized unsigned bl = name->len; ^ /kisskb/src/fs/hpfs/dentry.c:41:11: note: byref variable will be forcibly initialized unsigned al = len; ^ /kisskb/src/fs/hpfs/dentry.c: In function 'hpfs_hash_dentry': /kisskb/src/fs/hpfs/dentry.c:20:11: note: byref variable will be forcibly initialized unsigned l = qstr->len; ^ /kisskb/src/drivers/acpi/acpica/nsconvert.c: In function 'acpi_ns_convert_to_integer': /kisskb/src/drivers/acpi/acpica/nsconvert.c:39:6: note: byref variable will be forcibly initialized u64 value = 0; ^ /kisskb/src/drivers/acpi/acpica/nsconvert.c: In function 'acpi_ns_convert_to_string': /kisskb/src/drivers/acpi/acpica/nsconvert.c:102:29: note: byref variable will be forcibly initialized union acpi_operand_object *new_object; ^ /kisskb/src/drivers/acpi/acpica/nsconvert.c: In function 'acpi_ns_convert_to_buffer': /kisskb/src/drivers/acpi/acpica/nsconvert.c:185:29: note: byref variable will be forcibly initialized union acpi_operand_object *new_object; ^ /kisskb/src/drivers/acpi/acpica/nsconvert.c: In function 'acpi_ns_convert_to_reference': /kisskb/src/drivers/acpi/acpica/nsconvert.c:440:8: note: byref variable will be forcibly initialized char *name; ^ /kisskb/src/drivers/acpi/acpica/nsconvert.c:439:27: note: byref variable will be forcibly initialized union acpi_generic_state scope_info; ^ /kisskb/src/drivers/acpi/acpica/nsconvert.c:438:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *node; ^ /kisskb/src/lib/idr.c: In function 'idr_alloc_u32': /kisskb/src/lib/idr.c:36:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^ /kisskb/src/lib/idr.c: In function 'idr_alloc': /kisskb/src/lib/idr.c:81:6: note: byref variable will be forcibly initialized u32 id = start; ^ /kisskb/src/lib/idr.c: In function 'idr_alloc_cyclic': /kisskb/src/lib/idr.c:119:6: note: byref variable will be forcibly initialized u32 id = idr->idr_next; ^ /kisskb/src/lib/idr.c: In function 'idr_for_each': /kisskb/src/lib/idr.c:198:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^ /kisskb/src/lib/idr.c: In function 'idr_get_next_ul': /kisskb/src/lib/idr.c:229:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^ /kisskb/src/lib/idr.c: In function 'idr_get_next': /kisskb/src/lib/idr.c:266:16: note: byref variable will be forcibly initialized unsigned long id = *nextid; ^ /kisskb/src/lib/idr.c: In function 'idr_replace': /kisskb/src/lib/idr.c:293:15: note: byref variable will be forcibly initialized void __rcu **slot = NULL; ^ /kisskb/src/lib/idr.c:292:26: note: byref variable will be forcibly initialized struct radix_tree_node *node; ^ /kisskb/src/lib/idr.c: In function 'ida_alloc_range': /kisskb/src/lib/idr.c:404:17: note: byref variable will be forcibly initialized unsigned long tmp = xa_to_value(bitmap); ^ In file included from /kisskb/src/include/linux/radix-tree.h:19:0, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/lib/idr.c:5: /kisskb/src/lib/idr.c:383:11: note: byref variable will be forcibly initialized XA_STATE(xas, &ida->xa, min / IDA_BITMAP_BITS); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^ /kisskb/src/lib/idr.c: In function 'ida_free': /kisskb/src/lib/idr.c:489:11: note: byref variable will be forcibly initialized XA_STATE(xas, &ida->xa, id / IDA_BITMAP_BITS); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^ /kisskb/src/lib/idr.c: In function 'ida_destroy': /kisskb/src/lib/idr.c:542:11: note: byref variable will be forcibly initialized XA_STATE(xas, &ida->xa, 0); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^ /kisskb/src/drivers/dma/of-dma.c: In function 'of_dma_router_xlate': /kisskb/src/drivers/dma/of-dma.c:60:25: note: byref variable will be forcibly initialized struct of_phandle_args dma_spec_target; ^ /kisskb/src/drivers/dma/of-dma.c: In function 'of_dma_match_channel': /kisskb/src/drivers/dma/of-dma.c:224:14: note: byref variable will be forcibly initialized const char *s; ^ /kisskb/src/drivers/dma/of-dma.c: In function 'of_dma_request_slave_channel': /kisskb/src/drivers/dma/of-dma.c:249:25: note: byref variable will be forcibly initialized struct of_phandle_args dma_spec; ^ /kisskb/src/fs/hpfs/dir.c: In function 'hpfs_readdir': /kisskb/src/fs/hpfs/dir.c:90:23: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/hpfs/dir.c:74:10: note: byref variable will be forcibly initialized int c1, c2 = 0; ^ /kisskb/src/fs/hpfs/dir.c:74:6: note: byref variable will be forcibly initialized int c1, c2 = 0; ^ /kisskb/src/fs/hpfs/dir.c:72:9: note: byref variable will be forcibly initialized loff_t next_pos; ^ /kisskb/src/fs/hpfs/dir.c:69:26: note: byref variable will be forcibly initialized struct quad_buffer_head qbh; ^ /kisskb/src/fs/hpfs/dir.c: In function 'hpfs_dir_lseek': /kisskb/src/fs/hpfs/dir.c:28:26: note: byref variable will be forcibly initialized struct quad_buffer_head qbh; ^ /kisskb/src/fs/hpfs/dir.c:27:9: note: byref variable will be forcibly initialized loff_t pos; ^ /kisskb/src/fs/hpfs/dir.c: In function 'hpfs_lookup': /kisskb/src/fs/hpfs/dir.c:206:26: note: byref variable will be forcibly initialized struct quad_buffer_head qbh; ^ /kisskb/src/fs/hpfs/dir.c:205:11: note: byref variable will be forcibly initialized unsigned len = dentry->d_name.len; ^ /kisskb/src/drivers/acpi/acpica/nsdump.c: In function 'acpi_ns_dump_objects': /kisskb/src/drivers/acpi/acpica/nsdump.c:624:24: note: byref variable will be forcibly initialized struct acpi_walk_info info; ^ /kisskb/src/drivers/acpi/acpica/nsdump.c: In function 'acpi_ns_dump_object_paths': /kisskb/src/drivers/acpi/acpica/nsdump.c:749:6: note: byref variable will be forcibly initialized u32 max_level = 0; ^ /kisskb/src/drivers/acpi/acpica/nsdump.c: In function 'acpi_ns_dump_entry': /kisskb/src/drivers/acpi/acpica/nsdump.c:799:24: note: byref variable will be forcibly initialized struct acpi_walk_info info; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/fs/hpfs/hpfs_fn.h:19, from /kisskb/src/fs/hpfs/dnode.c:10: /kisskb/src/fs/hpfs/dnode.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/hpfs/dnode.c: In function 'fix_up_ptrs': /kisskb/src/fs/hpfs/dnode.c:222:28: note: byref variable will be forcibly initialized struct quad_buffer_head qbh; ^ /kisskb/src/fs/hpfs/dnode.c: In function 'hpfs_add_to_dnode': /kisskb/src/fs/hpfs/dnode.c:251:10: note: byref variable will be forcibly initialized int c1, c2 = 0; ^ /kisskb/src/fs/hpfs/dnode.c:251:6: note: byref variable will be forcibly initialized int c1, c2 = 0; ^ /kisskb/src/fs/hpfs/dnode.c:249:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/hpfs/dnode.c:245:21: note: byref variable will be forcibly initialized struct hpfs_dirent nde; ^ /kisskb/src/fs/hpfs/dnode.c:243:20: note: byref variable will be forcibly initialized dnode_secno adno, rdno; ^ /kisskb/src/fs/hpfs/dnode.c:243:14: note: byref variable will be forcibly initialized dnode_secno adno, rdno; ^ /kisskb/src/fs/hpfs/dnode.c:241:37: note: byref variable will be forcibly initialized struct quad_buffer_head qbh, qbh1, qbh2; ^ /kisskb/src/fs/hpfs/dnode.c:241:31: note: byref variable will be forcibly initialized struct quad_buffer_head qbh, qbh1, qbh2; ^ /kisskb/src/fs/hpfs/dnode.c:241:26: note: byref variable will be forcibly initialized struct quad_buffer_head qbh, qbh1, qbh2; ^ /kisskb/src/fs/hpfs/dnode.c: In function 'move_to_top': /kisskb/src/fs/hpfs/dnode.c:442:10: note: byref variable will be forcibly initialized int c1, c2 = 0; ^ /kisskb/src/fs/hpfs/dnode.c:442:6: note: byref variable will be forcibly initialized int c1, c2 = 0; ^ /kisskb/src/fs/hpfs/dnode.c:438:26: note: byref variable will be forcibly initialized struct quad_buffer_head qbh; ^ /kisskb/src/fs/hpfs/dnode.c: In function 'delete_empty_dnode': /kisskb/src/fs/hpfs/dnode.c:635:27: note: byref variable will be forcibly initialized struct quad_buffer_head qbh1; ^ /kisskb/src/fs/hpfs/dnode.c:607:27: note: byref variable will be forcibly initialized struct quad_buffer_head qbh1; ^ /kisskb/src/fs/hpfs/dnode.c:590:28: note: byref variable will be forcibly initialized struct quad_buffer_head qbh1; ^ /kisskb/src/fs/hpfs/dnode.c:549:28: note: byref variable will be forcibly initialized struct quad_buffer_head qbh1; ^ /kisskb/src/fs/hpfs/dnode.c:547:24: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/hpfs/dnode.c:526:10: note: byref variable will be forcibly initialized int c1, c2 = 0; ^ /kisskb/src/fs/hpfs/dnode.c:526:6: note: byref variable will be forcibly initialized int c1, c2 = 0; ^ /kisskb/src/fs/hpfs/dnode.c:521:26: note: byref variable will be forcibly initialized struct quad_buffer_head qbh; ^ /kisskb/src/fs/hpfs/dnode.c: In function 'hpfs_add_dirent': /kisskb/src/fs/hpfs/dnode.c:397:10: note: byref variable will be forcibly initialized int c1, c2 = 0; ^ /kisskb/src/fs/hpfs/dnode.c:397:6: note: byref variable will be forcibly initialized int c1, c2 = 0; ^ /kisskb/src/fs/hpfs/dnode.c:394:26: note: byref variable will be forcibly initialized struct quad_buffer_head qbh; ^ /kisskb/src/fs/hpfs/dnode.c: In function 'hpfs_count_dnodes': /kisskb/src/fs/hpfs/dnode.c:751:10: note: byref variable will be forcibly initialized int d1, d2 = 0; ^ /kisskb/src/fs/hpfs/dnode.c:751:6: note: byref variable will be forcibly initialized int d1, d2 = 0; ^ /kisskb/src/fs/hpfs/dnode.c:750:10: note: byref variable will be forcibly initialized int c1, c2 = 0; ^ /kisskb/src/fs/hpfs/dnode.c:750:6: note: byref variable will be forcibly initialized int c1, c2 = 0; ^ /kisskb/src/fs/hpfs/dnode.c:747:26: note: byref variable will be forcibly initialized struct quad_buffer_head qbh; ^ /kisskb/src/fs/hpfs/dnode.c: In function 'hpfs_de_as_down_as_possible': /kisskb/src/fs/hpfs/dnode.c:824:10: note: byref variable will be forcibly initialized int c1, c2 = 0; ^ /kisskb/src/fs/hpfs/dnode.c:824:6: note: byref variable will be forcibly initialized int c1, c2 = 0; ^ /kisskb/src/fs/hpfs/dnode.c:820:26: note: byref variable will be forcibly initialized struct quad_buffer_head qbh; ^ /kisskb/src/fs/hpfs/dnode.c: In function 'map_pos_dirent': /kisskb/src/fs/hpfs/dnode.c:855:26: note: byref variable will be forcibly initialized struct quad_buffer_head qbh0; ^ /kisskb/src/fs/hpfs/dnode.c:853:16: note: byref variable will be forcibly initialized struct dnode *dnode; ^ /kisskb/src/fs/hpfs/dnode.c: In function 'map_dirent': /kisskb/src/fs/hpfs/dnode.c:916:10: note: byref variable will be forcibly initialized int c1, c2 = 0; ^ /kisskb/src/fs/hpfs/dnode.c:916:6: note: byref variable will be forcibly initialized int c1, c2 = 0; ^ /kisskb/src/fs/hpfs/dnode.c: In function 'hpfs_remove_dtree': /kisskb/src/fs/hpfs/dnode.c:952:26: note: byref variable will be forcibly initialized struct quad_buffer_head qbh; ^ /kisskb/src/fs/hpfs/dnode.c: In function 'map_fnode_dirent': /kisskb/src/fs/hpfs/dnode.c:1011:10: note: byref variable will be forcibly initialized int d1, d2 = 0; ^ /kisskb/src/fs/hpfs/dnode.c:1011:6: note: byref variable will be forcibly initialized int d1, d2 = 0; ^ /kisskb/src/fs/hpfs/dnode.c:1010:10: note: byref variable will be forcibly initialized int c1, c2 = 0; ^ /kisskb/src/fs/hpfs/dnode.c:1010:6: note: byref variable will be forcibly initialized int c1, c2 = 0; ^ /kisskb/src/fs/hpfs/dnode.c:1007:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/drivers/xen/arm-device.c: In function 'xen_unmap_device_mmio': /kisskb/src/drivers/xen/arm-device.c:20:33: note: byref variable will be forcibly initialized struct xen_remove_from_physmap xrp; ^ In file included from /kisskb/src/include/linux/resource_ext.h:11:0, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/xen/arm-device.c:7: /kisskb/src/drivers/xen/arm-device.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/xen/arm-device.c: In function 'xen_map_device_mmio': /kisskb/src/drivers/xen/arm-device.c:52:35: note: byref variable will be forcibly initialized struct xen_add_to_physmap_range xatp = { ^ In file included from /kisskb/src/drivers/dma/dmatest.c:13:0: /kisskb/src/drivers/dma/dmatest.c: In function 'dma_async_is_tx_complete': /kisskb/src/include/linux/dmaengine.h:1435:22: note: byref variable will be forcibly initialized struct dma_tx_state state; ^ In file included from /kisskb/src/drivers/dma/dmatest.c:21:0: /kisskb/src/drivers/dma/dmatest.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/dma/dmatest.c: In function 'dmatest_random': /kisskb/src/drivers/dma/dmatest.c:314:16: note: byref variable will be forcibly initialized unsigned long buf; ^ In file included from /kisskb/src/drivers/dma/dmatest.c:13:0: /kisskb/src/drivers/dma/dmatest.c: In function 'dmatest_func': /kisskb/src/include/linux/dmaengine.h:1435:22: note: byref variable will be forcibly initialized struct dma_tx_state state; ^ /kisskb/src/drivers/dma/dmatest.c:314:16: note: byref variable will be forcibly initialized unsigned long buf; ^ /kisskb/src/drivers/dma/dmatest.c:314:16: note: byref variable will be forcibly initialized /kisskb/src/drivers/dma/dmatest.c:314:16: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/pid.h:6:0, 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/dma/dmatest.c:12: /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:396:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:409:11: note: in expansion of macro '__wait_event_freezable_timeout' __ret = __wait_event_freezable_timeout(wq_head, condition, timeout); \ ^ /kisskb/src/drivers/dma/dmatest.c:831:4: note: in expansion of macro 'wait_event_freezable_timeout' wait_event_freezable_timeout(thread->done_wait, ^ /kisskb/src/drivers/dma/dmatest.c: In function 'request_channels': /kisskb/src/drivers/dma/dmatest.c:1070:17: note: byref variable will be forcibly initialized dma_cap_mask_t mask; ^ /kisskb/src/drivers/dma/dmatest.c: In function 'dmatest_chan_set': /kisskb/src/drivers/dma/dmatest.c:1223:7: note: byref variable will be forcibly initialized char chan_reset_val[20]; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, 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/dma/dmatest.c:12: /kisskb/src/drivers/dma/dmatest.c: In function 'dmatest_wait_get': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/drivers/dma/dmatest.c:284:3: note: in expansion of macro 'wait_event' wait_event(thread_wait, !is_threaded_test_run(info)); ^ /kisskb/src/drivers/dma/dmatest.c: In function 'dmatest_init': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/drivers/dma/dmatest.c:1338:3: note: in expansion of macro 'wait_event' wait_event(thread_wait, !is_threaded_test_run(info)); ^ /kisskb/src/lib/klist.c: In function 'klist_remove': /kisskb/src/lib/klist.c:240:22: note: byref variable will be forcibly initialized struct klist_waiter waiter; ^ /kisskb/src/drivers/dma/amba-pl08x.c: In function 'pl08x_fill_llis_for_desc': /kisskb/src/drivers/dma/amba-pl08x.c:1264:28: note: byref variable will be forcibly initialized size_t max_bytes_per_lli, total_bytes; ^ /kisskb/src/drivers/dma/amba-pl08x.c:1263:6: note: byref variable will be forcibly initialized u32 cctl, early_bytes = 0; ^ /kisskb/src/drivers/dma/amba-pl08x.c:1261:30: note: byref variable will be forcibly initialized struct pl08x_lli_build_data bd; ^ /kisskb/src/drivers/dma/amba-pl08x.c: In function 'pl08x_prep_dma_cyclic': /kisskb/src/drivers/dma/amba-pl08x.c:2100:13: note: byref variable will be forcibly initialized dma_addr_t slave_addr; ^ /kisskb/src/drivers/dma/amba-pl08x.c: In function 'pl08x_prep_slave_sg': /kisskb/src/drivers/dma/amba-pl08x.c:2059:13: note: byref variable will be forcibly initialized dma_addr_t slave_addr; ^ In file included from /kisskb/src/include/linux/mutex.h:15:0, from /kisskb/src/include/linux/notifier.h:14, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/include/linux/amba/bus.h:14, from /kisskb/src/drivers/dma/amba-pl08x.c:63: /kisskb/src/drivers/dma/amba-pl08x.c: In function 'vchan_synchronize': /kisskb/src/drivers/dma/virt-dma.h:213:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/dma/amba-pl08x.c: In function 'pl08x_free_txd_list': /kisskb/src/drivers/dma/amba-pl08x.c:1523:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/dma/amba-pl08x.c: In function 'vchan_free_chan_resources': /kisskb/src/drivers/dma/virt-dma.h:191:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/include/linux/amba/bus.h:15:0, from /kisskb/src/drivers/dma/amba-pl08x.c:63: /kisskb/src/drivers/dma/amba-pl08x.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/dma/amba-pl08x.c: In function 'pl08x_of_probe': /kisskb/src/drivers/dma/amba-pl08x.c:2578:6: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/drivers/acpi/acpica/nsinit.c: In function 'acpi_ns_init_one_device': /kisskb/src/drivers/acpi/acpica/nsinit.c:521:6: note: byref variable will be forcibly initialized u32 flags; ^ /kisskb/src/drivers/acpi/acpica/nsinit.c: In function 'acpi_ns_initialize_objects': /kisskb/src/drivers/acpi/acpica/nsinit.c:49:29: note: byref variable will be forcibly initialized struct acpi_init_walk_info info; ^ /kisskb/src/drivers/acpi/acpica/nsinit.c: In function 'acpi_ns_initialize_devices': /kisskb/src/drivers/acpi/acpica/nsinit.c:109:14: note: byref variable will be forcibly initialized acpi_handle handle; ^ /kisskb/src/drivers/acpi/acpica/nsinit.c:108:31: note: byref variable will be forcibly initialized struct acpi_device_walk_info info; ^ /kisskb/src/lib/kobject.c: In function 'kobject_set_name': /kisskb/src/lib/kobject.c:326:10: note: byref variable will be forcibly initialized va_list vargs; ^ /kisskb/src/lib/kobject.c: In function 'kobject_add': /kisskb/src/lib/kobject.c:429:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/lib/kobject.c: In function 'kobject_init_and_add': /kisskb/src/lib/kobject.c:467:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/lib/kobject.c: In function 'kobject_rename': /kisskb/src/lib/kobject.c:496:8: note: byref variable will be forcibly initialized char *envp[2]; ^ /kisskb/src/lib/kobject.c: In function 'kobject_move': /kisskb/src/lib/kobject.c:560:8: note: byref variable will be forcibly initialized char *envp[2]; ^ /kisskb/src/fs/hpfs/ea.c: In function 'hpfs_ea_ext_remove': /kisskb/src/fs/hpfs/ea.c:41:23: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/hpfs/ea.c:19:8: note: byref variable will be forcibly initialized char ex[4 + 255 + 1 + 8]; ^ /kisskb/src/fs/hpfs/ea.c: In function 'hpfs_read_ea': /kisskb/src/fs/hpfs/ea.c:80:7: note: byref variable will be forcibly initialized char ex[4 + 255 + 1 + 8]; ^ /kisskb/src/fs/hpfs/ea.c: In function 'hpfs_get_ea': /kisskb/src/fs/hpfs/ea.c:155:8: note: byref variable will be forcibly initialized char ex[4 + 255 + 1 + 8]; ^ /kisskb/src/fs/hpfs/ea.c: In function 'hpfs_set_ea': /kisskb/src/fs/hpfs/ea.c:321:32: note: byref variable will be forcibly initialized struct buffer_head *bh1, *bh2; ^ /kisskb/src/fs/hpfs/ea.c:321:26: note: byref variable will be forcibly initialized struct buffer_head *bh1, *bh2; ^ /kisskb/src/fs/hpfs/ea.c:269:23: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/hpfs/ea.c:216:8: note: byref variable will be forcibly initialized char ex[4 + 255 + 1 + 8]; ^ /kisskb/src/fs/hpfs/ea.c:198:16: note: byref variable will be forcibly initialized unsigned char h[4]; ^ /kisskb/src/drivers/acpi/acpica/nsnames.c: In function 'acpi_ns_build_normalized_path': /kisskb/src/drivers/acpi/acpica/nsnames.c:197:7: note: byref variable will be forcibly initialized char name[ACPI_NAMESEG_SIZE]; ^ /kisskb/src/drivers/acpi/acpica/nsnames.c: In function 'acpi_ns_build_prefixed_pathname': /kisskb/src/drivers/acpi/acpica/nsnames.c:343:8: note: byref variable will be forcibly initialized char *external_path = NULL; ^ /kisskb/src/drivers/xen/xen-balloon.c: In function 'watch_target': /kisskb/src/drivers/xen/xen-balloon.c:66:33: note: byref variable will be forcibly initialized unsigned long long new_target, static_max; ^ /kisskb/src/drivers/xen/xen-balloon.c:66:21: note: byref variable will be forcibly initialized unsigned long long new_target, static_max; ^ /kisskb/src/drivers/xen/xen-balloon.c: In function 'store_target': /kisskb/src/drivers/xen/xen-balloon.c:196:8: note: byref variable will be forcibly initialized char *endchar; ^ /kisskb/src/drivers/xen/xen-balloon.c: In function 'store_target_kb': /kisskb/src/drivers/xen/xen-balloon.c:166:8: note: byref variable will be forcibly initialized char *endchar; ^ In file included from /kisskb/src/include/linux/device.h:29:0, from /kisskb/src/drivers/dma/dma-axi-dmac.c:11: /kisskb/src/drivers/dma/dma-axi-dmac.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/mutex.h:15:0, from /kisskb/src/include/linux/notifier.h:14, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/dma/dma-axi-dmac.c:10: /kisskb/src/drivers/dma/dma-axi-dmac.c: In function 'vchan_synchronize': /kisskb/src/drivers/dma/virt-dma.h:213:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/dma/dma-axi-dmac.c: In function 'axi_dmac_terminate_all': /kisskb/src/drivers/dma/dma-axi-dmac.c:440:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/dma/dma-axi-dmac.c: In function 'vchan_free_chan_resources': /kisskb/src/drivers/dma/virt-dma.h:191:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/dma/dma-axi-dmac.c: In function 'axi_dmac_parse_chan_dt': /kisskb/src/drivers/dma/dma-axi-dmac.c:751:6: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/fs/hpfs/file.c: In function 'hpfs_bmap': /kisskb/src/fs/hpfs/file.c:45:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/hpfs/file.c: In function 'hpfs_get_block': /kisskb/src/fs/hpfs/file.c:82:11: note: byref variable will be forcibly initialized unsigned n_secs; ^ /kisskb/src/lib/kobject_uevent.c: In function 'add_uevent_var': /kisskb/src/lib/kobject_uevent.c:655:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/lib/kobject_uevent.c: In function 'kobject_synth_uevent': /kisskb/src/lib/kobject_uevent.c:197:26: note: byref variable will be forcibly initialized struct kobj_uevent_env *env; ^ /kisskb/src/lib/kobject_uevent.c:196:14: note: byref variable will be forcibly initialized const char *action_args; ^ /kisskb/src/lib/kobject_uevent.c:195:22: note: byref variable will be forcibly initialized enum kobject_action action; ^ /kisskb/src/lib/kobject_uevent.c:194:8: note: byref variable will be forcibly initialized char *no_uuid_envp[] = { "SYNTH_UUID=0", NULL }; ^ /kisskb/src/fs/nls/nls_euc-jp.c: In function 'char2uni': /kisskb/src/fs/nls/nls_euc-jp.c:482:16: note: byref variable will be forcibly initialized unsigned char sjis_temp[2]; ^ In file included from /kisskb/src/drivers/xen/evtchn.c:56:0: /kisskb/src/drivers/xen/evtchn.c: In function 'notify_remote_via_evtchn': /kisskb/src/include/xen/events.h:81:21: note: byref variable will be forcibly initialized struct evtchn_send send = { .port = port }; ^ In file included from /kisskb/src/drivers/xen/evtchn.c:52:0: /kisskb/src/drivers/xen/evtchn.c: In function 'kvmalloc_array': /kisskb/src/include/linux/mm.h:798:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/xen/evtchn.c: In function 'evtchn_bind_to_user': /kisskb/src/drivers/xen/evtchn.c:372:22: note: byref variable will be forcibly initialized struct evtchn_close close; ^ In file included from /kisskb/src/drivers/xen/evtchn.c:56:0: /kisskb/src/drivers/xen/evtchn.c: In function 'evtchn_ioctl': /kisskb/src/include/xen/events.h:81:21: note: byref variable will be forcibly initialized struct evtchn_send send = { .port = port }; ^ /kisskb/src/drivers/xen/evtchn.c:570:38: note: byref variable will be forcibly initialized struct ioctl_evtchn_restrict_domid ierd; ^ /kisskb/src/drivers/xen/evtchn.c:540:30: note: byref variable will be forcibly initialized struct ioctl_evtchn_notify notify; ^ /kisskb/src/drivers/xen/evtchn.c:517:30: note: byref variable will be forcibly initialized struct ioctl_evtchn_unbind unbind; ^ /kisskb/src/drivers/xen/evtchn.c:493:31: note: byref variable will be forcibly initialized struct evtchn_alloc_unbound alloc_unbound; ^ /kisskb/src/drivers/xen/evtchn.c:492:41: note: byref variable will be forcibly initialized struct ioctl_evtchn_bind_unbound_port bind; ^ /kisskb/src/drivers/xen/evtchn.c:467:34: note: byref variable will be forcibly initialized struct evtchn_bind_interdomain bind_interdomain; ^ /kisskb/src/drivers/xen/evtchn.c:466:40: note: byref variable will be forcibly initialized struct ioctl_evtchn_bind_interdomain bind; ^ /kisskb/src/drivers/xen/evtchn.c:442:27: note: byref variable will be forcibly initialized struct evtchn_bind_virq bind_virq; ^ /kisskb/src/drivers/xen/evtchn.c:441:33: note: byref variable will be forcibly initialized struct ioctl_evtchn_bind_virq bind; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/xen/evtchn.c:36: /kisskb/src/drivers/xen/evtchn.c: In function 'evtchn_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^ /kisskb/src/drivers/xen/evtchn.c:228:8: note: in expansion of macro 'wait_event_interruptible' rc = wait_event_interruptible(u->evtchn_wait, ^ /kisskb/src/drivers/acpi/acpica/nsparse.c: In function 'acpi_ns_execute_table': /kisskb/src/drivers/acpi/acpica/nsparse.c:48:16: note: byref variable will be forcibly initialized acpi_owner_id owner_id; ^ /kisskb/src/drivers/acpi/acpica/nsparse.c:47:28: note: byref variable will be forcibly initialized struct acpi_table_header *table; ^ In file included from /kisskb/src/drivers/dma/bcm-sba-raid.c:52:0: /kisskb/src/drivers/dma/bcm-sba-raid.c: In function 'dmaengine_desc_callback_invoke': /kisskb/src/drivers/dma/dmaengine.h:135:26: note: byref variable will be forcibly initialized struct dmaengine_result dummy_result = { ^ /kisskb/src/drivers/dma/bcm-sba-raid.c: In function 'dmaengine_desc_get_callback_invoke': /kisskb/src/drivers/dma/dmaengine.h:163:33: note: byref variable will be forcibly initialized struct dmaengine_desc_callback cb; ^ /kisskb/src/drivers/acpi/acpica/nsparse.c: In function 'acpi_ns_one_complete_parse': /kisskb/src/drivers/acpi/acpica/nsparse.c:158:16: note: byref variable will be forcibly initialized acpi_owner_id owner_id; ^ /kisskb/src/drivers/acpi/acpica/nsparse.c:157:28: note: byref variable will be forcibly initialized struct acpi_table_header *table; ^ In file included from /kisskb/src/include/linux/device.h:29:0, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/dma/bcm-sba-raid.c:42: /kisskb/src/drivers/dma/bcm-sba-raid.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/drivers/dma/bcm-sba-raid.c:52:0: /kisskb/src/drivers/dma/bcm-sba-raid.c: In function 'sba_process_received_request': /kisskb/src/drivers/dma/dmaengine.h:163:33: note: byref variable will be forcibly initialized struct dmaengine_desc_callback cb; ^ /kisskb/src/drivers/dma/bcm-sba-raid.c: In function 'sba_probe': /kisskb/src/drivers/dma/bcm-sba-raid.c:1626:25: note: byref variable will be forcibly initialized struct of_phandle_args args; ^ /kisskb/src/fs/hpfs/inode.c: In function 'hpfs_write_inode_ea': /kisskb/src/fs/hpfs/inode.c:154:10: note: byref variable will be forcibly initialized __le32 ea; ^ /kisskb/src/fs/hpfs/inode.c: In function 'hpfs_read_inode': /kisskb/src/fs/hpfs/inode.c:124:24: note: byref variable will be forcibly initialized struct buffer_head *bh0; ^ /kisskb/src/fs/hpfs/inode.c:117:17: note: byref variable will be forcibly initialized int n_dnodes, n_subdirs; ^ /kisskb/src/fs/hpfs/inode.c:117:7: note: byref variable will be forcibly initialized int n_dnodes, n_subdirs; ^ /kisskb/src/fs/hpfs/inode.c:51:6: note: byref variable will be forcibly initialized int ea_size; ^ /kisskb/src/fs/hpfs/inode.c:46:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/hpfs/inode.c: In function 'hpfs_write_inode_nolock': /kisskb/src/fs/hpfs/inode.c:214:26: note: byref variable will be forcibly initialized struct quad_buffer_head qbh; ^ /kisskb/src/fs/hpfs/inode.c:212:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/drivers/acpi/acpica/nspredef.c: In function 'acpi_ns_check_object_type': /kisskb/src/drivers/acpi/acpica/nspredef.c:197:7: note: byref variable will be forcibly initialized char type_buffer[96]; /* Room for 10 types */ ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:93:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^ /kisskb/src/drivers/acpi/acpica/nsprepkg.c: In function 'acpi_ns_check_package_list': /kisskb/src/drivers/acpi/acpica/nsprepkg.c:390:29: note: byref variable will be forcibly initialized union acpi_operand_object *sub_package; ^ In file included from /kisskb/src/lib/memcat_p.c:3:0: /kisskb/src/lib/memcat_p.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/acpi/acpica/nsrepair.c: In function 'acpi_ns_simple_repair': /kisskb/src/drivers/acpi/acpica/nsrepair.c:126:29: note: byref variable will be forcibly initialized union acpi_operand_object *new_object = NULL; ^ In file included from /kisskb/src/include/linux/scatterlist.h:8:0, from /kisskb/src/include/linux/dma-mapping.h:10, from /kisskb/src/drivers/xen/gntdev.c:25: /kisskb/src/drivers/xen/gntdev.c: In function 'kvmalloc_array': /kisskb/src/include/linux/mm.h:798:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/xen/gntdev.c: In function 'gntdev_free_map': /kisskb/src/drivers/xen/gntdev.c:98:32: note: byref variable will be forcibly initialized struct gnttab_dma_alloc_args args; ^ In file included from /kisskb/src/drivers/xen/gntdev.c:43:0: /kisskb/src/drivers/xen/gntdev.c: In function 'notify_remote_via_evtchn': /kisskb/src/include/xen/events.h:81:21: note: byref variable will be forcibly initialized struct evtchn_send send = { .port = port }; ^ /kisskb/src/drivers/xen/gntdev.c: In function '__unmap_grant_pages': /kisskb/src/drivers/xen/gntdev.c:371:32: note: byref variable will be forcibly initialized struct gntab_unmap_queue_data unmap_data; ^ /kisskb/src/drivers/xen/gntdev.c: In function 'gntdev_ioctl_get_offset_for_vaddr': /kisskb/src/drivers/xen/gntdev.c:634:43: note: byref variable will be forcibly initialized 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:666:35: note: byref variable will be forcibly initialized struct ioctl_gntdev_unmap_notify op; ^ /kisskb/src/drivers/xen/gntdev.c: In function 'gntdev_get_page': /kisskb/src/drivers/xen/gntdev.c:745:15: note: byref variable will be forcibly initialized struct page *page; ^ /kisskb/src/drivers/xen/gntdev.c: In function 'gntdev_grant_copy_seg': /kisskb/src/drivers/xen/gntdev.c:831:17: note: byref variable will be forcibly initialized unsigned long gfn; ^ /kisskb/src/drivers/xen/gntdev.c: In function 'gntdev_ioctl_grant_copy': /kisskb/src/drivers/xen/gntdev.c:909:36: note: byref variable will be forcibly initialized struct gntdev_grant_copy_segment seg; ^ /kisskb/src/drivers/xen/gntdev.c:898:27: note: byref variable will be forcibly initialized struct gntdev_copy_batch batch; ^ /kisskb/src/drivers/xen/gntdev.c:897:33: note: byref variable will be forcibly initialized struct ioctl_gntdev_grant_copy copy; ^ /kisskb/src/drivers/xen/gntdev.c: In function 'gntdev_alloc_map': /kisskb/src/drivers/xen/gntdev.c:165:32: note: byref variable will be forcibly initialized struct gnttab_dma_alloc_args args; ^ In file included from /kisskb/src/drivers/xen/gntdev.c:43:0: /kisskb/src/drivers/xen/gntdev.c: In function 'gntdev_put_map': /kisskb/src/include/xen/events.h:81:21: note: byref variable will be forcibly initialized struct evtchn_send send = { .port = port }; ^ /kisskb/src/drivers/xen/gntdev.c: In function 'gntdev_ioctl_map_grant_ref': /kisskb/src/drivers/xen/gntdev.c:576:36: note: byref variable will be forcibly initialized 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:611:38: note: byref variable will be forcibly initialized struct ioctl_gntdev_unmap_grant_ref op; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/fs/hpfs/hpfs_fn.h:19, from /kisskb/src/fs/hpfs/map.c:10: /kisskb/src/fs/hpfs/map.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/hpfs/map.c: In function 'hpfs_load_code_page': /kisskb/src/fs/hpfs/map.c:59:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/hpfs/map.c: In function 'hpfs_load_bitmap_directory': /kisskb/src/fs/hpfs/map.c:114:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/hpfs/map.c: In function 'hpfs_load_hotfix_map': /kisskb/src/fs/hpfs/map.c:136:26: note: byref variable will be forcibly initialized struct quad_buffer_head qbh; ^ /kisskb/src/fs/hpfs/map.c: In function 'hpfs_fnode_dno': /kisskb/src/fs/hpfs/map.c:324:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ In file included from /kisskb/src/include/linux/device.h:29:0, from /kisskb/src/include/linux/dmaengine.h:8, from /kisskb/src/drivers/dma/bcm2835-dma.c:20: /kisskb/src/drivers/dma/bcm2835-dma.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, 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/dmaengine.h:8, from /kisskb/src/drivers/dma/bcm2835-dma.c:20: /kisskb/src/drivers/dma/bcm2835-dma.c: In function 'vchan_synchronize': /kisskb/src/drivers/dma/virt-dma.h:213:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/dma/bcm2835-dma.c: In function 'vchan_free_chan_resources': /kisskb/src/drivers/dma/virt-dma.h:191:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/dma/bcm2835-dma.c: In function 'bcm2835_dma_terminate_all': /kisskb/src/drivers/dma/bcm2835-dma.c:792:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/dma/bcm2835-dma.c: In function 'bcm2835_dma_probe': /kisskb/src/drivers/dma/bcm2835-dma.c:888:7: note: byref variable will be forcibly initialized char chan_name[BCM2835_DMA_CHAN_NAME_SIZE]; ^ /kisskb/src/drivers/dma/bcm2835-dma.c:887:11: note: byref variable will be forcibly initialized uint32_t chans_available; ^ /kisskb/src/drivers/acpi/acpica/nsrepair2.c: In function 'acpi_ns_repair_TSS': /kisskb/src/drivers/acpi/acpica/nsrepair2.c:719:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *node; ^ In file included from /kisskb/src/include/linux/module.h:12:0, from /kisskb/src/drivers/dma/fsl-edma.c:12: /kisskb/src/drivers/dma/fsl-edma.c: In function 'vchan_synchronize': /kisskb/src/drivers/dma/virt-dma.h:213:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/dma/fsl-edma.c: In function 'fsl_edma_probe': /kisskb/src/drivers/dma/fsl-edma.c:323:8: note: byref variable will be forcibly initialized char clkname[32]; ^ /kisskb/src/drivers/dma/fsl-edma.c:275:11: note: byref variable will be forcibly initialized int len, chans; ^ In file included from /kisskb/src/drivers/xen/gntdev-dmabuf.c:14:0: /kisskb/src/drivers/xen/gntdev-dmabuf.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/xen/gntdev-dmabuf.c: In function 'dmabuf_exp_from_refs': /kisskb/src/drivers/xen/gntdev-dmabuf.c:445:35: note: byref variable will be forcibly initialized struct gntdev_dmabuf_export_args args; ^ /kisskb/src/drivers/xen/gntdev-dmabuf.c: In function 'dmabuf_imp_grant_foreign_access': /kisskb/src/drivers/xen/gntdev-dmabuf.c:496:14: note: byref variable will be forcibly initialized grant_ref_t priv_gref_head; ^ /kisskb/src/drivers/xen/gntdev-dmabuf.c: In function 'dmabuf_imp_to_refs': /kisskb/src/drivers/xen/gntdev-dmabuf.c:585:22: note: byref variable will be forcibly initialized struct sg_page_iter sg_iter; ^ /kisskb/src/drivers/xen/gntdev-dmabuf.c: In function 'gntdev_ioctl_dmabuf_exp_from_refs': /kisskb/src/drivers/xen/gntdev-dmabuf.c:740:43: note: byref variable will be forcibly initialized struct ioctl_gntdev_dmabuf_exp_from_refs op; ^ /kisskb/src/drivers/xen/gntdev-dmabuf.c: In function 'gntdev_ioctl_dmabuf_exp_wait_released': /kisskb/src/drivers/xen/gntdev-dmabuf.c:781:47: note: byref variable will be forcibly initialized struct ioctl_gntdev_dmabuf_exp_wait_released op; ^ /kisskb/src/drivers/xen/gntdev-dmabuf.c: In function 'gntdev_ioctl_dmabuf_imp_to_refs': /kisskb/src/drivers/xen/gntdev-dmabuf.c:793:41: note: byref variable will be forcibly initialized struct ioctl_gntdev_dmabuf_imp_to_refs op; ^ /kisskb/src/drivers/xen/gntdev-dmabuf.c: In function 'gntdev_ioctl_dmabuf_imp_release': /kisskb/src/drivers/xen/gntdev-dmabuf.c:824:41: note: byref variable will be forcibly initialized struct ioctl_gntdev_dmabuf_imp_release op; ^ /kisskb/src/drivers/acpi/acpica/nsutils.c: In function 'acpi_ns_print_node_pathname': /kisskb/src/drivers/acpi/acpica/nsutils.c:40:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer; ^ /kisskb/src/drivers/acpi/acpica/nsutils.c: In function 'acpi_ns_internalize_name': /kisskb/src/drivers/acpi/acpica/nsutils.c:315:30: note: byref variable will be forcibly initialized struct acpi_namestring_info info; ^ /kisskb/src/drivers/acpi/acpica/nsutils.c: In function 'acpi_ns_get_node_unlocked': /kisskb/src/drivers/acpi/acpica/nsutils.c:641:8: note: byref variable will be forcibly initialized char *internal_path; ^ /kisskb/src/drivers/acpi/acpica/nsutils.c:639:27: note: byref variable will be forcibly initialized union acpi_generic_state scope_info; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/lib/radix-tree.c:684:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*slot, item); ^ /kisskb/src/lib/radix-tree.c: In function 'replace_slot': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/lib/radix-tree.c:829:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*slot, item); ^ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_extend': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/lib/radix-tree.c:455:3: note: in expansion of macro 'rcu_assign_pointer' 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/lib/radix-tree.c:626:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*slot, node_to_entry(child)); ^ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_insert': /kisskb/src/lib/radix-tree.c:705:15: note: byref variable will be forcibly initialized void __rcu **slot; ^ /kisskb/src/lib/radix-tree.c:704:26: note: byref variable will be forcibly initialized struct radix_tree_node *node; ^ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_lookup_slot': /kisskb/src/lib/radix-tree.c:795:15: note: byref variable will be forcibly initialized void __rcu **slot; ^ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup': /kisskb/src/lib/radix-tree.c:1263:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup_tag': /kisskb/src/lib/radix-tree.c:1304:25: note: byref variable will be forcibly initialized 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:1345:25: note: byref variable will be forcibly initialized struct radix_tree_iter iter; ^ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_delete_item': /kisskb/src/lib/radix-tree.c:1415:15: note: byref variable will be forcibly initialized void __rcu **slot = NULL; ^ /kisskb/src/lib/radix-tree.c:1414:26: note: byref variable will be forcibly initialized struct radix_tree_node *node = NULL; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/lib/radix-tree.c:1509:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*slot, node_to_entry(child)); ^ In file included from /kisskb/src/include/linux/mm.h:30:0, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/dmapool.h:14, from /kisskb/src/drivers/dma/fsl-edma-common.c:6: /kisskb/src/drivers/dma/fsl-edma-common.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/dmapool.h:14, from /kisskb/src/drivers/dma/fsl-edma-common.c:6: /kisskb/src/drivers/dma/fsl-edma-common.c: In function 'fsl_edma_terminate_all': /kisskb/src/drivers/dma/fsl-edma-common.c:164:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/dma/fsl-edma-common.c: In function 'fsl_edma_free_chan_resources': /kisskb/src/drivers/dma/fsl-edma-common.c:642:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/ntfs/aops.c: In function 'ntfs_write_mst_block': /kisskb/src/fs/ntfs/aops.c:1115:16: note: byref variable will be forcibly initialized ntfs_inode *tni; ^ /kisskb/src/fs/hpfs/namei.c: In function 'hpfs_symlink_readpage': /kisskb/src/fs/hpfs/namei.c:487:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/hpfs/namei.c: In function 'hpfs_rename': /kisskb/src/fs/hpfs/namei.c:529:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/hpfs/namei.c:527:14: note: byref variable will be forcibly initialized dnode_secno dno; ^ /kisskb/src/fs/hpfs/namei.c:526:21: note: byref variable will be forcibly initialized struct hpfs_dirent de; ^ /kisskb/src/fs/hpfs/namei.c:524:31: note: byref variable will be forcibly initialized struct quad_buffer_head qbh, qbh1; ^ /kisskb/src/fs/hpfs/namei.c:524:26: note: byref variable will be forcibly initialized struct quad_buffer_head qbh, qbh1; ^ /kisskb/src/fs/hpfs/namei.c:521:11: note: byref variable will be forcibly initialized unsigned new_len = new_dentry->d_name.len; ^ /kisskb/src/fs/hpfs/namei.c:519:11: note: byref variable will be forcibly initialized unsigned old_len = old_dentry->d_name.len; ^ /kisskb/src/fs/hpfs/namei.c: In function 'hpfs_unlink': /kisskb/src/fs/hpfs/namei.c:382:14: note: byref variable will be forcibly initialized dnode_secno dno; ^ /kisskb/src/fs/hpfs/namei.c:379:26: note: byref variable will be forcibly initialized struct quad_buffer_head qbh; ^ /kisskb/src/fs/hpfs/namei.c:378:11: note: byref variable will be forcibly initialized unsigned len = dentry->d_name.len; ^ /kisskb/src/fs/hpfs/namei.c: In function 'hpfs_mknod': /kisskb/src/fs/hpfs/namei.c:229:21: note: byref variable will be forcibly initialized struct hpfs_dirent dee; ^ /kisskb/src/fs/hpfs/namei.c:227:14: note: byref variable will be forcibly initialized fnode_secno fno; ^ /kisskb/src/fs/hpfs/namei.c:225:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/hpfs/namei.c:224:11: note: byref variable will be forcibly initialized unsigned len = dentry->d_name.len; ^ /kisskb/src/fs/hpfs/namei.c: In function 'hpfs_create': /kisskb/src/fs/hpfs/namei.c:142:21: note: byref variable will be forcibly initialized struct hpfs_dirent dee; ^ /kisskb/src/fs/hpfs/namei.c:140:14: note: byref variable will be forcibly initialized fnode_secno fno; ^ /kisskb/src/fs/hpfs/namei.c:138:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/hpfs/namei.c:136:11: note: byref variable will be forcibly initialized unsigned len = dentry->d_name.len; ^ /kisskb/src/fs/hpfs/namei.c: In function 'hpfs_rmdir': /kisskb/src/fs/hpfs/namei.c:434:6: note: byref variable will be forcibly initialized int n_items = 0; ^ /kisskb/src/fs/hpfs/namei.c:433:14: note: byref variable will be forcibly initialized dnode_secno dno; ^ /kisskb/src/fs/hpfs/namei.c:430:26: note: byref variable will be forcibly initialized struct quad_buffer_head qbh; ^ /kisskb/src/fs/hpfs/namei.c:429:11: note: byref variable will be forcibly initialized unsigned len = dentry->d_name.len; ^ /kisskb/src/fs/hpfs/namei.c: In function 'hpfs_mkdir': /kisskb/src/fs/hpfs/namei.c:37:21: note: byref variable will be forcibly initialized struct hpfs_dirent dee; ^ /kisskb/src/fs/hpfs/namei.c:35:14: note: byref variable will be forcibly initialized dnode_secno dno; ^ /kisskb/src/fs/hpfs/namei.c:34:14: note: byref variable will be forcibly initialized fnode_secno fno; ^ /kisskb/src/fs/hpfs/namei.c:29:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/hpfs/namei.c:28:26: note: byref variable will be forcibly initialized struct quad_buffer_head qbh0; ^ /kisskb/src/fs/hpfs/namei.c:27:11: note: byref variable will be forcibly initialized unsigned len = dentry->d_name.len; ^ /kisskb/src/fs/hpfs/namei.c: In function 'hpfs_symlink': /kisskb/src/fs/hpfs/namei.c:304:21: note: byref variable will be forcibly initialized struct hpfs_dirent dee; ^ /kisskb/src/fs/hpfs/namei.c:302:14: note: byref variable will be forcibly initialized fnode_secno fno; ^ /kisskb/src/fs/hpfs/namei.c:300:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/hpfs/namei.c:299:11: note: byref variable will be forcibly initialized unsigned len = dentry->d_name.len; ^ In file included from /kisskb/src/drivers/xen/gntalloc.c:71:0: /kisskb/src/drivers/xen/gntalloc.c: In function 'notify_remote_via_evtchn': /kisskb/src/include/xen/events.h:81:21: note: byref variable will be forcibly initialized struct evtchn_send send = { .port = port }; ^ /kisskb/src/drivers/xen/gntalloc.c: In function '__del_gref': /kisskb/src/include/xen/events.h:81:21: note: byref variable will be forcibly initialized /kisskb/src/drivers/xen/gntalloc.c: In function 'gntalloc_ioctl_dealloc': /kisskb/src/drivers/xen/gntalloc.c:350:37: note: byref variable will be forcibly initialized struct ioctl_gntalloc_dealloc_gref op; ^ In file included from /kisskb/src/drivers/xen/gntalloc.c:58:0: /kisskb/src/drivers/xen/gntalloc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/module.h:12:0, 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:12: note: byref variable will be forcibly initialized LIST_HEAD(queue_file); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/xen/gntalloc.c:125:12: note: byref variable will be forcibly initialized LIST_HEAD(queue_gref); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/xen/gntalloc.c: In function 'gntalloc_ioctl_alloc': /kisskb/src/drivers/xen/gntalloc.c:287:35: note: byref variable will be forcibly initialized struct ioctl_gntalloc_alloc_gref op; ^ /kisskb/src/drivers/xen/gntalloc.c: In function 'gntalloc_ioctl_unmap_notify': /kisskb/src/drivers/xen/gntalloc.c:388:37: note: byref variable will be forcibly initialized struct ioctl_gntalloc_unmap_notify op; ^ /kisskb/src/drivers/acpi/acpica/nsxfeval.c: In function 'acpi_ns_get_device_callback': /kisskb/src/drivers/acpi/acpica/nsxfeval.c:644:34: note: byref variable will be forcibly initialized struct acpi_pnp_device_id_list *cid; ^ /kisskb/src/drivers/acpi/acpica/nsxfeval.c:643:29: note: byref variable will be forcibly initialized struct acpi_pnp_device_id *hid; ^ /kisskb/src/drivers/acpi/acpica/nsxfeval.c:642:6: note: byref variable will be forcibly initialized u32 flags; ^ /kisskb/src/drivers/acpi/acpica/nsxfeval.c: In function 'acpi_evaluate_object': /kisskb/src/drivers/acpi/acpica/nsxfeval.c:170:12: note: byref variable will be forcibly initialized acpi_size buffer_space_needed; ^ /kisskb/src/drivers/acpi/acpica/nsxfeval.c: In function 'acpi_evaluate_object_typed': /kisskb/src/drivers/acpi/acpica/nsxfeval.c:52:14: note: byref variable will be forcibly initialized acpi_handle target_handle; ^ /kisskb/src/drivers/acpi/acpica/nsxfeval.c: In function 'acpi_get_devices': /kisskb/src/drivers/acpi/acpica/nsxfeval.c:776:31: note: byref variable will be forcibly initialized struct acpi_get_devices_info info; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/rbtree.h:20, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rbtree_augmented.h:191:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(root->rb_node, new); ^ /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rbtree_augmented.h:189:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(parent->rb_right, new); ^ /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rbtree_augmented.h:187:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(parent->rb_left, new); ^ In file included from /kisskb/src/include/linux/module.h:12:0, from /kisskb/src/drivers/dma/fsl-qdma.c:14: /kisskb/src/drivers/dma/fsl-qdma.c: In function 'fsl_qdma_terminate_all': /kisskb/src/drivers/dma/fsl-qdma.c:1055:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/dma/fsl-qdma.c: In function 'vchan_synchronize': /kisskb/src/drivers/dma/virt-dma.h:213:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/dma/fsl-qdma.c: In function 'fsl_qdma_free_chan_resources': /kisskb/src/drivers/dma/fsl-qdma.c:311:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/dma/fsl-qdma.c: In function 'fsl_qdma_prep_status_queue': /kisskb/src/drivers/dma/fsl-qdma.c:544:15: note: byref variable will be forcibly initialized unsigned int status_size; ^ /kisskb/src/drivers/dma/fsl-qdma.c: In function 'fsl_qdma_alloc_queue_resources': /kisskb/src/drivers/dma/fsl-qdma.c:487:15: note: byref variable will be forcibly initialized unsigned int queue_size[FSL_QDMA_QUEUE_MAX]; ^ /kisskb/src/drivers/dma/fsl-qdma.c: In function 'fsl_qdma_irq_init': /kisskb/src/drivers/dma/fsl-qdma.c:808:7: note: byref variable will be forcibly initialized char irq_name[20]; ^ /kisskb/src/drivers/dma/fsl-qdma.c: In function 'fsl_qdma_probe': /kisskb/src/drivers/dma/fsl-qdma.c:1121:18: note: byref variable will be forcibly initialized u32 len, chans, queues; ^ /kisskb/src/drivers/dma/fsl-qdma.c:1121:11: note: byref variable will be forcibly initialized u32 len, chans, queues; ^ /kisskb/src/drivers/dma/fsl-qdma.c:1120:15: note: byref variable will be forcibly initialized int blk_num, blk_off; ^ /kisskb/src/drivers/dma/fsl-qdma.c:1120:6: note: byref variable will be forcibly initialized int blk_num, blk_off; ^ /kisskb/src/fs/hpfs/super.c: In function 'mark_dirty': /kisskb/src/fs/hpfs/super.c:26:23: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/hpfs/super.c: In function 'hpfs_count_one_bitmap': /kisskb/src/fs/hpfs/super.c:135:26: note: byref variable will be forcibly initialized struct quad_buffer_head qbh; ^ /kisskb/src/fs/hpfs/super.c: In function 'unmark_dirty': /kisskb/src/fs/hpfs/super.c:43:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/hpfs/super.c: In function 'parse_opts': /kisskb/src/fs/hpfs/super.c:399:10: note: byref variable will be forcibly initialized char *rhs = args[0].from; ^ /kisskb/src/fs/hpfs/super.c:326:15: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^ /kisskb/src/fs/hpfs/super.c:318:6: note: byref variable will be forcibly initialized int option; ^ /kisskb/src/fs/hpfs/super.c: In function 'hpfs_remount_fs': /kisskb/src/fs/hpfs/super.c:447:41: note: byref variable will be forcibly initialized int lowercase, eas, chk, errs, chkdsk, timeshift; ^ /kisskb/src/fs/hpfs/super.c:447:33: note: byref variable will be forcibly initialized int lowercase, eas, chk, errs, chkdsk, timeshift; ^ /kisskb/src/fs/hpfs/super.c:447:27: note: byref variable will be forcibly initialized int lowercase, eas, chk, errs, chkdsk, timeshift; ^ /kisskb/src/fs/hpfs/super.c:447:22: note: byref variable will be forcibly initialized int lowercase, eas, chk, errs, chkdsk, timeshift; ^ /kisskb/src/fs/hpfs/super.c:447:17: note: byref variable will be forcibly initialized int lowercase, eas, chk, errs, chkdsk, timeshift; ^ /kisskb/src/fs/hpfs/super.c:447:6: note: byref variable will be forcibly initialized int lowercase, eas, chk, errs, chkdsk, timeshift; ^ /kisskb/src/fs/hpfs/super.c:446:10: note: byref variable will be forcibly initialized umode_t umask; ^ /kisskb/src/fs/hpfs/super.c:445:9: note: byref variable will be forcibly initialized kgid_t gid; ^ /kisskb/src/fs/hpfs/super.c:444:9: note: byref variable will be forcibly initialized kuid_t uid; ^ /kisskb/src/fs/hpfs/super.c: In function 'hpfs_error': /kisskb/src/fs/hpfs/super.c:60:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/hpfs/super.c: In function 'hpfs_fill_super': /kisskb/src/fs/hpfs/super.c:553:26: note: byref variable will be forcibly initialized struct quad_buffer_head qbh; ^ /kisskb/src/fs/hpfs/super.c:549:41: note: byref variable will be forcibly initialized int lowercase, eas, chk, errs, chkdsk, timeshift; ^ /kisskb/src/fs/hpfs/super.c:549:33: note: byref variable will be forcibly initialized int lowercase, eas, chk, errs, chkdsk, timeshift; ^ /kisskb/src/fs/hpfs/super.c:549:27: note: byref variable will be forcibly initialized int lowercase, eas, chk, errs, chkdsk, timeshift; ^ /kisskb/src/fs/hpfs/super.c:549:22: note: byref variable will be forcibly initialized int lowercase, eas, chk, errs, chkdsk, timeshift; ^ /kisskb/src/fs/hpfs/super.c:549:17: note: byref variable will be forcibly initialized int lowercase, eas, chk, errs, chkdsk, timeshift; ^ /kisskb/src/fs/hpfs/super.c:549:6: note: byref variable will be forcibly initialized int lowercase, eas, chk, errs, chkdsk, timeshift; ^ /kisskb/src/fs/hpfs/super.c:548:10: note: byref variable will be forcibly initialized umode_t umask; ^ /kisskb/src/fs/hpfs/super.c:547:9: note: byref variable will be forcibly initialized kgid_t gid; ^ /kisskb/src/fs/hpfs/super.c:546:9: note: byref variable will be forcibly initialized kuid_t uid; ^ /kisskb/src/fs/hpfs/super.c:539:34: note: byref variable will be forcibly initialized struct buffer_head *bh0, *bh1, *bh2; ^ /kisskb/src/fs/hpfs/super.c:539:28: note: byref variable will be forcibly initialized struct buffer_head *bh0, *bh1, *bh2; ^ /kisskb/src/fs/hpfs/super.c:539:22: note: byref variable will be forcibly initialized struct buffer_head *bh0, *bh1, *bh2; ^ /kisskb/src/fs/hpfs/super.c: In function 'hpfs_ioctl': /kisskb/src/fs/hpfs/super.c:209:10: note: byref variable will be forcibly initialized secno n_trimmed; ^ /kisskb/src/fs/hpfs/super.c:208:24: note: byref variable will be forcibly initialized struct fstrim_range range; ^ /kisskb/src/drivers/acpi/acpica/nsxfname.c: In function 'acpi_get_handle': /kisskb/src/drivers/acpi/acpica/nsxfname.c:50:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *node = NULL; ^ /kisskb/src/drivers/acpi/acpica/nsxfname.c: In function 'acpi_get_object_info': /kisskb/src/drivers/acpi/acpica/nsxfname.c:234:29: note: byref variable will be forcibly initialized struct acpi_pnp_device_id *cls = NULL; ^ /kisskb/src/drivers/acpi/acpica/nsxfname.c:233:29: note: byref variable will be forcibly initialized struct acpi_pnp_device_id *uid = NULL; ^ /kisskb/src/drivers/acpi/acpica/nsxfname.c:232:29: note: byref variable will be forcibly initialized struct acpi_pnp_device_id *hid = NULL; ^ /kisskb/src/drivers/acpi/acpica/nsxfname.c:231:34: note: byref variable will be forcibly initialized struct acpi_pnp_device_id_list *cid_list = NULL; ^ /kisskb/src/drivers/acpi/acpica/nsxfname.c: In function 'acpi_install_method': /kisskb/src/drivers/acpi/acpica/nsxfname.c:484:26: note: byref variable will be forcibly initialized struct acpi_parse_state parser_state; ^ /kisskb/src/drivers/acpi/acpica/nsxfname.c:482:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *node; ^ In file included from /kisskb/src/drivers/clk/meson/clk-cpu-dyndiv.h:11:0, from /kisskb/src/drivers/clk/meson/clk-cpu-dyndiv.c:11: /kisskb/src/drivers/clk/meson/clk-cpu-dyndiv.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/drivers/xen/swiotlb-xen.c: In function 'xen_swiotlb_fixup': /kisskb/src/drivers/xen/swiotlb-xen.c:126:13: note: byref variable will be forcibly initialized dma_addr_t dma_handle; ^ /kisskb/src/lib/seq_buf.c: In function 'seq_buf_printf': /kisskb/src/lib/seq_buf.c:85:10: note: byref variable will be forcibly initialized va_list ap; ^ /kisskb/src/lib/seq_buf.c: In function 'seq_buf_putmem_hex': /kisskb/src/lib/seq_buf.c:225:16: note: byref variable will be forcibly initialized unsigned char hex[HEX_CHARS]; ^ /kisskb/src/lib/seq_buf.c: In function 'seq_buf_hex_dump': /kisskb/src/lib/seq_buf.c:363:16: note: byref variable will be forcibly initialized unsigned char linebuf[32 * 3 + 2 + 32 + 1]; ^ /kisskb/src/fs/ntfs/attrib.c: In function 'ntfs_external_attr_find': /kisskb/src/fs/ntfs/attrib.c:848:24: note: byref variable will be forcibly initialized ntfs_inode *base_ni, *ni; ^ In file included from /kisskb/src/drivers/clk/meson/clk-dualdiv.h:11:0, 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:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/drivers/acpi/acpica/psargs.c: In function 'acpi_ps_get_next_field': /kisskb/src/drivers/acpi/acpica/psargs.c:462:6: note: byref variable will be forcibly initialized u32 name; ^ /kisskb/src/drivers/acpi/acpica/psargs.c: In function 'acpi_ps_get_next_namepath': /kisskb/src/drivers/acpi/acpica/psargs.c:205:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *node; ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/dma/k3dma.c:6: /kisskb/src/drivers/dma/k3dma.c: In function 'vchan_synchronize': /kisskb/src/drivers/dma/virt-dma.h:213:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/dma/k3dma.c: In function 'vchan_free_chan_resources': /kisskb/src/drivers/dma/virt-dma.h:191:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/dma/k3dma.c: In function 'k3_dma_terminate_all': /kisskb/src/drivers/dma/k3dma.c:726:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/drivers/dma/k3dma.c:7:0: /kisskb/src/drivers/dma/k3dma.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_restrict': /kisskb/src/drivers/xen/privcmd.c:706:10: note: byref variable will be forcibly initialized domid_t dom; ^ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_hypercall': /kisskb/src/drivers/xen/privcmd.c:70:27: note: byref variable will be forcibly initialized struct privcmd_hypercall hypercall; ^ In file included from /kisskb/src/drivers/xen/privcmd.c:15:0: /kisskb/src/drivers/xen/privcmd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_mmap': /kisskb/src/drivers/xen/privcmd.c:258:24: note: byref variable will be forcibly initialized struct mmap_gfn_state state; ^ In file included from /kisskb/src/include/linux/module.h:12:0, from /kisskb/src/drivers/xen/privcmd.c:13: /kisskb/src/drivers/xen/privcmd.c:257:12: note: byref variable will be forcibly initialized LIST_HEAD(pagelist); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/xen/privcmd.c:253:22: note: byref variable will be forcibly initialized struct privcmd_mmap mmapcmd; ^ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_mmap_batch': /kisskb/src/drivers/xen/privcmd.c:452:26: note: byref variable will be forcibly initialized struct mmap_batch_state state; ^ In file included from /kisskb/src/include/linux/module.h:12:0, from /kisskb/src/drivers/xen/privcmd.c:13: /kisskb/src/drivers/xen/privcmd.c:451:12: note: byref variable will be forcibly initialized LIST_HEAD(pagelist); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/xen/privcmd.c:447:30: note: byref variable will be forcibly initialized struct privcmd_mmapbatch_v2 m; ^ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_dm_op': /kisskb/src/drivers/xen/privcmd.c:625:15: note: byref variable will be forcibly initialized unsigned int pinned = 0; ^ /kisskb/src/drivers/xen/privcmd.c:618:23: note: byref variable will be forcibly initialized struct privcmd_dm_op kdata; ^ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_mmap_resource': /kisskb/src/drivers/xen/privcmd.c:726:31: note: byref variable will be forcibly initialized struct privcmd_mmap_resource kdata; ^ /kisskb/src/drivers/acpi/acpica/psloop.c: In function 'acpi_ps_get_arguments': /kisskb/src/drivers/acpi/acpica/psloop.c:54:27: note: byref variable will be forcibly initialized union acpi_parse_object *arg = NULL; ^ /kisskb/src/drivers/acpi/acpica/psloop.c: In function 'acpi_ps_parse_loop': /kisskb/src/drivers/acpi/acpica/psloop.c:224:27: note: byref variable will be forcibly initialized union acpi_parse_object *op = NULL; /* current op */ ^ /kisskb/src/drivers/clk/meson/clk-mpll.c: In function 'mpll_round_rate': /kisskb/src/drivers/clk/meson/clk-mpll.c:96:20: note: byref variable will be forcibly initialized unsigned int sdm, n2; ^ /kisskb/src/drivers/clk/meson/clk-mpll.c:96:15: note: byref variable will be forcibly initialized unsigned int sdm, n2; ^ In file included from /kisskb/src/drivers/clk/meson/clk-mpll.h:13:0, 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:15: note: byref variable will be forcibly initialized 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:20: note: byref variable will be forcibly initialized unsigned int sdm, n2; ^ /kisskb/src/drivers/clk/meson/clk-mpll.c:108:15: note: byref variable will be forcibly initialized unsigned int sdm, n2; ^ In file included from /kisskb/src/drivers/dma/mv_xor_v2.c:18:0: /kisskb/src/drivers/dma/mv_xor_v2.c: In function 'dmaengine_desc_callback_invoke': /kisskb/src/drivers/dma/dmaengine.h:135:26: note: byref variable will be forcibly initialized struct dmaengine_result dummy_result = { ^ /kisskb/src/drivers/dma/mv_xor_v2.c: In function 'dmaengine_desc_get_callback_invoke': /kisskb/src/drivers/dma/dmaengine.h:163:33: note: byref variable will be forcibly initialized struct dmaengine_desc_callback cb; ^ In file included from /kisskb/src/include/linux/dma-mapping.h:7:0, from /kisskb/src/drivers/dma/mv_xor_v2.c:8: /kisskb/src/drivers/dma/mv_xor_v2.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/drivers/dma/mv_xor_v2.c:18:0: /kisskb/src/drivers/dma/mv_xor_v2.c: In function 'mv_xor_v2_tasklet': /kisskb/src/drivers/dma/dmaengine.h:163:33: note: byref variable will be forcibly initialized struct dmaengine_desc_callback cb; ^ /kisskb/src/drivers/dma/mv_xor_v2.c:560:6: note: byref variable will be forcibly initialized int pending_ptr, num_of_pending, i; ^ /kisskb/src/drivers/acpi/acpica/psobject.c: In function 'acpi_ps_build_named_op': /kisskb/src/drivers/acpi/acpica/psobject.c:160:27: note: byref variable will be forcibly initialized union acpi_parse_object *arg = NULL; ^ /kisskb/src/drivers/acpi/acpica/psobject.c: In function 'acpi_ps_create_op': /kisskb/src/drivers/acpi/acpica/psobject.c:303:27: note: byref variable will be forcibly initialized union acpi_parse_object *named_op = NULL; ^ /kisskb/src/drivers/acpi/acpica/psobject.c:302:27: note: byref variable will be forcibly initialized union acpi_parse_object *op; ^ In file included from /kisskb/src/drivers/clk/meson/clk-phase.h:11:0, 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:15: note: byref variable will be forcibly initialized unsigned int val; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/fs/ntfs/compress.c:11: /kisskb/src/fs/ntfs/compress.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/ntfs/compress.c: In function 'ntfs_read_compressed_block': /kisskb/src/fs/ntfs/compress.c:504:16: note: byref variable will be forcibly initialized unsigned char xpage_done = 0; ^ /kisskb/src/fs/ntfs/compress.c:499:42: note: byref variable will be forcibly initialized unsigned int xpage, max_page, cur_page, cur_ofs, i; ^ /kisskb/src/fs/ntfs/compress.c:499:32: note: byref variable will be forcibly initialized unsigned int xpage, max_page, cur_page, cur_ofs, i; ^ In file included from /kisskb/src/include/linux/device.h:29:0, from /kisskb/src/include/linux/miscdevice.h:7, from /kisskb/src/drivers/xen/privcmd-buf.c:16: /kisskb/src/drivers/xen/privcmd-buf.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/dma/owl-dma.c: In function 'owl_dma_interrupt': /kisskb/src/drivers/dma/owl-dma.c:596:16: note: byref variable will be forcibly initialized unsigned long pending; ^ In file included from /kisskb/src/include/linux/mutex.h:15:0, from /kisskb/src/include/linux/notifier.h:14, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/dma/owl-dma.c:12: /kisskb/src/drivers/dma/owl-dma.c: In function 'owl_dma_terminate_all': /kisskb/src/drivers/dma/owl-dma.c:701:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/dma/owl-dma.c: In function 'vchan_free_chan_resources': /kisskb/src/drivers/dma/virt-dma.h:191:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/dma/owl-dma.c: In function 'owl_dma_alloc_lli': /kisskb/src/drivers/dma/owl-dma.c:351:13: note: byref variable will be forcibly initialized dma_addr_t phys; ^ In file included from /kisskb/src/include/linux/dmaengine.h:8:0, from /kisskb/src/drivers/dma/owl-dma.c:14: /kisskb/src/drivers/dma/owl-dma.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/dma/owl-dma.c: In function 'owl_dma_probe': /kisskb/src/drivers/dma/owl-dma.c:1094:27: note: byref variable will be forcibly initialized int ret, i, nr_channels, nr_requests; ^ /kisskb/src/drivers/dma/owl-dma.c:1094:14: note: byref variable will be forcibly initialized int ret, i, nr_channels, nr_requests; ^ /kisskb/src/drivers/clk/meson/clk-pll.c: In function 'meson_clk_get_pll_settings': /kisskb/src/drivers/clk/meson/clk-pll.c:222:21: note: byref variable will be forcibly initialized unsigned int i, m, n; ^ /kisskb/src/drivers/clk/meson/clk-pll.c:222:18: note: byref variable will be forcibly initialized unsigned int i, m, n; ^ In file included from /kisskb/src/drivers/clk/meson/clk-pll.h:12:0, 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:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/drivers/clk/meson/clk-pll.c: In function 'meson_clk_pll_round_rate': /kisskb/src/drivers/clk/meson/clk-pll.c:250:18: note: byref variable will be forcibly initialized unsigned int m, n, frac; ^ /kisskb/src/drivers/clk/meson/clk-pll.c:250:15: note: byref variable will be forcibly initialized unsigned int m, n, frac; ^ /kisskb/src/drivers/clk/meson/clk-pll.c: In function 'meson_clk_pll_set_rate': /kisskb/src/drivers/clk/meson/clk-pll.c:368:27: note: byref variable will be forcibly initialized unsigned int enabled, m, n, frac = 0; ^ /kisskb/src/drivers/clk/meson/clk-pll.c:368:24: note: byref variable will be forcibly initialized unsigned int enabled, m, n, frac = 0; ^ /kisskb/src/fs/ntfs/debug.c: In function '__ntfs_warning': /kisskb/src/fs/ntfs/debug.c:33:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/ntfs/debug.c: In function '__ntfs_error': /kisskb/src/fs/ntfs/debug.c:76:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/drivers/xen/xlate_mmu.c: In function 'unmap_gfn': /kisskb/src/drivers/xen/xlate_mmu.c:176:33: note: byref variable will be forcibly initialized 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:103:34: note: byref variable will be forcibly initialized struct xen_add_to_physmap_range xatp = { ^ /kisskb/src/drivers/xen/xlate_mmu.c:99:15: note: byref variable will be forcibly initialized struct page *page = info->pages[info->index++]; ^ In file included from /kisskb/src/drivers/xen/xlate_mmu.c:32:0: /kisskb/src/drivers/xen/xlate_mmu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized 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:20: note: byref variable will be forcibly initialized 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:27: note: byref variable will be forcibly initialized struct map_balloon_pages data; ^ In file included from /kisskb/src/drivers/dma/pl330.c:30:0: /kisskb/src/drivers/dma/pl330.c: In function 'dmaengine_desc_callback_invoke': /kisskb/src/drivers/dma/dmaengine.h:135:26: note: byref variable will be forcibly initialized struct dmaengine_result dummy_result = { ^ /kisskb/src/drivers/dma/pl330.c: In function '_stop': /kisskb/src/drivers/dma/pl330.c:971:5: note: byref variable will be forcibly initialized u8 insn[6] = {0, 0, 0, 0, 0, 0}; ^ /kisskb/src/drivers/dma/pl330.c: In function '_trigger': /kisskb/src/drivers/dma/pl330.c:1002:5: note: byref variable will be forcibly initialized u8 insn[6] = {0, 0, 0, 0, 0, 0}; ^ /kisskb/src/drivers/dma/pl330.c: In function '_setup_loops': /kisskb/src/drivers/dma/pl330.c:1371:16: note: byref variable will be forcibly initialized unsigned long c, bursts = BYTE_TO_BURST(x->bytes, ccr); ^ /kisskb/src/drivers/dma/pl330.c: In function 'pl330_submit_req': /kisskb/src/drivers/dma/pl330.c:1472:20: note: byref variable will be forcibly initialized struct _xfer_spec xs; ^ In file included from /kisskb/src/drivers/dma/pl330.c:14:0: /kisskb/src/drivers/dma/pl330.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/drivers/dma/pl330.c:30:0: /kisskb/src/drivers/dma/pl330.c: In function 'pl330_tasklet': /kisskb/src/drivers/dma/dmaengine.h:135:26: note: byref variable will be forcibly initialized struct dmaengine_result dummy_result = { ^ In file included from /kisskb/src/include/linux/wait.h:7:0, 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/dma/pl330.c:10: /kisskb/src/drivers/dma/pl330.c: In function 'pl330_get_desc': /kisskb/src/drivers/dma/pl330.c:2593:13: note: byref variable will be forcibly initialized LIST_HEAD(pool); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/include/linux/ratelimit_types.h:7:0, from /kisskb/src/include/linux/printk.h:10, from /kisskb/src/include/linux/kernel.h:16, from /kisskb/src/include/linux/list.h:9, 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/debugfs.h:15, from /kisskb/src/drivers/dma/pl330.c:10: /kisskb/src/drivers/dma/pl330.c:2592:19: note: byref variable will be forcibly initialized DEFINE_SPINLOCK(lock); ^ /kisskb/src/include/linux/spinlock_types.h:97:39: note: in definition of macro 'DEFINE_SPINLOCK' #define DEFINE_SPINLOCK(x) spinlock_t x = __SPIN_LOCK_UNLOCKED(x) ^ /kisskb/src/drivers/clk/meson/clk-regmap.c: In function 'clk_regmap_gate_is_enabled': /kisskb/src/drivers/clk/meson/clk-regmap.c:36:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/drivers/clk/meson/clk-regmap.c: In function 'clk_regmap_div_round_rate': /kisskb/src/drivers/clk/meson/clk-regmap.c:83:15: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized 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:141:15: note: byref variable will be forcibly initialized unsigned int val; ^ In file included from /kisskb/src/drivers/clk/meson/sclk-div.h:11:0, 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:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/fs/ntfs/dir.c: In function 'ntfs_dir_fsync': /kisskb/src/fs/ntfs/dir.c:1492:12: note: byref variable will be forcibly initialized ntfs_attr na; ^ /kisskb/src/lib/vsprintf.c: In function 'number': /kisskb/src/lib/vsprintf.c:426:7: note: byref variable will be forcibly initialized char tmp[3 * sizeof(num)] __aligned(2); ^ /kisskb/src/lib/vsprintf.c: In function 'ip4_string': /kisskb/src/lib/vsprintf.c:1319:8: note: byref variable will be forcibly initialized char temp[4] __aligned(2); /* hold each IP quad in reverse order */ ^ /kisskb/src/lib/vsprintf.c: In function 'resource_string': /kisskb/src/lib/vsprintf.c:1053:7: note: byref variable will be forcibly initialized char sym[max(2*RSRC_BUF_SIZE + DECODED_BUF_SIZE, ^ /kisskb/src/lib/vsprintf.c: In function 'mac_address_string': /kisskb/src/lib/vsprintf.c:1252:7: note: byref variable will be forcibly initialized char mac_addr[sizeof("xx:xx:xx:xx:xx:xx")]; ^ /kisskb/src/lib/vsprintf.c: In function 'ip4_addr_string': /kisskb/src/lib/vsprintf.c:1456:7: note: byref variable will be forcibly initialized char ip4_addr[sizeof("255.255.255.255")]; ^ /kisskb/src/lib/vsprintf.c: In function 'uuid_string': /kisskb/src/lib/vsprintf.c:1673:7: note: byref variable will be forcibly initialized char uuid[UUID_STRING_LEN + 1]; ^ /kisskb/src/lib/vsprintf.c: In function 'ptr_to_id': /kisskb/src/lib/vsprintf.c:798:16: note: byref variable will be forcibly initialized unsigned long hashval; ^ /kisskb/src/lib/vsprintf.c: In function 'ip6_compressed_string': /kisskb/src/lib/vsprintf.c:1350:18: note: byref variable will be forcibly initialized struct in6_addr in6; ^ /kisskb/src/lib/vsprintf.c:1343:16: note: byref variable will be forcibly initialized unsigned char zerolength[8]; ^ /kisskb/src/lib/vsprintf.c: In function 'ip6_addr_string': /kisskb/src/lib/vsprintf.c:1442:7: note: byref variable will be forcibly initialized char ip6_addr[sizeof("xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255")]; ^ /kisskb/src/lib/vsprintf.c: In function 'ip4_addr_string_sa': /kisskb/src/lib/vsprintf.c:1533:7: note: byref variable will be forcibly initialized char fmt4[3] = { fmt[0], '4', 0 }; ^ /kisskb/src/lib/vsprintf.c:1530:11: note: byref variable will be forcibly initialized 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:1473:7: note: byref variable will be forcibly initialized char fmt6[2] = { fmt[0], '6' }; ^ /kisskb/src/lib/vsprintf.c:1468:7: note: byref variable will be forcibly initialized char ip6_addr[sizeof("[xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255]") + ^ /kisskb/src/lib/vsprintf.c: In function 'symbol_string': /kisskb/src/lib/vsprintf.c:961:7: note: byref variable will be forcibly initialized char sym[KSYM_SYMBOL_LEN]; ^ /kisskb/src/lib/vsprintf.c: In function 'time64_str': /kisskb/src/lib/vsprintf.c:1839:12: note: byref variable will be forcibly initialized struct tm tm; ^ /kisskb/src/lib/vsprintf.c:1838:18: note: byref variable will be forcibly initialized struct rtc_time rtc_time; ^ /kisskb/src/lib/vsprintf.c: In function 'device_node_string': /kisskb/src/lib/vsprintf.c:1978:14: note: byref variable will be forcibly initialized const char *p; ^ /kisskb/src/lib/vsprintf.c:1977:7: note: byref variable will be forcibly initialized char tbuf[sizeof("xxxx") + 1]; ^ /kisskb/src/lib/vsprintf.c: In function 'simple_strtoull': /kisskb/src/lib/vsprintf.c:66:21: note: byref variable will be forcibly initialized unsigned long long result; ^ /kisskb/src/lib/vsprintf.c: In function 'num_to_str': /kisskb/src/lib/vsprintf.c:348:7: note: byref variable will be forcibly initialized char tmp[sizeof(num) * 3] __aligned(2); ^ /kisskb/src/lib/vsprintf.c: In function 'va_format': /kisskb/src/lib/vsprintf.c:1657:10: note: byref variable will be forcibly initialized va_list va; ^ /kisskb/src/lib/vsprintf.c: In function 'snprintf': /kisskb/src/lib/vsprintf.c:2780:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/lib/vsprintf.c: In function 'scnprintf': /kisskb/src/lib/vsprintf.c:2804:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/lib/vsprintf.c: In function 'sprintf': /kisskb/src/lib/vsprintf.c:2849:10: note: byref variable will be forcibly initialized va_list args; ^ In file included from /kisskb/src/include/linux/kasan-checks.h:5:0, 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:248, 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:3403:19: note: byref variable will be forcibly initialized DECLARE_BITMAP(set, 256) = {0}; ^ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^ /kisskb/src/lib/vsprintf.c:3272:15: note: byref variable will be forcibly initialized unsigned int base; ^ /kisskb/src/lib/vsprintf.c:3268:8: note: byref variable will be forcibly initialized char *next; ^ /kisskb/src/lib/vsprintf.c: In function 'sscanf': /kisskb/src/lib/vsprintf.c:3554:10: note: byref variable will be forcibly initialized va_list args; ^ In file included from /kisskb/src/include/xen/xenbus.h:44:0, from /kisskb/src/drivers/xen/xen-front-pgdir-shbuf.c:19: /kisskb/src/drivers/xen/xen-front-pgdir-shbuf.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized 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:441:14: note: byref variable will be forcibly initialized grant_ref_t priv_gref_head; ^ /kisskb/src/fs/nls/nls_utf8.c: In function 'char2uni': /kisskb/src/fs/nls/nls_utf8.c:32:12: note: byref variable will be forcibly initialized unicode_t u; ^ In file included from /kisskb/src/drivers/clk/meson/vid-pll-div.h:11:0, 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:15: note: byref variable will be forcibly initialized unsigned int val; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/acpi/osl.c:14: /kisskb/src/drivers/acpi/osl.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:93:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^ /kisskb/src/drivers/acpi/osl.c: In function 'acpi_request_region': /kisskb/src/drivers/acpi/osl.c:96:6: note: byref variable will be forcibly initialized u64 addr; ^ /kisskb/src/drivers/acpi/osl.c: In function 'acpi_os_map_generic_address': /kisskb/src/drivers/acpi/osl.c:455:6: note: byref variable will be forcibly initialized u64 addr; ^ /kisskb/src/drivers/acpi/osl.c: In function 'acpi_os_unmap_generic_address': /kisskb/src/drivers/acpi/osl.c:471:6: note: byref variable will be forcibly initialized u64 addr; ^ /kisskb/src/drivers/acpi/osl.c: In function 'acpi_os_install_interrupt_handler': /kisskb/src/drivers/acpi/osl.c:565:15: note: byref variable will be forcibly initialized unsigned int irq; ^ /kisskb/src/drivers/acpi/osl.c: In function 'acpi_os_read_port': /kisskb/src/drivers/acpi/osl.c:647:6: note: byref variable will be forcibly initialized u32 dummy; ^ /kisskb/src/drivers/acpi/osl.c: In function 'acpi_os_read_memory': /kisskb/src/drivers/acpi/osl.c:714:6: note: byref variable will be forcibly initialized u64 dummy; ^ /kisskb/src/drivers/acpi/osl.c: In function 'acpi_os_printf': /kisskb/src/drivers/acpi/osl.c:146:10: note: byref variable will be forcibly initialized va_list args; ^ In file included from /kisskb/src/drivers/dma/tegra20-apb-dma.c:29:0: /kisskb/src/drivers/dma/tegra20-apb-dma.c: In function 'dmaengine_desc_callback_invoke': /kisskb/src/drivers/dma/dmaengine.h:135:26: note: byref variable will be forcibly initialized struct dmaengine_result dummy_result = { ^ In file included from /kisskb/src/include/linux/device.h:29:0, from /kisskb/src/include/linux/dmaengine.h:8, from /kisskb/src/drivers/dma/tegra20-apb-dma.c:11: /kisskb/src/drivers/dma/tegra20-apb-dma.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/swait.h:8:0, 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/dma/tegra20-apb-dma.c:9: /kisskb/src/drivers/dma/tegra20-apb-dma.c: In function 'tegra_dma_synchronize': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/drivers/dma/tegra20-apb-dma.c:832:2: note: in expansion of macro 'wait_event' wait_event(tdc->wq, tegra_dma_eoc_interrupt_deasserted(tdc)); ^ In file included from /kisskb/src/drivers/dma/tegra20-apb-dma.c:29:0: /kisskb/src/drivers/dma/tegra20-apb-dma.c: In function 'tegra_dma_tasklet': /kisskb/src/drivers/dma/dmaengine.h:135:26: note: byref variable will be forcibly initialized struct dmaengine_result dummy_result = { ^ /kisskb/src/drivers/dma/tegra20-apb-dma.c: In function 'tegra_dma_free_chan_resources': /kisskb/src/drivers/dma/tegra20-apb-dma.c:1324:19: note: byref variable will be forcibly initialized struct list_head sg_req_list; ^ /kisskb/src/drivers/dma/tegra20-apb-dma.c:1323:19: note: byref variable will be forcibly initialized struct list_head dma_desc_list; ^ /kisskb/src/drivers/dma/tegra20-apb-dma.c: In function 'tegra_dma_prep_slave_sg': /kisskb/src/drivers/dma/tegra20-apb-dma.c:1059:19: note: byref variable will be forcibly initialized struct list_head req_list; ^ /kisskb/src/drivers/clk/meson/axg-audio.c: In function 'axg_audio_reset_status': /kisskb/src/drivers/clk/meson/axg-audio.c:1728:15: note: byref variable will be forcibly initialized unsigned int val, offset, bit; ^ /kisskb/src/drivers/acpi/utils.c: In function 'acpi_handle_path': /kisskb/src/drivers/acpi/utils.c:440:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer = { ^ /kisskb/src/drivers/acpi/utils.c: In function 'acpi_evaluate_integer': /kisskb/src/drivers/acpi/utils.c:253:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer = { 0, NULL }; ^ /kisskb/src/drivers/acpi/utils.c:252:20: note: byref variable will be forcibly initialized union acpi_object element; ^ /kisskb/src/drivers/acpi/utils.c: In function 'acpi_dev_match_cb': /kisskb/src/drivers/acpi/utils.c:770:21: note: byref variable will be forcibly initialized unsigned long long hrv; ^ /kisskb/src/drivers/acpi/utils.c: In function 'acpi_evaluate_reference': /kisskb/src/drivers/acpi/utils.c:289:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; ^ /kisskb/src/drivers/acpi/utils.c: In function 'acpi_get_physical_device_location': /kisskb/src/drivers/acpi/utils.c:367:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; ^ /kisskb/src/drivers/acpi/utils.c: In function 'acpi_evaluate_ost': /kisskb/src/drivers/acpi/utils.c:416:26: note: byref variable will be forcibly initialized struct acpi_object_list arg_list = {3, params}; ^ /kisskb/src/drivers/acpi/utils.c: In function 'acpi_handle_printk': /kisskb/src/drivers/acpi/utils.c:466:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/drivers/acpi/utils.c: In function 'acpi_has_method': /kisskb/src/drivers/acpi/utils.c:523:14: note: byref variable will be forcibly initialized acpi_handle tmp; ^ /kisskb/src/drivers/acpi/utils.c: In function 'acpi_execute_simple_method': /kisskb/src/drivers/acpi/utils.c:533:26: note: byref variable will be forcibly initialized struct acpi_object_list arg_list = { .count = 1, .pointer = &obj, }; ^ /kisskb/src/drivers/acpi/utils.c: In function 'acpi_evaluate_reg': /kisskb/src/drivers/acpi/utils.c:596:20: note: byref variable will be forcibly initialized union acpi_object params[2]; ^ /kisskb/src/drivers/acpi/utils.c:595:26: note: byref variable will be forcibly initialized struct acpi_object_list arg_list; ^ /kisskb/src/drivers/acpi/utils.c: In function 'acpi_evaluate_dsm': /kisskb/src/drivers/acpi/utils.c:630:26: note: byref variable will be forcibly initialized struct acpi_object_list input = { ^ /kisskb/src/drivers/acpi/utils.c:629:20: note: byref variable will be forcibly initialized union acpi_object params[4]; ^ /kisskb/src/drivers/acpi/utils.c:628:21: note: byref variable will be forcibly initialized struct acpi_buffer buf = {ACPI_ALLOCATE_BUFFER, NULL}; ^ /kisskb/src/drivers/acpi/utils.c: In function 'acpi_dev_get_next_match_dev': /kisskb/src/drivers/acpi/utils.c:843:29: note: byref variable will be forcibly initialized struct acpi_dev_match_info match = {}; ^ /kisskb/src/drivers/acpi/utils.c: In function 'acpi_match_platform_list': /kisskb/src/drivers/acpi/utils.c:899:27: note: byref variable will be forcibly initialized struct acpi_table_header hdr; ^ /kisskb/src/fs/ntfs/file.c: In function 'ntfs_prepare_pages_for_non_resident_write': /kisskb/src/fs/ntfs/file.c:579:34: note: byref variable will be forcibly initialized struct buffer_head *bh, *head, *wait[2], **wait_bh = wait; ^ /kisskb/src/fs/ntfs/file.c: In function 'ntfs_copy_from_user_iter': /kisskb/src/fs/ntfs/file.c:1687:18: note: byref variable will be forcibly initialized struct iov_iter data = *i; ^ /kisskb/src/fs/ntfs/file.c: In function 'ntfs_perform_write': /kisskb/src/fs/ntfs/file.c:1735:15: note: byref variable will be forcibly initialized struct page *cached_page = NULL; ^ /kisskb/src/fs/ntfs/file.c:1734:15: note: byref variable will be forcibly initialized struct page *pages[NTFS_MAX_PAGES_PER_CLUSTER]; ^ /kisskb/src/drivers/acpi/acpica/rscalc.c: In function 'acpi_rs_get_list_length': /kisskb/src/drivers/acpi/acpica/rscalc.c:451:5: note: byref variable will be forcibly initialized u8 resource_index; ^ /kisskb/src/drivers/acpi/acpica/rscalc.c:448:6: note: byref variable will be forcibly initialized u16 temp16; ^ /kisskb/src/lib/win_minmax.c: In function 'minmax_running_max': /kisskb/src/lib/win_minmax.c:69:23: note: byref variable will be forcibly initialized struct minmax_sample val = { .t = t, .v = meas }; ^ /kisskb/src/lib/win_minmax.c: In function 'minmax_running_min': /kisskb/src/lib/win_minmax.c:87:23: note: byref variable will be forcibly initialized struct minmax_sample val = { .t = t, .v = meas }; ^ /kisskb/src/drivers/acpi/acpica/rscreate.c: In function 'acpi_buffer_to_resource': /kisskb/src/drivers/acpi/acpica/rscreate.c:37:8: note: byref variable will be forcibly initialized void *current_resource_ptr; ^ /kisskb/src/drivers/acpi/acpica/rscreate.c:35:12: note: byref variable will be forcibly initialized acpi_size list_size_needed; ^ /kisskb/src/drivers/acpi/acpica/rscreate.c: In function 'acpi_rs_create_resource_list': /kisskb/src/drivers/acpi/acpica/rscreate.c:111:8: note: byref variable will be forcibly initialized void *resource; ^ /kisskb/src/drivers/acpi/acpica/rscreate.c:109:12: note: byref variable will be forcibly initialized acpi_size list_size_needed = 0; ^ /kisskb/src/drivers/acpi/acpica/rscreate.c: In function 'acpi_rs_create_pci_routing_table': /kisskb/src/drivers/acpi/acpica/rscreate.c:192:21: note: byref variable will be forcibly initialized struct acpi_buffer path_buffer; ^ /kisskb/src/drivers/acpi/acpica/rscreate.c:186:12: note: byref variable will be forcibly initialized acpi_size buffer_size_needed = 0; ^ /kisskb/src/drivers/acpi/acpica/rscreate.c: In function 'acpi_rs_create_aml_resources': /kisskb/src/drivers/acpi/acpica/rscreate.c:408:12: note: byref variable will be forcibly initialized acpi_size aml_size_needed = 0; ^ In file included from /kisskb/src/include/linux/mutex.h:15:0, from /kisskb/src/include/linux/notifier.h:14, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/dma/uniphier-mdmac.c:7: /kisskb/src/drivers/dma/uniphier-mdmac.c: In function 'vchan_free_chan_resources': /kisskb/src/drivers/dma/virt-dma.h:191:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/dma/uniphier-mdmac.c: In function 'vchan_synchronize': /kisskb/src/drivers/dma/virt-dma.h:213:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/dma/uniphier-mdmac.c: In function 'uniphier_mdmac_terminate_all': /kisskb/src/drivers/dma/uniphier-mdmac.c:258:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/include/linux/device.h:29:0, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/dma/uniphier-mdmac.c:8: /kisskb/src/drivers/dma/uniphier-mdmac.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/lib/xarray.c:615:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(xa->xa_head, head); ^ /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/lib/xarray.c:612:4: note: in expansion of macro 'rcu_assign_pointer' 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/lib/xarray.c:681:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*slot, xa_mk_node(node)); ^ /kisskb/src/lib/xarray.c: In function 'xas_store': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/lib/xarray.c:816:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*slot, entry); ^ /kisskb/src/lib/xarray.c: In function 'xas_split': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/lib/xarray.c:1087:5: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(node->slots[offset--], ^ /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/lib/xarray.c:1085:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(node->slots[canon], entry); ^ /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/lib/xarray.c:1077:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(node->slots[offset], ^ In file included from /kisskb/src/lib/xarray.c:13:0: /kisskb/src/lib/xarray.c: In function 'xa_load': /kisskb/src/lib/xarray.c:1450:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^ /kisskb/src/lib/xarray.c: In function '__xa_erase': /kisskb/src/lib/xarray.c:1488:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^ /kisskb/src/lib/xarray.c: In function '__xa_store': /kisskb/src/lib/xarray.c:1534:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^ /kisskb/src/lib/xarray.c: In function '__xa_cmpxchg': /kisskb/src/lib/xarray.c:1600:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^ /kisskb/src/lib/xarray.c: In function '__xa_insert': /kisskb/src/lib/xarray.c:1637:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^ /kisskb/src/lib/xarray.c: In function 'xa_store_range': /kisskb/src/lib/xarray.c:1713:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, 0); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^ /kisskb/src/lib/xarray.c: In function 'xa_get_order': /kisskb/src/lib/xarray.c:1755:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^ /kisskb/src/lib/xarray.c: In function '__xa_alloc': /kisskb/src/lib/xarray.c:1807:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, 0); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' 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:1894:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' 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:1912:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' 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:1934:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, index); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^ /kisskb/src/lib/xarray.c: In function 'xa_find': /kisskb/src/lib/xarray.c:2008:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, *indexp); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' 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:2058:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, *indexp + 1); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^ /kisskb/src/lib/xarray.c: In function 'xa_extract': /kisskb/src/lib/xarray.c:2155:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, start); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^ /kisskb/src/lib/xarray.c: In function 'xa_destroy': /kisskb/src/lib/xarray.c:2201:11: note: byref variable will be forcibly initialized XA_STATE(xas, xa, 0); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^ /kisskb/src/fs/ufs/balloc.c: In function 'ufs_change_blocknr': /kisskb/src/fs/ufs/balloc.c:251:29: note: byref variable will be forcibly initialized struct buffer_head *head, *bh; ^ /kisskb/src/lib/parser.c: In function 'match_number': /kisskb/src/lib/parser.c:128:8: note: byref variable will be forcibly initialized char *endp; ^ /kisskb/src/lib/parser.c: In function 'match_u64int': /kisskb/src/lib/parser.c:163:6: note: byref variable will be forcibly initialized u64 val; ^ /kisskb/src/fs/ufs/dir.c: In function 'ufs_inode_by_name': /kisskb/src/fs/ufs/dir.c:74:15: note: byref variable will be forcibly initialized struct page *page; ^ /kisskb/src/fs/ntfs/inode.c: In function 'ntfs_attr_iget': /kisskb/src/fs/ntfs/inode.c:219:12: note: byref variable will be forcibly initialized ntfs_attr na; ^ /kisskb/src/fs/ntfs/inode.c: In function 'ntfs_iget': /kisskb/src/fs/ntfs/inode.c:161:12: note: byref variable will be forcibly initialized ntfs_attr na; ^ /kisskb/src/fs/ntfs/inode.c: In function 'ntfs_index_iget': /kisskb/src/fs/ntfs/inode.c:277:12: note: byref variable will be forcibly initialized ntfs_attr na; ^ In file included from /kisskb/src/include/linux/slab.h:16:0, from /kisskb/src/drivers/clk/samsung/clk.c:11: /kisskb/src/drivers/clk/samsung/clk.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/drivers/clk/samsung/clk.c:11:0: /kisskb/src/drivers/clk/samsung/clk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/clk/samsung/clk.c: In function 'samsung_clk_of_register_fixed_ext': /kisskb/src/drivers/clk/samsung/clk.c:261:6: note: byref variable will be forcibly initialized u32 freq; ^ /kisskb/src/drivers/clk/samsung/clk.c:259:29: note: byref variable will be forcibly initialized const struct of_device_id *match; ^ /kisskb/src/fs/ufs/ialloc.c: In function 'ufs_new_inode': /kisskb/src/fs/ufs/ialloc.c:180:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^ /kisskb/src/drivers/clk/samsung/clk-pll.c: In function '_samsung_clk_register_pll': /kisskb/src/drivers/clk/samsung/clk-pll.c:1249:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/lib/random32.c: In function 'prandom_seed_full_state': /kisskb/src/lib/random32.c:116:7: note: byref variable will be forcibly initialized u32 seeds[4]; ^ /kisskb/src/drivers/acpi/acpica/rsutils.c: In function 'acpi_rs_set_resource_length': /kisskb/src/drivers/acpi/acpica/rsutils.c:170:17: note: byref variable will be forcibly initialized acpi_rs_length resource_length; ^ /kisskb/src/drivers/acpi/acpica/rsutils.c: In function 'acpi_rs_get_prt_method_data': /kisskb/src/drivers/acpi/acpica/rsutils.c:436:29: note: byref variable will be forcibly initialized union acpi_operand_object *obj_desc; ^ /kisskb/src/drivers/acpi/acpica/rsutils.c: In function 'acpi_rs_get_crs_method_data': /kisskb/src/drivers/acpi/acpica/rsutils.c:486:29: note: byref variable will be forcibly initialized union acpi_operand_object *obj_desc; ^ /kisskb/src/drivers/acpi/acpica/rsutils.c: In function 'acpi_rs_get_prs_method_data': /kisskb/src/drivers/acpi/acpica/rsutils.c:537:29: note: byref variable will be forcibly initialized union acpi_operand_object *obj_desc; ^ /kisskb/src/drivers/acpi/acpica/rsutils.c: In function 'acpi_rs_get_aei_method_data': /kisskb/src/drivers/acpi/acpica/rsutils.c:588:29: note: byref variable will be forcibly initialized union acpi_operand_object *obj_desc; ^ /kisskb/src/drivers/acpi/acpica/rsutils.c: In function 'acpi_rs_get_method_data': /kisskb/src/drivers/acpi/acpica/rsutils.c:640:29: note: byref variable will be forcibly initialized union acpi_operand_object *obj_desc; ^ /kisskb/src/drivers/acpi/acpica/rsutils.c: In function 'acpi_rs_set_srs_method_data': /kisskb/src/drivers/acpi/acpica/rsutils.c:697:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer; ^ /kisskb/src/drivers/acpi/acpica/rsutils.c:695:29: note: byref variable will be forcibly initialized union acpi_operand_object *args[2]; ^ /kisskb/src/fs/ntfs/mft.c: In function 'ntfs_may_write_mft_record': /kisskb/src/fs/ntfs/mft.c:928:12: note: byref variable will be forcibly initialized ntfs_attr na; ^ /kisskb/src/fs/ntfs/mft.c: In function 'ntfs_mft_record_alloc': /kisskb/src/fs/ntfs/mft.c:2245:35: note: byref variable will be forcibly initialized ntfs_inode *mft_ni, *mftbmp_ni, *ni; ^ /kisskb/src/fs/ufs/inode.c: In function 'ufs_frag_map': /kisskb/src/fs/ufs/inode.c:131:11: note: byref variable will be forcibly initialized Indirect chain[4], *q = chain; ^ /kisskb/src/fs/ufs/inode.c: In function 'free_full_branch': /kisskb/src/fs/ufs/inode.c:994:18: note: byref variable will be forcibly initialized struct to_free ctx = {.inode = inode}; ^ /kisskb/src/fs/ufs/inode.c: In function 'free_branch_tail': /kisskb/src/fs/ufs/inode.c:1028:18: note: byref variable will be forcibly initialized struct to_free ctx = {.inode = inode}; ^ /kisskb/src/fs/ufs/inode.c: In function 'ufs_truncate_blocks': /kisskb/src/fs/ufs/inode.c:1122:11: note: byref variable will be forcibly initialized unsigned offsets[4]; ^ /kisskb/src/fs/ufs/inode.c: In function 'ufs_getfrag_block': /kisskb/src/fs/ufs/inode.c:401:11: note: byref variable will be forcibly initialized unsigned offsets[4]; ^ /kisskb/src/fs/ufs/inode.c:400:15: note: byref variable will be forcibly initialized int err = 0, new = 0; ^ /kisskb/src/fs/ufs/inode.c:400:6: note: byref variable will be forcibly initialized int err = 0, new = 0; ^ /kisskb/src/drivers/acpi/acpica/rsxface.c: In function 'acpi_get_irq_routing_table': /kisskb/src/drivers/acpi/acpica/rsxface.c:126:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *node; ^ /kisskb/src/drivers/acpi/acpica/rsxface.c: In function 'acpi_get_current_resources': /kisskb/src/drivers/acpi/acpica/rsxface.c:171:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *node; ^ /kisskb/src/drivers/acpi/acpica/rsxface.c: In function 'acpi_get_possible_resources': /kisskb/src/drivers/acpi/acpica/rsxface.c:213:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *node; ^ /kisskb/src/drivers/acpi/acpica/rsxface.c: In function 'acpi_set_current_resources': /kisskb/src/drivers/acpi/acpica/rsxface.c:252:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *node; ^ /kisskb/src/drivers/acpi/acpica/rsxface.c: In function 'acpi_get_event_resources': /kisskb/src/drivers/acpi/acpica/rsxface.c:298:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *node; ^ /kisskb/src/drivers/acpi/acpica/rsxface.c: In function 'acpi_walk_resources': /kisskb/src/drivers/acpi/acpica/rsxface.c:599:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer; ^ /kisskb/src/drivers/acpi/acpica/rsxface.c: In function 'acpi_get_vendor_resource': /kisskb/src/drivers/acpi/acpica/rsxface.c:403:31: note: byref variable will be forcibly initialized struct acpi_vendor_walk_info info; ^ /kisskb/src/drivers/acpi/acpica/tbdata.c: In function 'acpi_tb_compare_tables': /kisskb/src/drivers/acpi/acpica/tbdata.c:47:5: note: byref variable will be forcibly initialized u8 table_flags; ^ /kisskb/src/drivers/acpi/acpica/tbdata.c:46:6: note: byref variable will be forcibly initialized u32 table_length; ^ /kisskb/src/drivers/acpi/acpica/tbdata.c:45:28: note: byref variable will be forcibly initialized struct acpi_table_header *table; ^ /kisskb/src/drivers/acpi/acpica/tbdata.c: In function 'acpi_tb_load_table': /kisskb/src/drivers/acpi/acpica/tbdata.c:922:16: note: byref variable will be forcibly initialized acpi_owner_id owner_id; ^ /kisskb/src/drivers/acpi/acpica/tbdata.c:920:28: note: byref variable will be forcibly initialized struct acpi_table_header *table; ^ /kisskb/src/drivers/acpi/acpica/tbdata.c: In function 'acpi_tb_install_and_load_table': /kisskb/src/drivers/acpi/acpica/tbdata.c:976:6: note: byref variable will be forcibly initialized u32 i; ^ /kisskb/src/drivers/acpi/acpica/tbdata.c: In function 'acpi_tb_unload_table': /kisskb/src/drivers/acpi/acpica/tbdata.c:1012:28: note: byref variable will be forcibly initialized struct acpi_table_header *table; ^ /kisskb/src/lib/kasprintf.c: In function 'kvasprintf': /kisskb/src/lib/kasprintf.c:19:10: note: byref variable will be forcibly initialized va_list aq; ^ /kisskb/src/lib/kasprintf.c: In function 'kasprintf': /kisskb/src/lib/kasprintf.c:55:10: note: byref variable will be forcibly initialized va_list ap; ^ /kisskb/src/drivers/clk/samsung/clk-cpu.c: In function 'exynos_register_cpu_clock': /kisskb/src/drivers/clk/samsung/clk-cpu.c:411:14: note: byref variable will be forcibly initialized const char *parent_name; ^ /kisskb/src/drivers/clk/samsung/clk-cpu.c:410:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/fs/ubifs/shrinker.c: In function 'ubifs_shrink_scan': /kisskb/src/fs/ubifs/shrinker.c:283:6: note: byref variable will be forcibly initialized int contention = 0; ^ /kisskb/src/drivers/acpi/acpica/tbfadt.c: In function 'acpi_tb_parse_fadt': /kisskb/src/drivers/acpi/acpica/tbfadt.c:279:28: note: byref variable will be forcibly initialized struct acpi_table_header *table; ^ /kisskb/src/lib/bitmap.c: In function 'bitmap_getnum': /kisskb/src/lib/bitmap.c:526:21: note: byref variable will be forcibly initialized unsigned long long n; ^ In file included from /kisskb/src/lib/bitmap.c:15:0: /kisskb/src/lib/bitmap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/lib/bitmap.c: In function 'bitmap_parselist': /kisskb/src/lib/bitmap.c:640:16: note: byref variable will be forcibly initialized struct region r; ^ /kisskb/src/drivers/acpi/acpica/tbfind.c: In function 'acpi_tb_find_table': /kisskb/src/drivers/acpi/acpica/tbfind.c:38:27: note: byref variable will be forcibly initialized struct acpi_table_header header; ^ In file included from /kisskb/src/fs/ubifs/ubifs.h:19:0, from /kisskb/src/fs/ubifs/journal.c:49: /kisskb/src/fs/ubifs/journal.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/ubifs/journal.c: In function 'reserve_space': /kisskb/src/fs/ubifs/journal.c:100:47: note: byref variable will be forcibly initialized int err = 0, err1, retries = 0, avail, lnum, offs, squeeze; ^ /kisskb/src/fs/ubifs/journal.c: In function 'truncate_data_node': /kisskb/src/fs/ubifs/journal.c:1447:29: note: byref variable will be forcibly initialized int err, dlen, compr_type, out_len, old_dlen; ^ /kisskb/src/fs/ubifs/journal.c:1447:17: note: byref variable will be forcibly initialized int err, dlen, compr_type, out_len, old_dlen; ^ /kisskb/src/fs/ubifs/journal.c: In function 'ubifs_jnl_update': /kisskb/src/fs/ubifs/journal.c:552:5: note: byref variable will be forcibly initialized u8 hash_ino_host[UBIFS_HASH_ARR_SZ]; ^ /kisskb/src/fs/ubifs/journal.c:551:5: note: byref variable will be forcibly initialized u8 hash_ino[UBIFS_HASH_ARR_SZ]; ^ /kisskb/src/fs/ubifs/journal.c:550:5: note: byref variable will be forcibly initialized u8 hash_dent[UBIFS_HASH_ARR_SZ]; ^ /kisskb/src/fs/ubifs/journal.c:549:28: note: byref variable will be forcibly initialized union ubifs_key dent_key, ino_key; ^ /kisskb/src/fs/ubifs/journal.c:549:18: note: byref variable will be forcibly initialized union ubifs_key dent_key, ino_key; ^ /kisskb/src/fs/ubifs/journal.c:542:44: note: byref variable will be forcibly initialized int err, dlen, ilen, len, lnum, ino_offs, dent_offs, orphan_added = 0; ^ /kisskb/src/fs/ubifs/journal.c:542:28: note: byref variable will be forcibly initialized int err, dlen, ilen, len, lnum, ino_offs, dent_offs, orphan_added = 0; ^ /kisskb/src/fs/ubifs/journal.c: In function 'ubifs_jnl_write_data': /kisskb/src/fs/ubifs/journal.c:732:5: note: byref variable will be forcibly initialized u8 hash[UBIFS_HASH_ARR_SZ]; ^ /kisskb/src/fs/ubifs/journal.c:727:44: note: byref variable will be forcibly initialized int err, lnum, offs, compr_type, out_len, compr_len, auth_len; ^ /kisskb/src/fs/ubifs/journal.c:727:23: note: byref variable will be forcibly initialized int err, lnum, offs, compr_type, out_len, compr_len, auth_len; ^ /kisskb/src/fs/ubifs/journal.c:727:17: note: byref variable will be forcibly initialized int err, lnum, offs, compr_type, out_len, compr_len, auth_len; ^ /kisskb/src/fs/ubifs/journal.c:727:11: note: byref variable will be forcibly initialized int err, lnum, offs, compr_type, out_len, compr_len, auth_len; ^ /kisskb/src/fs/ubifs/journal.c: In function 'ubifs_jnl_write_inode': /kisskb/src/fs/ubifs/journal.c:948:19: note: byref variable will be forcibly initialized union ubifs_key key; ^ /kisskb/src/fs/ubifs/journal.c:880:23: note: byref variable will be forcibly initialized struct fscrypt_name nm = {0}; ^ /kisskb/src/fs/ubifs/journal.c:879:19: note: byref variable will be forcibly initialized union ubifs_key key; ^ /kisskb/src/fs/ubifs/journal.c:849:5: note: byref variable will be forcibly initialized u8 hash[UBIFS_HASH_ARR_SZ]; ^ /kisskb/src/fs/ubifs/journal.c:843:17: note: byref variable will be forcibly initialized int err, lnum, offs; ^ /kisskb/src/fs/ubifs/journal.c:843:11: note: byref variable will be forcibly initialized int err, lnum, offs; ^ /kisskb/src/fs/ubifs/journal.c: In function 'ubifs_jnl_xrename': /kisskb/src/fs/ubifs/journal.c:1066:5: note: byref variable will be forcibly initialized u8 hash_p2[UBIFS_HASH_ARR_SZ]; ^ /kisskb/src/fs/ubifs/journal.c:1065:5: note: byref variable will be forcibly initialized u8 hash_p1[UBIFS_HASH_ARR_SZ]; ^ /kisskb/src/fs/ubifs/journal.c:1064:5: note: byref variable will be forcibly initialized u8 hash_dent2[UBIFS_HASH_ARR_SZ]; ^ /kisskb/src/fs/ubifs/journal.c:1063:5: note: byref variable will be forcibly initialized u8 hash_dent1[UBIFS_HASH_ARR_SZ]; ^ /kisskb/src/fs/ubifs/journal.c:1059:31: note: byref variable will be forcibly initialized int err, dlen1, dlen2, lnum, offs, len, plen = UBIFS_INO_NODE_SZ; ^ /kisskb/src/fs/ubifs/journal.c:1059:25: note: byref variable will be forcibly initialized int err, dlen1, dlen2, lnum, offs, len, plen = UBIFS_INO_NODE_SZ; ^ /kisskb/src/fs/ubifs/journal.c:1057:18: note: byref variable will be forcibly initialized union ubifs_key key; ^ /kisskb/src/fs/ubifs/journal.c: In function 'ubifs_jnl_rename': /kisskb/src/fs/ubifs/journal.c:1233:5: note: byref variable will be forcibly initialized u8 hash_dent2[UBIFS_HASH_ARR_SZ]; ^ /kisskb/src/fs/ubifs/journal.c:1232:5: note: byref variable will be forcibly initialized u8 hash_dent1[UBIFS_HASH_ARR_SZ]; ^ /kisskb/src/fs/ubifs/journal.c:1231:5: note: byref variable will be forcibly initialized u8 hash_new_inode[UBIFS_HASH_ARR_SZ]; ^ /kisskb/src/fs/ubifs/journal.c:1230:5: note: byref variable will be forcibly initialized u8 hash_new_dir[UBIFS_HASH_ARR_SZ]; ^ /kisskb/src/fs/ubifs/journal.c:1229:5: note: byref variable will be forcibly initialized u8 hash_old_dir[UBIFS_HASH_ARR_SZ]; ^ /kisskb/src/fs/ubifs/journal.c:1224:37: note: byref variable will be forcibly initialized int err, dlen1, dlen2, ilen, lnum, offs, len, orphan_added = 0; ^ /kisskb/src/fs/ubifs/journal.c:1224:31: note: byref variable will be forcibly initialized int err, dlen1, dlen2, ilen, lnum, offs, len, orphan_added = 0; ^ /kisskb/src/fs/ubifs/journal.c:1222:18: note: byref variable will be forcibly initialized union ubifs_key key; ^ /kisskb/src/fs/ubifs/journal.c: In function 'ubifs_jnl_truncate': /kisskb/src/fs/ubifs/journal.c:1520:5: note: byref variable will be forcibly initialized u8 hash_dn[UBIFS_HASH_ARR_SZ]; ^ /kisskb/src/fs/ubifs/journal.c:1519:5: note: byref variable will be forcibly initialized u8 hash_ino[UBIFS_HASH_ARR_SZ]; ^ /kisskb/src/fs/ubifs/journal.c:1515:28: note: byref variable will be forcibly initialized int err, dlen, len, lnum, offs, bit, sz, sync = IS_SYNC(inode); ^ /kisskb/src/fs/ubifs/journal.c:1515:22: note: byref variable will be forcibly initialized int err, dlen, len, lnum, offs, bit, sz, sync = IS_SYNC(inode); ^ /kisskb/src/fs/ubifs/journal.c:1515:11: note: byref variable will be forcibly initialized int err, dlen, len, lnum, offs, bit, sz, sync = IS_SYNC(inode); ^ /kisskb/src/fs/ubifs/journal.c:1511:23: note: byref variable will be forcibly initialized union ubifs_key key, to_key; ^ /kisskb/src/fs/ubifs/journal.c:1511:18: note: byref variable will be forcibly initialized union ubifs_key key, to_key; ^ /kisskb/src/fs/ubifs/journal.c: In function 'ubifs_jnl_delete_xattr': /kisskb/src/fs/ubifs/journal.c:1680:5: note: byref variable will be forcibly initialized u8 hash[UBIFS_HASH_ARR_SZ]; ^ /kisskb/src/fs/ubifs/journal.c:1677:34: note: byref variable will be forcibly initialized union ubifs_key xent_key, key1, key2; ^ /kisskb/src/fs/ubifs/journal.c:1677:28: note: byref variable will be forcibly initialized union ubifs_key xent_key, key1, key2; ^ /kisskb/src/fs/ubifs/journal.c:1677:18: note: byref variable will be forcibly initialized union ubifs_key xent_key, key1, key2; ^ /kisskb/src/fs/ubifs/journal.c:1674:34: note: byref variable will be forcibly initialized int err, xlen, hlen, len, lnum, xent_offs, aligned_xlen, write_len; ^ /kisskb/src/fs/ubifs/journal.c:1674:28: note: byref variable will be forcibly initialized int err, xlen, hlen, len, lnum, xent_offs, aligned_xlen, write_len; ^ /kisskb/src/fs/ubifs/journal.c: In function 'ubifs_jnl_change_xattr': /kisskb/src/fs/ubifs/journal.c:1801:5: note: byref variable will be forcibly initialized u8 hash[UBIFS_HASH_ARR_SZ]; ^ /kisskb/src/fs/ubifs/journal.c:1800:5: note: byref variable will be forcibly initialized u8 hash_host[UBIFS_HASH_ARR_SZ]; ^ /kisskb/src/fs/ubifs/journal.c:1798:18: note: byref variable will be forcibly initialized union ubifs_key key; ^ /kisskb/src/fs/ubifs/journal.c:1795:56: note: byref variable will be forcibly initialized int err, len1, len2, aligned_len, aligned_len1, lnum, offs; ^ /kisskb/src/fs/ubifs/journal.c:1795:50: note: byref variable will be forcibly initialized int err, len1, len2, aligned_len, aligned_len1, lnum, offs; ^ In file included from /kisskb/src/lib/scatterlist.c:8:0: /kisskb/src/lib/scatterlist.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/lib/scatterlist.c: In function 'sg_copy_buffer': /kisskb/src/lib/scatterlist.c:925:25: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^ /kisskb/src/lib/scatterlist.c: In function 'sg_zero_buffer': /kisskb/src/lib/scatterlist.c:1040:25: note: byref variable will be forcibly initialized struct sg_mapping_iter miter; ^ /kisskb/src/fs/ufs/namei.c: In function 'ufs_unlink': /kisskb/src/fs/ufs/namei.c:212:15: note: byref variable will be forcibly initialized struct page *page; ^ /kisskb/src/fs/ufs/namei.c: In function 'ufs_rename': /kisskb/src/fs/ufs/namei.c:273:16: note: byref variable will be forcibly initialized struct page *new_page; ^ /kisskb/src/fs/ufs/namei.c:254:15: note: byref variable will be forcibly initialized struct page *old_page; ^ /kisskb/src/fs/ufs/namei.c:252:15: note: byref variable will be forcibly initialized struct page *dir_page = NULL; ^ /kisskb/src/drivers/acpi/acpica/tbinstal.c: In function 'acpi_tb_override_table': /kisskb/src/drivers/acpi/acpica/tbinstal.c:203:6: note: byref variable will be forcibly initialized u32 length; ^ /kisskb/src/drivers/acpi/acpica/tbinstal.c:202:24: note: byref variable will be forcibly initialized acpi_physical_address address; ^ /kisskb/src/drivers/acpi/acpica/tbinstal.c:201:28: note: byref variable will be forcibly initialized struct acpi_table_header *table; ^ /kisskb/src/drivers/acpi/acpica/tbinstal.c:200:25: note: byref variable will be forcibly initialized struct acpi_table_desc new_table_desc; ^ /kisskb/src/drivers/acpi/acpica/tbinstal.c: In function 'acpi_tb_install_table_with_override': /kisskb/src/drivers/acpi/acpica/tbinstal.c:37:6: note: byref variable will be forcibly initialized u32 i; ^ /kisskb/src/drivers/acpi/acpica/tbinstal.c: In function 'acpi_tb_install_standard_table': /kisskb/src/drivers/acpi/acpica/tbinstal.c:103:25: note: byref variable will be forcibly initialized struct acpi_table_desc new_table_desc; ^ /kisskb/src/drivers/acpi/acpica/tbinstal.c:101:6: note: byref variable will be forcibly initialized u32 i; ^ In file included from /kisskb/src/include/linux/vmalloc.h:11:0, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:194, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/of_address.h:7, from /kisskb/src/drivers/clk/samsung/clk-exynos5433.c:12: /kisskb/src/drivers/clk/samsung/clk-exynos5433.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/node.h:18:0, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/clk/samsung/clk-exynos5433.c:13: /kisskb/src/drivers/clk/samsung/clk-exynos5433.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/slab.h:16:0, from /kisskb/src/drivers/clk/samsung/clk-exynos-audss.c:9: /kisskb/src/drivers/clk/samsung/clk-exynos-audss.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/clk/samsung/clk-exynos-audss.c: In function 'exynos_audss_clk_probe': /kisskb/src/drivers/clk/samsung/clk-exynos-audss.c:127:14: note: byref variable will be forcibly initialized const char *mout_i2s_p[] = {"mout_audss", "cdclk0", "sclk_audio0"}; ^ /kisskb/src/drivers/clk/samsung/clk-exynos-audss.c:126:14: note: byref variable will be forcibly initialized const char *mout_audss_p[] = {"fin_pll", "fout_epll"}; ^ /kisskb/src/fs/ntfs/namei.c: In function 'ntfs_lookup': /kisskb/src/fs/ntfs/namei.c:168:14: note: byref variable will be forcibly initialized struct qstr nls_name; ^ /kisskb/src/fs/ntfs/namei.c:95:13: note: byref variable will be forcibly initialized ntfs_name *name = NULL; ^ /kisskb/src/fs/ntfs/namei.c:94:12: note: byref variable will be forcibly initialized ntfschar *uname; ^ /kisskb/src/drivers/acpi/acpica/tbprint.c: In function 'acpi_tb_print_table_header': /kisskb/src/drivers/acpi/acpica/tbprint.c:95:27: note: byref variable will be forcibly initialized struct acpi_table_header local_header; ^ /kisskb/src/lib/list_sort.c: In function 'merge': /kisskb/src/lib/list_sort.c:22:20: note: byref variable will be forcibly initialized struct list_head *head, **tail = &head; ^ /kisskb/src/lib/list_sort.c: In function 'list_sort': /kisskb/src/lib/list_sort.c:192:40: note: byref variable will be forcibly initialized struct list_head *list = head->next, *pending = NULL; ^ In file included from /kisskb/src/fs/ufs/super.c:97:0: /kisskb/src/fs/ufs/super.c: In function 'ufs_get_fs_qbmask': /kisskb/src/fs/ufs/util.h:92:9: note: byref variable will be forcibly initialized __fs64 tmp; ^ /kisskb/src/fs/ufs/super.c: In function 'ufs_get_fs_qfmask': /kisskb/src/fs/ufs/util.h:116:9: note: byref variable will be forcibly initialized __fs64 tmp; ^ /kisskb/src/fs/ufs/super.c: In function 'ufs_parse_options': /kisskb/src/fs/ufs/super.c:393:15: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^ In file included from /kisskb/src/fs/ufs/super.c:79:0: /kisskb/src/fs/ufs/super.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/ufs/super.c: In function 'ufs_remount': /kisskb/src/fs/ufs/super.c:1313:11: note: byref variable will be forcibly initialized unsigned new_mount_opt, ufstype; ^ /kisskb/src/fs/ufs/super.c: In function 'ufs_warning': /kisskb/src/fs/ufs/super.c:335:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/ufs/super.c: In function 'ufs_error': /kisskb/src/fs/ufs/super.c:278:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/ufs/super.c:277:19: note: byref variable will be forcibly initialized struct va_format vaf; ^ /kisskb/src/fs/ufs/super.c: In function 'ufs_panic': /kisskb/src/fs/ufs/super.c:312:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/drivers/acpi/acpica/tbutils.c: In function 'acpi_tb_get_root_table_entry': /kisskb/src/drivers/acpi/acpica/tbutils.c:168:6: note: byref variable will be forcibly initialized u64 address64; ^ /kisskb/src/drivers/acpi/acpica/tbutils.c: In function 'acpi_tb_parse_root_table': /kisskb/src/drivers/acpi/acpica/tbutils.c:233:6: note: byref variable will be forcibly initialized u32 table_index; ^ /kisskb/src/fs/ubifs/file.c: In function 'ubifs_invalidatepage': /kisskb/src/fs/ubifs/file.c:212:26: note: byref variable will be forcibly initialized struct ubifs_budget_req req = { .dd_growth = c->bi.page_budget}; ^ /kisskb/src/fs/ubifs/file.c:198:26: note: byref variable will be forcibly initialized struct ubifs_budget_req req = { .recalculate = 1, .new_page = 1 }; ^ /kisskb/src/fs/ubifs/file.c: In function 'do_writepage': /kisskb/src/fs/ubifs/file.c:212:26: note: byref variable will be forcibly initialized struct ubifs_budget_req req = { .dd_growth = c->bi.page_budget}; ^ /kisskb/src/fs/ubifs/file.c:198:26: note: byref variable will be forcibly initialized struct ubifs_budget_req req = { .recalculate = 1, .new_page = 1 }; ^ /kisskb/src/fs/ubifs/file.c:907:18: note: byref variable will be forcibly initialized union ubifs_key key; ^ /kisskb/src/fs/ubifs/file.c: In function 'do_truncation': /kisskb/src/fs/ubifs/file.c:1112:26: note: byref variable will be forcibly initialized struct ubifs_budget_req req; ^ /kisskb/src/fs/ubifs/file.c: In function 'update_mctime': /kisskb/src/fs/ubifs/file.c:1420:27: note: byref variable will be forcibly initialized struct ubifs_budget_req req = { .dirtied_ino = 1, ^ /kisskb/src/fs/ubifs/file.c: In function 'cancel_budget': /kisskb/src/fs/ubifs/file.c:212:26: note: byref variable will be forcibly initialized struct ubifs_budget_req req = { .dd_growth = c->bi.page_budget}; ^ /kisskb/src/fs/ubifs/file.c:198:26: note: byref variable will be forcibly initialized struct ubifs_budget_req req = { .recalculate = 1, .new_page = 1 }; ^ /kisskb/src/fs/ubifs/file.c: In function 'populate_page': /kisskb/src/fs/ubifs/file.c:630:17: note: byref variable will be forcibly initialized int err, len, out_len, dlen; ^ /kisskb/src/fs/ubifs/file.c: In function 'read_block': /kisskb/src/fs/ubifs/file.c:50:18: note: byref variable will be forcibly initialized union ubifs_key key; ^ /kisskb/src/fs/ubifs/file.c:49:16: note: byref variable will be forcibly initialized int err, len, out_len; ^ /kisskb/src/fs/ubifs/file.c: In function 'write_begin_slow': /kisskb/src/fs/ubifs/file.c:198:26: note: byref variable will be forcibly initialized struct ubifs_budget_req req = { .recalculate = 1, .new_page = 1 }; ^ /kisskb/src/fs/ubifs/file.c: In function 'ubifs_do_bulk_read': /kisskb/src/fs/ubifs/file.c:724:40: note: byref variable will be forcibly initialized int err, page_idx, page_cnt, ret = 0, n = 0; ^ /kisskb/src/fs/ubifs/file.c: In function 'ubifs_vm_page_mkwrite': /kisskb/src/fs/ubifs/file.c:198:26: note: byref variable will be forcibly initialized struct ubifs_budget_req req = { .recalculate = 1, .new_page = 1 }; ^ /kisskb/src/lib/iov_iter.c: In function 'copy_pipe_to_iter': /kisskb/src/lib/iov_iter.c:549:12: note: byref variable will be forcibly initialized size_t n, off; ^ /kisskb/src/lib/iov_iter.c:548:15: note: byref variable will be forcibly initialized unsigned int i_head; ^ /kisskb/src/lib/iov_iter.c: In function 'pipe_zero': /kisskb/src/lib/iov_iter.c:942:12: note: byref variable will be forcibly initialized size_t n, off; ^ /kisskb/src/lib/iov_iter.c:941:15: note: byref variable will be forcibly initialized unsigned int i_head; ^ In file included from /kisskb/src/include/linux/bvec.h:14:0, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c: In function 'kvmalloc_array': /kisskb/src/include/linux/mm.h:798:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_to_pipe_iter': /kisskb/src/lib/iov_iter.c:587:12: note: byref variable will be forcibly initialized size_t n, r; ^ /kisskb/src/lib/iov_iter.c:586:15: note: byref variable will be forcibly initialized unsigned int i_head; ^ In file included from /kisskb/src/include/linux/crypto.h:20:0, 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:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_fault_in_readable': /kisskb/src/lib/iov_iter.c:433:15: note: userspace variable will be forcibly initialized struct iovec v; ^ /kisskb/src/lib/iov_iter.c: In function '_copy_to_iter': /kisskb/src/lib/iov_iter.c:621:32: note: userspace variable will be forcibly initialized iterate_and_advance(i, bytes, v, ^ /kisskb/src/lib/iov_iter.c:126:17: note: in definition of macro 'iterate_and_advance' struct iovec v; \ ^ /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter': /kisskb/src/lib/iov_iter.c:758:32: note: userspace variable will be forcibly initialized iterate_and_advance(i, bytes, v, ^ /kisskb/src/lib/iov_iter.c:126:17: note: in definition of macro 'iterate_and_advance' struct iovec v; \ ^ /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter_nocache': /kisskb/src/lib/iov_iter.c:803:32: note: userspace variable will be forcibly initialized iterate_and_advance(i, bytes, v, ^ /kisskb/src/lib/iov_iter.c:126:17: note: in definition of macro 'iterate_and_advance' struct iovec v; \ ^ /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter_flushcache': /kisskb/src/lib/iov_iter.c:837:32: note: userspace variable will be forcibly initialized iterate_and_advance(i, bytes, v, ^ /kisskb/src/lib/iov_iter.c:126:17: note: in definition of macro 'iterate_and_advance' struct iovec v; \ ^ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_zero': /kisskb/src/lib/iov_iter.c:968:32: note: userspace variable will be forcibly initialized iterate_and_advance(i, bytes, v, ^ /kisskb/src/lib/iov_iter.c:126:17: note: in definition of macro 'iterate_and_advance' struct iovec v; \ ^ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_copy_from_user_atomic': /kisskb/src/lib/iov_iter.c:991:30: note: userspace variable will be forcibly initialized iterate_all_kinds(i, bytes, v, ^ /kisskb/src/lib/iov_iter.c:93:17: note: in definition of macro 'iterate_all_kinds' struct iovec v; \ ^ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_advance': /kisskb/src/lib/iov_iter.c:1085:31: note: userspace variable will be forcibly initialized iterate_and_advance(i, size, v, 0, 0, 0) ^ /kisskb/src/lib/iov_iter.c:126:17: note: in definition of macro 'iterate_and_advance' struct iovec v; \ ^ /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter_full': /kisskb/src/lib/iov_iter.c:781:30: note: userspace variable will be forcibly initialized iterate_all_kinds(i, bytes, v, ({ ^ /kisskb/src/lib/iov_iter.c:93:17: note: in definition of macro 'iterate_all_kinds' struct iovec v; \ ^ /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter_full_nocache': /kisskb/src/lib/iov_iter.c:860:30: note: userspace variable will be forcibly initialized iterate_all_kinds(i, bytes, v, ({ ^ /kisskb/src/lib/iov_iter.c:93:17: note: in definition of macro 'iterate_all_kinds' struct iovec v; \ ^ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_alignment': /kisskb/src/lib/iov_iter.c:1246:29: note: userspace variable will be forcibly initialized iterate_all_kinds(i, size, v, ^ /kisskb/src/lib/iov_iter.c:93:17: note: in definition of macro 'iterate_all_kinds' struct iovec v; \ ^ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_gap_alignment': /kisskb/src/lib/iov_iter.c:1265:29: note: userspace variable will be forcibly initialized iterate_all_kinds(i, size, v, ^ /kisskb/src/lib/iov_iter.c:93:17: note: in definition of macro 'iterate_all_kinds' struct iovec v; \ ^ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_get_pages': /kisskb/src/lib/iov_iter.c:1333:32: note: userspace variable will be forcibly initialized iterate_all_kinds(i, maxsize, v, ({ ^ /kisskb/src/lib/iov_iter.c:93:17: note: in definition of macro 'iterate_all_kinds' struct iovec v; \ ^ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_get_pages_alloc': /kisskb/src/lib/iov_iter.c:1414:32: note: userspace variable will be forcibly initialized iterate_all_kinds(i, maxsize, v, ({ ^ /kisskb/src/lib/iov_iter.c:93:17: note: in definition of macro 'iterate_all_kinds' struct iovec v; \ ^ /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_from_iter': /kisskb/src/lib/iov_iter.c:1460:32: note: userspace variable will be forcibly initialized iterate_and_advance(i, bytes, v, ({ ^ /kisskb/src/lib/iov_iter.c:126:17: note: in definition of macro 'iterate_and_advance' struct iovec v; \ ^ /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_from_iter_full': /kisskb/src/lib/iov_iter.c:1501:30: note: userspace variable will be forcibly initialized iterate_all_kinds(i, bytes, v, ({ ^ /kisskb/src/lib/iov_iter.c:93:17: note: in definition of macro 'iterate_all_kinds' struct iovec v; \ ^ /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_to_iter': /kisskb/src/lib/iov_iter.c:1547:32: note: userspace variable will be forcibly initialized iterate_and_advance(i, bytes, v, ({ ^ /kisskb/src/lib/iov_iter.c:126:17: note: in definition of macro 'iterate_and_advance' struct iovec v; \ ^ /kisskb/src/lib/iov_iter.c: In function 'hash_and_copy_to_iter': /kisskb/src/lib/iov_iter.c:1581:21: note: byref variable will be forcibly initialized struct scatterlist sg; ^ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_npages': /kisskb/src/lib/iov_iter.c:1618:36: note: userspace variable will be forcibly initialized } else iterate_all_kinds(i, size, v, ({ ^ /kisskb/src/lib/iov_iter.c:93:17: note: in definition of macro 'iterate_all_kinds' struct iovec v; \ ^ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_for_each_range': /kisskb/src/lib/iov_iter.c:1845:30: note: userspace variable will be forcibly initialized iterate_all_kinds(i, bytes, v, -EINVAL, ({ ^ /kisskb/src/lib/iov_iter.c:93:17: note: in definition of macro 'iterate_all_kinds' struct iovec v; \ ^ /kisskb/src/lib/iov_iter.c:1840:14: note: byref variable will be forcibly initialized struct kvec w; ^ /kisskb/src/drivers/acpi/acpica/tbxface.c: In function 'acpi_reallocate_root_table': /kisskb/src/drivers/acpi/acpica/tbxface.c:137:9: note: byref variable will be forcibly initialized u32 i, j; ^ /kisskb/src/fs/ubifs/dir.c: In function 'ubifs_xrename': /kisskb/src/fs/ubifs/dir.c:1502:30: note: byref variable will be forcibly initialized struct fscrypt_name fst_nm, snd_nm; ^ /kisskb/src/fs/ubifs/dir.c:1502:22: note: byref variable will be forcibly initialized struct fscrypt_name fst_nm, snd_nm; ^ /kisskb/src/fs/ubifs/dir.c: In function 'ubifs_unlink': /kisskb/src/fs/ubifs/dir.c:772:22: note: byref variable will be forcibly initialized struct fscrypt_name nm; ^ /kisskb/src/fs/ubifs/dir.c: In function 'ubifs_link': /kisskb/src/fs/ubifs/dir.c:699:22: note: byref variable will be forcibly initialized struct fscrypt_name nm; ^ /kisskb/src/fs/ubifs/dir.c: In function 'ubifs_lookup': /kisskb/src/fs/ubifs/dir.c:201:22: note: byref variable will be forcibly initialized struct fscrypt_name nm; ^ /kisskb/src/fs/ubifs/dir.c:197:18: note: byref variable will be forcibly initialized union ubifs_key key; ^ /kisskb/src/fs/ubifs/dir.c: In function 'ubifs_readdir': /kisskb/src/fs/ubifs/dir.c:502:18: note: byref variable will be forcibly initialized union ubifs_key key; ^ /kisskb/src/fs/ubifs/dir.c:500:22: note: byref variable will be forcibly initialized struct fscrypt_name nm; ^ /kisskb/src/fs/ubifs/dir.c: In function 'do_tmpfile': /kisskb/src/fs/ubifs/dir.c:361:22: note: byref variable will be forcibly initialized struct fscrypt_name nm; ^ /kisskb/src/fs/ubifs/dir.c: In function 'ubifs_mknod': /kisskb/src/fs/ubifs/dir.c:1029:22: note: byref variable will be forcibly initialized struct fscrypt_name nm; ^ /kisskb/src/fs/ubifs/dir.c: In function 'ubifs_mkdir': /kisskb/src/fs/ubifs/dir.c:953:22: note: byref variable will be forcibly initialized struct fscrypt_name nm; ^ /kisskb/src/fs/ubifs/dir.c: In function 'ubifs_symlink': /kisskb/src/fs/ubifs/dir.c:1118:22: note: byref variable will be forcibly initialized struct fscrypt_name nm; ^ /kisskb/src/fs/ubifs/dir.c:1115:26: note: byref variable will be forcibly initialized struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, ^ /kisskb/src/fs/ubifs/dir.c: In function 'ubifs_create': /kisskb/src/fs/ubifs/dir.c:291:22: note: byref variable will be forcibly initialized struct fscrypt_name nm; ^ /kisskb/src/fs/ubifs/dir.c: In function 'ubifs_check_dir_empty': /kisskb/src/fs/ubifs/dir.c:854:18: note: byref variable will be forcibly initialized union ubifs_key key; ^ /kisskb/src/fs/ubifs/dir.c: In function 'do_rename': /kisskb/src/fs/ubifs/dir.c:1419:27: note: byref variable will be forcibly initialized struct ubifs_budget_req wht_req = { .dirtied_ino = 1, ^ /kisskb/src/fs/ubifs/dir.c:1269:30: note: byref variable will be forcibly initialized struct fscrypt_name old_nm, new_nm; ^ /kisskb/src/fs/ubifs/dir.c:1269:22: note: byref variable will be forcibly initialized struct fscrypt_name old_nm, new_nm; ^ /kisskb/src/fs/ubifs/dir.c:1257:16: note: byref variable will be forcibly initialized struct inode *whiteout = NULL; ^ /kisskb/src/fs/ubifs/dir.c: In function 'ubifs_rmdir': /kisskb/src/fs/ubifs/dir.c:877:22: note: byref variable will be forcibly initialized struct fscrypt_name nm; ^ In file included from /kisskb/src/include/linux/node.h:18:0, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/clk/socfpga/clk-agilex.c:7: /kisskb/src/drivers/clk/socfpga/clk-agilex.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/acpi/acpica/tbxfload.c: In function 'acpi_install_table': /kisskb/src/drivers/acpi/acpica/tbxfload.c:247:6: note: byref variable will be forcibly initialized u32 table_index; ^ /kisskb/src/drivers/acpi/acpica/tbxfload.c: In function 'acpi_load_table': /kisskb/src/drivers/acpi/acpica/tbxfload.c:286:6: note: byref variable will be forcibly initialized u32 table_index; ^ /kisskb/src/drivers/clk/socfpga/clk-pll-s10.c: In function 's10_register_pll': /kisskb/src/drivers/clk/socfpga/clk-pll-s10.c:195:23: note: byref variable will be forcibly initialized 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:232:23: note: byref variable will be forcibly initialized 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:269:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/fs/ntfs/super.c: In function 'parse_options': /kisskb/src/fs/ntfs/super.c:219:9: note: byref variable will be forcibly initialized bool val = false; ^ /kisskb/src/fs/ntfs/super.c:152:8: note: byref variable will be forcibly initialized bool val; \ ^ /kisskb/src/fs/ntfs/super.c:188:8: note: in expansion of macro 'NTFS_GETOPT_BOOL' else NTFS_GETOPT_BOOL("disable_sparse", disable_sparse) ^ /kisskb/src/fs/ntfs/super.c:152:8: note: byref variable will be forcibly initialized bool val; \ ^ /kisskb/src/fs/ntfs/super.c:187:8: note: in expansion of macro 'NTFS_GETOPT_BOOL' else NTFS_GETOPT_BOOL("case_sensitive", case_sensitive) ^ /kisskb/src/fs/ntfs/super.c:152:8: note: byref variable will be forcibly initialized bool val; \ ^ /kisskb/src/fs/ntfs/super.c:186:8: note: in expansion of macro 'NTFS_GETOPT_BOOL' else NTFS_GETOPT_BOOL("show_sys_files", show_sys_files) ^ /kisskb/src/fs/ntfs/super.c:89:12: note: byref variable will be forcibly initialized char *p, *v, *ov; ^ /kisskb/src/fs/ntfs/super.c: In function 'check_windows_hibernation_status': /kisskb/src/fs/ntfs/super.c:1258:13: note: byref variable will be forcibly initialized ntfs_name *name = NULL; ^ /kisskb/src/fs/ntfs/super.c: In function 'load_and_init_usnjrnl': /kisskb/src/fs/ntfs/super.c:1431:13: note: byref variable will be forcibly initialized ntfs_name *name = NULL; ^ /kisskb/src/fs/ntfs/super.c: In function 'load_and_init_quota': /kisskb/src/fs/ntfs/super.c:1353:13: note: byref variable will be forcibly initialized ntfs_name *name = NULL; ^ /kisskb/src/fs/ntfs/super.c: In function 'load_system_files': /kisskb/src/fs/ntfs/super.c:1765:23: note: byref variable will be forcibly initialized RESTART_PAGE_HEADER *rp; ^ /kisskb/src/drivers/acpi/acpica/tbxfroot.c: In function 'acpi_find_root_pointer': /kisskb/src/drivers/acpi/acpica/tbxfroot.c:116:6: note: byref variable will be forcibly initialized u32 physical_address; ^ /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c: In function 's10_register_periph': /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c:103:14: note: byref variable will be forcibly initialized const char *parent_name = clks->parent_name; ^ /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c:101:23: note: byref variable will be forcibly initialized 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:137:14: note: byref variable will be forcibly initialized const char *parent_name = clks->parent_name; ^ /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c:135:23: note: byref variable will be forcibly initialized 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:170:14: note: byref variable will be forcibly initialized const char *parent_name = clks->parent_name; ^ /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c:168:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/drivers/clk/socfpga/clk-gate-s10.c: In function 's10_register_gate': /kisskb/src/drivers/clk/socfpga/clk-gate-s10.c:73:14: note: byref variable will be forcibly initialized const char *parent_name = clks->parent_name; ^ /kisskb/src/drivers/clk/socfpga/clk-gate-s10.c:72:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/fs/ubifs/super.c: In function 'ubifs_default_version_set': /kisskb/src/fs/ubifs/super.c:31:6: note: byref variable will be forcibly initialized int n = 0, ret; ^ In file included from /kisskb/src/fs/ubifs/super.c:18:0: /kisskb/src/fs/ubifs/super.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/ubifs/super.c: In function 'ubifs_parse_options': /kisskb/src/fs/ubifs/super.c:1030:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^ /kisskb/src/fs/ubifs/super.c: In function 'open_ubi': /kisskb/src/fs/ubifs/super.c:2080:8: note: byref variable will be forcibly initialized char *endptr; ^ /kisskb/src/fs/ubifs/super.c: In function 'ubifs_iget': /kisskb/src/fs/ubifs/super.c:110:18: note: byref variable will be forcibly initialized union ubifs_key key; ^ /kisskb/src/fs/ntfs/unistr.c: In function 'ntfs_nlstoucs': /kisskb/src/fs/ntfs/unistr.c:250:10: note: byref variable will be forcibly initialized wchar_t wc; ^ In file included from /kisskb/src/include/linux/clkdev.h:12:0, 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:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /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:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/fs/affs/super.c: In function 'parse_options': /kisskb/src/fs/affs/super.c:210:17: note: byref variable will be forcibly initialized int token, n, option; ^ /kisskb/src/fs/affs/super.c:210:14: note: byref variable will be forcibly initialized int token, n, option; ^ /kisskb/src/fs/affs/super.c:194:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^ /kisskb/src/fs/affs/super.c: In function 'affs_remount': /kisskb/src/fs/affs/super.c:565:10: note: byref variable will be forcibly initialized char *prefix = NULL; ^ /kisskb/src/fs/affs/super.c:564:10: note: byref variable will be forcibly initialized char volume[32]; ^ /kisskb/src/fs/affs/super.c:562:18: note: byref variable will be forcibly initialized unsigned long mount_flags; ^ /kisskb/src/fs/affs/super.c:561:9: note: byref variable will be forcibly initialized int root_block; ^ /kisskb/src/fs/affs/super.c:560:9: note: byref variable will be forcibly initialized int reserved; ^ /kisskb/src/fs/affs/super.c:559:9: note: byref variable will be forcibly initialized int mode; ^ /kisskb/src/fs/affs/super.c:558:12: note: byref variable will be forcibly initialized kgid_t gid; ^ /kisskb/src/fs/affs/super.c:557:12: note: byref variable will be forcibly initialized kuid_t uid; ^ /kisskb/src/fs/affs/super.c:556:9: note: byref variable will be forcibly initialized int blocksize; ^ /kisskb/src/fs/affs/super.c: In function 'affs_fill_super': /kisskb/src/fs/affs/super.c:349:8: note: byref variable will be forcibly initialized u8 sig[4]; ^ /kisskb/src/fs/affs/super.c:348:9: note: byref variable will be forcibly initialized int tmp_flags; /* fix remount prototype... */ ^ /kisskb/src/fs/affs/super.c:347:18: note: byref variable will be forcibly initialized unsigned long mount_flags; ^ /kisskb/src/fs/affs/super.c:346:9: note: byref variable will be forcibly initialized int reserved; ^ /kisskb/src/fs/affs/super.c:345:12: note: byref variable will be forcibly initialized kgid_t gid; ^ /kisskb/src/fs/affs/super.c:344:12: note: byref variable will be forcibly initialized kuid_t uid; ^ /kisskb/src/fs/affs/super.c:343:9: note: byref variable will be forcibly initialized int i, j; ^ /kisskb/src/fs/affs/super.c:340:15: note: byref variable will be forcibly initialized int size, blocksize; ^ /kisskb/src/fs/affs/super.c:339:9: note: byref variable will be forcibly initialized s32 root_block; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, 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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/lib/llist.c:57:10: note: in expansion of macro 'smp_load_acquire' entry = smp_load_acquire(&head->first); ^ /kisskb/src/drivers/acpi/acpica/utbuffer.c: In function 'acpi_ut_dump_buffer': /kisskb/src/drivers/acpi/acpica/utbuffer.c:38:6: note: byref variable will be forcibly initialized u32 temp32; ^ In file included from /kisskb/src/fs/ubifs/ubifs.h:2072:0, from /kisskb/src/fs/ubifs/sb.c:17: /kisskb/src/fs/ubifs/sb.c: In function 'key_test_hash': /kisskb/src/fs/ubifs/key.h:77:11: note: byref variable will be forcibly initialized uint32_t a = 0; ^ /kisskb/src/fs/ubifs/sb.c: In function 'create_default_filesystem': /kisskb/src/fs/ubifs/sb.c:89:5: note: byref variable will be forcibly initialized u8 hash_lpt[UBIFS_HASH_ARR_SZ]; ^ /kisskb/src/fs/ubifs/sb.c:87:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^ /kisskb/src/fs/ubifs/sb.c:82:38: note: byref variable will be forcibly initialized int lpt_lebs, lpt_first, orph_lebs, big_lpt, ino_waste, sup_flags = 0; ^ /kisskb/src/fs/ubifs/sb.c:82:6: note: byref variable will be forcibly initialized int lpt_lebs, lpt_first, orph_lebs, big_lpt, ino_waste, sup_flags = 0; ^ /kisskb/src/fs/ubifs/sb.c:81:46: note: byref variable will be forcibly initialized int err, tmp, jnl_lebs, log_lebs, max_buds, main_lebs, main_first; ^ /kisskb/src/drivers/acpi/acpica/utcopy.c: In function 'acpi_ut_copy_ipackage_to_epackage': /kisskb/src/drivers/acpi/acpica/utcopy.c:304:23: note: byref variable will be forcibly initialized struct acpi_pkg_info info; ^ /kisskb/src/drivers/acpi/acpica/utcopy.c: In function 'acpi_ut_copy_ielement_to_eelement': /kisskb/src/drivers/acpi/acpica/utcopy.c:219:12: note: byref variable will be forcibly initialized acpi_size object_space; ^ In file included from /kisskb/src/lib/kfifo.c:10:0: /kisskb/src/lib/kfifo.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/lib/kfifo.c: In function '__kfifo_out_peek_r': /kisskb/src/lib/kfifo.c:467:15: note: byref variable will be forcibly initialized unsigned int n; ^ /kisskb/src/lib/kfifo.c: In function '__kfifo_out_r': /kisskb/src/lib/kfifo.c:479:15: note: byref variable will be forcibly initialized unsigned int n; ^ /kisskb/src/fs/affs/file.c: In function 'affs_bread_ino': /kisskb/src/fs/affs/file.c:467:26: note: byref variable will be forcibly initialized struct buffer_head *bh, tmp_bh; ^ /kisskb/src/fs/affs/file.c: In function 'affs_getzeroblk_ino': /kisskb/src/fs/affs/file.c:486:26: note: byref variable will be forcibly initialized struct buffer_head *bh, tmp_bh; ^ /kisskb/src/fs/affs/file.c: In function 'affs_getemptyblk_ino': /kisskb/src/fs/affs/file.c:505:26: note: byref variable will be forcibly initialized struct buffer_head *bh, tmp_bh; ^ /kisskb/src/fs/affs/file.c: In function 'affs_truncate': /kisskb/src/fs/affs/file.c:882:9: note: byref variable will be forcibly initialized void *fsdata; ^ /kisskb/src/fs/affs/file.c:881:16: note: byref variable will be forcibly initialized struct page *page; ^ /kisskb/src/drivers/clk/tegra/clk-dfll.c: In function 'dfll_fetch_pwm_params': /kisskb/src/drivers/clk/tegra/clk-dfll.c:1844:6: note: byref variable will be forcibly initialized 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:1816:16: note: byref variable will be forcibly initialized int vsel_reg, vsel_mask; ^ /kisskb/src/drivers/clk/tegra/clk-dfll.c:1816:6: note: byref variable will be forcibly initialized 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:506:16: note: byref variable will be forcibly initialized unsigned long rate, prev_rate; ^ /kisskb/src/drivers/clk/tegra/clk-dfll.c: In function 'dfll_request_rate': /kisskb/src/drivers/clk/tegra/clk-dfll.c:914:23: note: byref variable will be forcibly initialized struct dfll_rate_req req; ^ /kisskb/src/drivers/clk/tegra/clk-dfll.c: In function 'dfll_clk_determine_rate': /kisskb/src/drivers/clk/tegra/clk-dfll.c:1133:23: note: byref variable will be forcibly initialized 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:1697:16: note: byref variable will be forcibly initialized 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:1762:16: note: byref variable will be forcibly initialized unsigned long rate, v_max; ^ /kisskb/src/fs/affs/amigaffs.c: In function 'affs_error': /kisskb/src/fs/affs/amigaffs.c:476:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/affs/amigaffs.c: In function 'affs_warning': /kisskb/src/fs/affs/amigaffs.c:492:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/drivers/acpi/acpica/utdebug.c: In function 'acpi_ut_init_stack_ptr_trace': /kisskb/src/drivers/acpi/acpica/utdebug.c:38:12: note: byref variable will be forcibly initialized acpi_size current_sp; ^ /kisskb/src/drivers/acpi/acpica/utdebug.c: In function 'acpi_ut_track_stack_ptr': /kisskb/src/drivers/acpi/acpica/utdebug.c:57:12: note: byref variable will be forcibly initialized acpi_size current_sp; ^ /kisskb/src/drivers/acpi/acpica/utdebug.c: In function 'acpi_debug_print': /kisskb/src/drivers/acpi/acpica/utdebug.c:131:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/drivers/acpi/acpica/utdebug.c: In function 'acpi_debug_print_raw': /kisskb/src/drivers/acpi/acpica/utdebug.c:222:10: note: byref variable will be forcibly initialized va_list args; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/lib/percpu-refcount.c:259:2: note: in expansion of macro 'smp_store_release' smp_store_release(&ref->percpu_count_ptr, ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/lib/percpu-refcount.c:5: /kisskb/src/lib/percpu-refcount.c: In function '__percpu_ref_switch_mode': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:947:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:1007:2: note: in expansion of macro '__wait_event_lock_irq' __wait_event_lock_irq(wq_head, condition, lock, ); \ ^ /kisskb/src/lib/percpu-refcount.c:275:2: note: in expansion of macro 'wait_event_lock_irq' wait_event_lock_irq(percpu_ref_switch_waitq, !data->confirm_switch, ^ /kisskb/src/lib/percpu-refcount.c: In function 'percpu_ref_switch_to_atomic_sync': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/lib/percpu-refcount.c:329:2: note: in expansion of macro 'wait_event' wait_event(percpu_ref_switch_waitq, !ref->data->confirm_switch); ^ /kisskb/src/drivers/clk/tegra/clk-divider.c: In function 'tegra_clk_register_divider': /kisskb/src/drivers/clk/tegra/clk-divider.c:141:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/fs/ntfs/logfile.c: In function 'ntfs_check_logfile': /kisskb/src/fs/ntfs/logfile.c:480:23: note: byref variable will be forcibly initialized RESTART_PAGE_HEADER *rstr2_ph = NULL; ^ /kisskb/src/fs/ntfs/logfile.c:479:23: note: byref variable will be forcibly initialized RESTART_PAGE_HEADER *rstr1_ph = NULL; ^ /kisskb/src/fs/ntfs/logfile.c:474:17: note: byref variable will be forcibly initialized LSN rstr1_lsn, rstr2_lsn; ^ /kisskb/src/fs/ntfs/logfile.c:474:6: note: byref variable will be forcibly initialized LSN rstr1_lsn, rstr2_lsn; ^ In file included from /kisskb/src/fs/ubifs/tnc.c:22:0: /kisskb/src/fs/ubifs/tnc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/ubifs/tnc.c: In function 'resolve_collision_directly': /kisskb/src/fs/ubifs/tnc.c:1038:6: note: byref variable will be forcibly initialized int nn, err; ^ /kisskb/src/fs/ubifs/tnc.c:1037:22: note: byref variable will be forcibly initialized struct ubifs_znode *znode; ^ /kisskb/src/fs/ubifs/tnc.c: In function 'lookup_znode': /kisskb/src/fs/ubifs/tnc.c:3182:6: note: byref variable will be forcibly initialized int n, nn; ^ /kisskb/src/fs/ubifs/tnc.c: In function 'resolve_collision': /kisskb/src/fs/ubifs/tnc.c:777:23: note: byref variable will be forcibly initialized struct ubifs_znode *znode = *zn; ^ /kisskb/src/fs/ubifs/tnc.c:776:7: note: byref variable will be forcibly initialized int nn = *n; ^ /kisskb/src/fs/ubifs/tnc.c: In function 'search_dh_cookie': /kisskb/src/fs/ubifs/tnc.c:1887:22: note: byref variable will be forcibly initialized struct ubifs_znode *znode = *zn; ^ /kisskb/src/fs/ubifs/tnc.c: In function 'fallible_resolve_collision': /kisskb/src/fs/ubifs/tnc.c:894:33: note: byref variable will be forcibly initialized int o_n, err, cmp, unsure = 0, nn = *n; ^ /kisskb/src/fs/ubifs/tnc.c:893:39: note: byref variable will be forcibly initialized struct ubifs_znode *o_znode = NULL, *znode = *zn; ^ /kisskb/src/fs/ubifs/tnc.c: In function 'lookup_level0_dirty': /kisskb/src/fs/ubifs/tnc.c:1309:22: note: byref variable will be forcibly initialized struct ubifs_znode *znode; ^ /kisskb/src/fs/ubifs/tnc.c: In function 'ubifs_lookup_level0': /kisskb/src/fs/ubifs/tnc.c:1173:22: note: byref variable will be forcibly initialized struct ubifs_znode *znode; ^ /kisskb/src/fs/ubifs/tnc.c: In function 'do_lookup_nm': /kisskb/src/fs/ubifs/tnc.c:1812:22: note: byref variable will be forcibly initialized struct ubifs_znode *znode; ^ /kisskb/src/fs/ubifs/tnc.c:1811:13: note: byref variable will be forcibly initialized int found, n, err; ^ /kisskb/src/fs/ubifs/tnc.c: In function 'do_lookup_dh': /kisskb/src/fs/ubifs/tnc.c:1927:18: note: byref variable will be forcibly initialized union ubifs_key start_key; ^ /kisskb/src/fs/ubifs/tnc.c:1926:22: note: byref variable will be forcibly initialized struct ubifs_znode *znode; ^ /kisskb/src/fs/ubifs/tnc.c:1925:6: note: byref variable will be forcibly initialized int n, err; ^ /kisskb/src/fs/ubifs/tnc.c: In function 'is_leaf_node_in_tnc': /kisskb/src/fs/ubifs/tnc.c:3338:6: note: byref variable will be forcibly initialized int n, found, err, nn; ^ /kisskb/src/fs/ubifs/tnc.c:3337:22: note: byref variable will be forcibly initialized struct ubifs_znode *znode, *zn; ^ /kisskb/src/fs/ubifs/tnc.c: In function 'ubifs_tnc_locate': /kisskb/src/fs/ubifs/tnc.c:1445:23: note: byref variable will be forcibly initialized struct ubifs_zbranch zbr, *zt; ^ /kisskb/src/fs/ubifs/tnc.c:1444:22: note: byref variable will be forcibly initialized struct ubifs_znode *znode; ^ /kisskb/src/fs/ubifs/tnc.c:1443:13: note: byref variable will be forcibly initialized int found, n, err, safely = 0, gc_seq1; ^ /kisskb/src/fs/ubifs/tnc.c: In function 'ubifs_tnc_get_bu_keys': /kisskb/src/fs/ubifs/tnc.c:1519:22: note: byref variable will be forcibly initialized struct ubifs_znode *znode; ^ /kisskb/src/fs/ubifs/tnc.c:1516:6: note: byref variable will be forcibly initialized int n, err = 0, lnum = -1, offs; ^ /kisskb/src/fs/ubifs/tnc.c: In function 'ubifs_tnc_add': /kisskb/src/fs/ubifs/tnc.c:2283:24: note: byref variable will be forcibly initialized struct ubifs_zbranch zbr; ^ /kisskb/src/fs/ubifs/tnc.c:2277:22: note: byref variable will be forcibly initialized struct ubifs_znode *znode; ^ /kisskb/src/fs/ubifs/tnc.c:2276:13: note: byref variable will be forcibly initialized int found, n, err = 0; ^ /kisskb/src/fs/ubifs/tnc.c: In function 'ubifs_tnc_replace': /kisskb/src/fs/ubifs/tnc.c:2328:22: note: byref variable will be forcibly initialized struct ubifs_znode *znode; ^ /kisskb/src/fs/ubifs/tnc.c:2327:13: note: byref variable will be forcibly initialized int found, n, err = 0; ^ /kisskb/src/fs/ubifs/tnc.c: In function 'ubifs_tnc_remove': /kisskb/src/fs/ubifs/tnc.c:2618:22: note: byref variable will be forcibly initialized struct ubifs_znode *znode; ^ /kisskb/src/fs/ubifs/tnc.c:2617:13: note: byref variable will be forcibly initialized int found, n, err = 0; ^ /kisskb/src/fs/ubifs/tnc.c: In function 'ubifs_tnc_remove_nm': /kisskb/src/fs/ubifs/tnc.c:2649:22: note: byref variable will be forcibly initialized struct ubifs_znode *znode; ^ /kisskb/src/fs/ubifs/tnc.c:2648:6: note: byref variable will be forcibly initialized int n, err; ^ /kisskb/src/fs/ubifs/tnc.c: In function 'ubifs_tnc_add_nm': /kisskb/src/fs/ubifs/tnc.c:2476:24: note: byref variable will be forcibly initialized struct fscrypt_name noname = { .disk_name = { .name = "", .len = 1 } }; ^ /kisskb/src/fs/ubifs/tnc.c:2458:24: note: byref variable will be forcibly initialized struct ubifs_zbranch zbr; ^ /kisskb/src/fs/ubifs/tnc.c:2413:22: note: byref variable will be forcibly initialized struct ubifs_znode *znode; ^ /kisskb/src/fs/ubifs/tnc.c:2412:13: note: byref variable will be forcibly initialized int found, n, err = 0; ^ /kisskb/src/fs/ubifs/tnc.c: In function 'ubifs_tnc_remove_dh': /kisskb/src/fs/ubifs/tnc.c:2723:19: note: byref variable will be forcibly initialized union ubifs_key start_key; ^ /kisskb/src/fs/ubifs/tnc.c:2698:22: note: byref variable will be forcibly initialized struct ubifs_znode *znode; ^ /kisskb/src/fs/ubifs/tnc.c:2697:6: note: byref variable will be forcibly initialized int n, err; ^ /kisskb/src/fs/ubifs/tnc.c: In function 'ubifs_tnc_remove_range': /kisskb/src/fs/ubifs/tnc.c:2787:22: note: byref variable will be forcibly initialized struct ubifs_znode *znode; ^ /kisskb/src/fs/ubifs/tnc.c:2786:9: note: byref variable will be forcibly initialized int i, n, k, err = 0; ^ /kisskb/src/fs/ubifs/tnc.c: In function 'ubifs_tnc_next_ent': /kisskb/src/fs/ubifs/tnc.c:2955:22: note: byref variable will be forcibly initialized struct ubifs_znode *znode; ^ /kisskb/src/fs/ubifs/tnc.c:2954:6: note: byref variable will be forcibly initialized int n, err, type = key_type(c, key); ^ /kisskb/src/fs/ubifs/tnc.c: In function 'ubifs_tnc_remove_ino': /kisskb/src/fs/ubifs/tnc.c:2867:24: note: byref variable will be forcibly initialized union ubifs_key key1, key2; ^ /kisskb/src/fs/ubifs/tnc.c:2867:18: note: byref variable will be forcibly initialized union ubifs_key key1, key2; ^ /kisskb/src/fs/ubifs/tnc.c: In function 'dbg_check_inode_size': /kisskb/src/fs/ubifs/tnc.c:3484:22: note: byref variable will be forcibly initialized struct ubifs_znode *znode; ^ /kisskb/src/fs/ubifs/tnc.c:3483:28: note: byref variable will be forcibly initialized union ubifs_key from_key, to_key, *key; ^ /kisskb/src/fs/ubifs/tnc.c:3483:18: note: byref variable will be forcibly initialized union ubifs_key from_key, to_key, *key; ^ /kisskb/src/fs/ubifs/tnc.c:3482:11: note: byref variable will be forcibly initialized int err, n; ^ /kisskb/src/fs/ubifs/master.c: In function 'mst_node_check_hash': /kisskb/src/fs/ubifs/master.c:68:5: note: byref variable will be forcibly initialized u8 calc[UBIFS_MAX_HASH_LEN]; ^ /kisskb/src/drivers/clk/tegra/clk-periph.c: In function '_tegra_clk_register_periph': /kisskb/src/drivers/clk/tegra/clk-periph.c:157:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rhashtable.h:391:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*bkt, (void *)((unsigned long)obj | BIT(0))); ^ /kisskb/src/lib/rhashtable.c: In function 'rhashtable_lookup_one': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/lib/rhashtable.c:524:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^ /kisskb/src/lib/rhashtable.c:492:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^ In file included from /kisskb/src/include/linux/slab.h:16:0, from /kisskb/src/lib/rhashtable.c:20: /kisskb/src/lib/rhashtable.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rhashtable.h:401:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*bkt, (void *)obj); ^ /kisskb/src/lib/rhashtable.c: In function 'rhashtable_rehash_one': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/lib/rhashtable.c:265:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, next); ^ /kisskb/src/lib/rhashtable.c: In function 'rhashtable_rehash_table': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/lib/rhashtable.c:332:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(ht->tbl, new_tbl); ^ /kisskb/src/drivers/acpi/acpica/utdelete.c: In function 'acpi_ut_update_object_reference': /kisskb/src/drivers/acpi/acpica/utdelete.c:476:28: note: byref variable will be forcibly initialized union acpi_generic_state *state_list = NULL; ^ /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:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /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:125:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/fs/ntfs/quota.c: In function 'ntfs_mark_quotas_out_of_date': /kisskb/src/fs/ntfs/quota.c:27:13: note: byref variable will be forcibly initialized const le32 qid = QUOTA_DEFAULTS_ID; ^ /kisskb/src/fs/romfs/super.c: In function 'romfs_readdir': /kisskb/src/fs/romfs/super.c:157:7: note: byref variable will be forcibly initialized char fsname[ROMFS_MAXFN]; /* XXX dynamic? */ ^ /kisskb/src/fs/romfs/super.c:154:21: note: byref variable will be forcibly initialized struct romfs_inode ri; ^ /kisskb/src/fs/romfs/super.c: In function 'romfs_iget': /kisskb/src/fs/romfs/super.c:281:21: note: byref variable will be forcibly initialized struct romfs_inode ri; ^ /kisskb/src/fs/romfs/super.c: In function 'romfs_lookup': /kisskb/src/fs/romfs/super.c:217:21: note: byref variable will be forcibly initialized struct romfs_inode ri; ^ /kisskb/src/drivers/acpi/acpica/uterror.c: In function 'acpi_ut_predefined_warning': /kisskb/src/drivers/acpi/acpica/uterror.c:44:10: note: byref variable will be forcibly initialized va_list arg_list; ^ /kisskb/src/drivers/acpi/acpica/uterror.c: In function 'acpi_ut_predefined_info': /kisskb/src/drivers/acpi/acpica/uterror.c:86:10: note: byref variable will be forcibly initialized va_list arg_list; ^ /kisskb/src/drivers/acpi/acpica/uterror.c: In function 'acpi_ut_predefined_bios_error': /kisskb/src/drivers/acpi/acpica/uterror.c:129:10: note: byref variable will be forcibly initialized va_list arg_list; ^ /kisskb/src/drivers/acpi/acpica/uterror.c: In function 'acpi_ut_method_error': /kisskb/src/drivers/acpi/acpica/uterror.c:306:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *node = prefix_node; ^ /kisskb/src/drivers/acpi/acpica/uteval.c: In function 'acpi_ut_evaluate_numeric_object': /kisskb/src/drivers/acpi/acpica/uteval.c:177:29: note: byref variable will be forcibly initialized union acpi_operand_object *obj_desc; ^ /kisskb/src/drivers/acpi/acpica/uteval.c: In function 'acpi_ut_execute_STA': /kisskb/src/drivers/acpi/acpica/uteval.c:218:29: note: byref variable will be forcibly initialized union acpi_operand_object *obj_desc; ^ /kisskb/src/drivers/acpi/acpica/uteval.c: In function 'acpi_ut_execute_power_methods': /kisskb/src/drivers/acpi/acpica/uteval.c:276:29: note: byref variable will be forcibly initialized union acpi_operand_object *obj_desc; ^ In file included from /kisskb/src/fs/ntfs/usnjrnl.c:18:0: /kisskb/src/fs/ntfs/usnjrnl.c: In function 'get_current_ntfs_time': /kisskb/src/fs/ntfs/time.h:52:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^ /kisskb/src/fs/ntfs/usnjrnl.c: In function 'ntfs_stamp_usnjrnl': /kisskb/src/fs/ntfs/time.h:52:20: note: byref variable will be forcibly initialized /kisskb/src/drivers/clk/tegra/clk-pll.c: In function '_program_pll': /kisskb/src/drivers/clk/tegra/clk-pll.c:752:34: note: byref variable will be forcibly initialized 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:802:39: note: byref variable will be forcibly initialized struct tegra_clk_pll_freq_table cfg, old_cfg; ^ /kisskb/src/drivers/clk/tegra/clk-pll.c:802:34: note: byref variable will be forcibly initialized struct tegra_clk_pll_freq_table cfg, old_cfg; ^ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_pll_round_rate': /kisskb/src/drivers/clk/tegra/clk-pll.c:844:34: note: byref variable will be forcibly initialized 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:877:35: note: byref variable will be forcibly initialized struct tegra_clk_pll_freq_table sel; ^ /kisskb/src/drivers/clk/tegra/clk-pll.c:864:34: note: byref variable will be forcibly initialized struct tegra_clk_pll_freq_table cfg; ^ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_plle_enable': /kisskb/src/drivers/clk/tegra/clk-pll.c:955:34: note: byref variable will be forcibly initialized struct tegra_clk_pll_freq_table sel; ^ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function '_tegra_clk_register_pll': /kisskb/src/drivers/clk/tegra/clk-pll.c:1893:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /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:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /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:229:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/drivers/clk/tegra/clk-super.c: In function 'tegra_clk_register_super_mux': /kisskb/src/drivers/clk/tegra/clk-super.c:207:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/drivers/clk/tegra/clk-super.c: In function 'tegra_clk_register_super_clk': /kisskb/src/drivers/clk/tegra/clk-super.c:243:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/drivers/acpi/acpica/uthex.c: In function 'acpi_ut_hex_to_ascii_char': /kisskb/src/drivers/acpi/acpica/uthex.c:38:6: note: byref variable will be forcibly initialized u64 index; ^ /kisskb/src/drivers/acpi/acpica/utids.c: In function 'acpi_ut_execute_HID': /kisskb/src/drivers/acpi/acpica/utids.c:38:29: note: byref variable will be forcibly initialized union acpi_operand_object *obj_desc; ^ /kisskb/src/drivers/acpi/acpica/utids.c: In function 'acpi_ut_execute_UID': /kisskb/src/drivers/acpi/acpica/utids.c:116:29: note: byref variable will be forcibly initialized union acpi_operand_object *obj_desc; ^ /kisskb/src/drivers/acpi/acpica/utids.c: In function 'acpi_ut_execute_CID': /kisskb/src/drivers/acpi/acpica/utids.c:200:29: note: byref variable will be forcibly initialized union acpi_operand_object *obj_desc; ^ /kisskb/src/drivers/acpi/acpica/utids.c: In function 'acpi_ut_execute_CLS': /kisskb/src/drivers/acpi/acpica/utids.c:344:5: note: byref variable will be forcibly initialized u8 class_code[3] = { 0, 0, 0 }; ^ /kisskb/src/drivers/acpi/acpica/utids.c:338:29: note: byref variable will be forcibly initialized union acpi_operand_object *obj_desc; ^ In file included from /kisskb/src/lib/bucket_locks.c:3:0: /kisskb/src/lib/bucket_locks.c: In function 'kvmalloc_array': /kisskb/src/include/linux/mm.h:798:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/ubifs/replay.c: In function 'is_last_bud': /kisskb/src/fs/ubifs/replay.c:517:11: note: byref variable will be forcibly initialized uint32_t data; ^ In file included from /kisskb/src/fs/ubifs/ubifs.h:31:0, from /kisskb/src/fs/ubifs/replay.c:23: /kisskb/src/fs/ubifs/replay.c: In function 'authenticate_sleb_hash': /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ ^ /kisskb/src/fs/ubifs/replay.c:566:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' SHASH_DESC_ON_STACK(hash_desc, c->hash_tfm); ^ /kisskb/src/fs/ubifs/replay.c: In function 'authenticate_sleb': /kisskb/src/fs/ubifs/replay.c:598:5: note: byref variable will be forcibly initialized u8 hmac[UBIFS_HMAC_ARR_SZ]; ^ /kisskb/src/fs/ubifs/replay.c:597:5: note: byref variable will be forcibly initialized u8 hash[UBIFS_HASH_ARR_SZ]; ^ /kisskb/src/fs/ubifs/replay.c: In function 'trun_remove_range': /kisskb/src/fs/ubifs/replay.c:184:27: note: byref variable will be forcibly initialized union ubifs_key min_key, max_key; ^ /kisskb/src/fs/ubifs/replay.c:184:18: note: byref variable will be forcibly initialized union ubifs_key min_key, max_key; ^ /kisskb/src/fs/ubifs/replay.c: In function 'replay_bud': /kisskb/src/fs/ubifs/replay.c:781:20: note: byref variable will be forcibly initialized union ubifs_key key; ^ /kisskb/src/fs/ubifs/replay.c:668:15: note: byref variable will be forcibly initialized int err = 0, used = 0, lnum = b->bud->lnum, offs = b->bud->start; ^ /kisskb/src/fs/qnx6/inode.c: In function 'qnx6_parse_options': /kisskb/src/fs/qnx6/inode.c:234:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^ /kisskb/src/fs/ubifs/log.c: In function 'ubifs_consolidate_log': /kisskb/src/fs/ubifs/log.c:647:40: note: byref variable will be forcibly initialized int lnum, err, first = 1, write_lnum, offs = 0; ^ /kisskb/src/fs/ubifs/log.c:647:28: note: byref variable will be forcibly initialized int lnum, err, first = 1, write_lnum, offs = 0; ^ /kisskb/src/fs/ubifs/log.c:646:17: note: byref variable will be forcibly initialized struct rb_root done_tree = RB_ROOT; ^ /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:62:16: note: byref variable will be forcibly initialized 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:118:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/lib/string_helpers.c: In function 'string_get_size': /kisskb/src/lib/string_helpers.c:54:7: note: byref variable will be forcibly initialized char tmp[8]; ^ /kisskb/src/lib/string_helpers.c: In function 'string_unescape': /kisskb/src/lib/string_helpers.c:270:8: note: byref variable will be forcibly initialized char *out = dst; ^ /kisskb/src/lib/string_helpers.c: In function 'string_escape_mem': /kisskb/src/lib/string_helpers.c:500:8: note: byref variable will be forcibly initialized char *p = dst; ^ /kisskb/src/lib/string_helpers.c: In function 'kstrdup_quotable': /kisskb/src/lib/string_helpers.c:574:13: note: byref variable will be forcibly initialized const char esc[] = "\f\n\r\t\v\a\e\\\""; ^ /kisskb/src/lib/kstrtox.c: In function '_kstrtoull': /kisskb/src/lib/kstrtox.c:87:21: note: byref variable will be forcibly initialized unsigned long long _res; ^ /kisskb/src/lib/kstrtox.c: In function 'kstrtoll': /kisskb/src/lib/kstrtox.c:145:21: note: byref variable will be forcibly initialized unsigned long long tmp; ^ /kisskb/src/lib/kstrtox.c: In function '_kstrtoul': /kisskb/src/lib/kstrtox.c:170:21: note: byref variable will be forcibly initialized unsigned long long tmp; ^ /kisskb/src/lib/kstrtox.c: In function '_kstrtol': /kisskb/src/lib/kstrtox.c:186:12: note: byref variable will be forcibly initialized long long tmp; ^ /kisskb/src/lib/kstrtox.c: In function 'kstrtouint': /kisskb/src/lib/kstrtox.c:216:21: note: byref variable will be forcibly initialized unsigned long long tmp; ^ /kisskb/src/lib/kstrtox.c: In function 'kstrtoint': /kisskb/src/lib/kstrtox.c:246:12: note: byref variable will be forcibly initialized long long tmp; ^ /kisskb/src/lib/kstrtox.c: In function 'kstrtou16': /kisskb/src/lib/kstrtox.c:261:21: note: byref variable will be forcibly initialized unsigned long long tmp; ^ /kisskb/src/lib/kstrtox.c: In function 'kstrtos16': /kisskb/src/lib/kstrtox.c:276:12: note: byref variable will be forcibly initialized long long tmp; ^ /kisskb/src/lib/kstrtox.c: In function 'kstrtou8': /kisskb/src/lib/kstrtox.c:291:21: note: byref variable will be forcibly initialized unsigned long long tmp; ^ /kisskb/src/lib/kstrtox.c: In function 'kstrtos8': /kisskb/src/lib/kstrtox.c:306:12: note: byref variable will be forcibly initialized long long tmp; ^ /kisskb/src/lib/kstrtox.c: In function 'kstrtobool_from_user': /kisskb/src/lib/kstrtox.c:374:7: note: byref variable will be forcibly initialized char buf[4]; ^ /kisskb/src/lib/kstrtox.c: In function 'kstrtoull_from_user': /kisskb/src/lib/kstrtox.c:388:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^ /kisskb/src/lib/kstrtox.c:398:1: note: in expansion of macro 'kstrto_from_user' 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:388:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^ /kisskb/src/lib/kstrtox.c:399:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtoll_from_user, kstrtoll, long long); ^ /kisskb/src/lib/kstrtox.c: In function 'kstrtoul_from_user': /kisskb/src/lib/kstrtox.c:388:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^ /kisskb/src/lib/kstrtox.c:400:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtoul_from_user, kstrtoul, unsigned long); ^ /kisskb/src/lib/kstrtox.c: In function 'kstrtol_from_user': /kisskb/src/lib/kstrtox.c:388:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^ /kisskb/src/lib/kstrtox.c:401:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtol_from_user, kstrtol, long); ^ /kisskb/src/lib/kstrtox.c: In function 'kstrtouint_from_user': /kisskb/src/lib/kstrtox.c:388:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^ /kisskb/src/lib/kstrtox.c:402:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtouint_from_user, kstrtouint, unsigned int); ^ /kisskb/src/lib/kstrtox.c: In function 'kstrtoint_from_user': /kisskb/src/lib/kstrtox.c:246:12: note: byref variable will be forcibly initialized long long tmp; ^ /kisskb/src/lib/kstrtox.c:388:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^ /kisskb/src/lib/kstrtox.c:403:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtoint_from_user, kstrtoint, int); ^ /kisskb/src/lib/kstrtox.c: In function 'kstrtou16_from_user': /kisskb/src/lib/kstrtox.c:388:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^ /kisskb/src/lib/kstrtox.c:404:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtou16_from_user, kstrtou16, u16); ^ /kisskb/src/lib/kstrtox.c: In function 'kstrtos16_from_user': /kisskb/src/lib/kstrtox.c:276:12: note: byref variable will be forcibly initialized long long tmp; ^ /kisskb/src/lib/kstrtox.c:388:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^ /kisskb/src/lib/kstrtox.c:405:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtos16_from_user, kstrtos16, s16); ^ /kisskb/src/lib/kstrtox.c: In function 'kstrtou8_from_user': /kisskb/src/lib/kstrtox.c:388:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^ /kisskb/src/lib/kstrtox.c:406:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtou8_from_user, kstrtou8, u8); ^ /kisskb/src/drivers/acpi/acpica/utmisc.c: In function 'acpi_ut_walk_package_tree': /kisskb/src/drivers/acpi/acpica/utmisc.c:202:28: note: byref variable will be forcibly initialized union acpi_generic_state *state_list = NULL; ^ /kisskb/src/lib/kstrtox.c: In function 'kstrtos8_from_user': /kisskb/src/lib/kstrtox.c:306:12: note: byref variable will be forcibly initialized long long tmp; ^ /kisskb/src/lib/kstrtox.c:388:7: note: byref variable will be forcibly initialized char buf[1 + sizeof(type) * 8 + 1 + 1]; \ ^ /kisskb/src/lib/kstrtox.c:407:1: note: in expansion of macro 'kstrto_from_user' kstrto_from_user(kstrtos8_from_user, kstrtos8, s8); ^ /kisskb/src/drivers/acpi/acpica/utmisc.c: In function 'acpi_ut_display_init_pathname': /kisskb/src/drivers/acpi/acpica/utmisc.c:336:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer; ^ /kisskb/src/fs/qnx6/dir.c: In function 'qnx6_long_match': /kisskb/src/fs/qnx6/dir.c:180:15: note: byref variable will be forcibly initialized struct page *page; ^ /kisskb/src/fs/qnx6/dir.c: In function 'qnx6_dir_longfilename': /kisskb/src/fs/qnx6/dir.c:70:15: note: byref variable will be forcibly initialized struct page *page; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/freezer.h:8, from /kisskb/src/fs/ubifs/commit.c:34: /kisskb/src/fs/ubifs/commit.c: In function 'wait_for_commit': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/ubifs/commit.c:386:2: note: in expansion of macro 'wait_event' wait_event(c->cmt_wq, c->cmt_state != COMMIT_RUNNING_BACKGROUND && ^ /kisskb/src/fs/ubifs/commit.c: In function 'dbg_check_old_index': /kisskb/src/fs/ubifs/commit.c:561:19: note: byref variable will be forcibly initialized struct list_head list; ^ /kisskb/src/fs/ubifs/commit.c: In function 'do_commit': /kisskb/src/fs/ubifs/commit.c:101:24: note: byref variable will be forcibly initialized struct ubifs_lp_stats lst; ^ /kisskb/src/fs/ubifs/commit.c:100:23: note: byref variable will be forcibly initialized struct ubifs_zbranch zroot; ^ /kisskb/src/fs/ubifs/commit.c:99:11: note: byref variable will be forcibly initialized int err, new_ltail_lnum, old_ltail_lnum, i; ^ /kisskb/src/fs/qnx6/namei.c: In function 'qnx6_lookup': /kisskb/src/fs/qnx6/namei.c:20:15: note: byref variable will be forcibly initialized struct page *page; ^ In file included from /kisskb/src/include/linux/device.h:29:0, 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 '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/fs/adfs/dir.c:9:0: /kisskb/src/fs/adfs/dir.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/adfs/dir.c: In function 'adfs_iterate': /kisskb/src/fs/adfs/dir.c:243:18: note: byref variable will be forcibly initialized struct adfs_dir dir; ^ /kisskb/src/fs/adfs/dir.c: In function 'adfs_dir_lookup_byname': /kisskb/src/fs/adfs/dir.c:353:18: note: byref variable will be forcibly initialized struct adfs_dir dir; ^ /kisskb/src/fs/adfs/dir.c: In function 'adfs_lookup': /kisskb/src/fs/adfs/dir.c:433:21: note: byref variable will be forcibly initialized struct object_info obj; ^ /kisskb/src/drivers/acpi/acpica/utobject.c: In function 'acpi_ut_get_package_object_size': /kisskb/src/drivers/acpi/acpica/utobject.c:619:23: note: byref variable will be forcibly initialized struct acpi_pkg_info info; ^ /kisskb/src/drivers/acpi/acpica/utobject.c: In function 'acpi_ut_get_element_length': /kisskb/src/drivers/acpi/acpica/utobject.c:561:12: note: byref variable will be forcibly initialized acpi_size object_space; ^ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_transfer': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:63:28: note: byref variable will be forcibly initialized struct tegra_bpmp_message msg; ^ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:62:25: note: byref variable will be forcibly initialized struct mrq_clk_request request; ^ /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:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_get_max_id': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:311:32: note: byref variable will be forcibly initialized struct tegra_bpmp_clk_message msg; ^ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:310:41: note: byref variable will be forcibly initialized struct cmd_clk_get_max_clk_id_response response; ^ /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:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_get_info': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:333:32: note: byref variable will be forcibly initialized struct tegra_bpmp_clk_message msg; ^ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:332:39: note: byref variable will be forcibly initialized struct cmd_clk_get_all_info_response response; ^ /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:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_recalc_rate': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:149:32: note: byref variable will be forcibly initialized struct tegra_bpmp_clk_message msg; ^ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:148:34: note: byref variable will be forcibly initialized struct cmd_clk_get_rate_request request; ^ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:147:35: note: byref variable will be forcibly initialized 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:32: note: byref variable will be forcibly initialized struct tegra_bpmp_clk_message msg; ^ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:126:37: note: byref variable will be forcibly initialized 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:32: note: byref variable will be forcibly initialized struct tegra_bpmp_clk_message msg; ^ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_set_rate': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:256:32: note: byref variable will be forcibly initialized struct tegra_bpmp_clk_message msg; ^ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:255:34: note: byref variable will be forcibly initialized struct cmd_clk_set_rate_request request; ^ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:254:35: note: byref variable will be forcibly initialized struct cmd_clk_set_rate_response response; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/ubifs/gc.c:44: /kisskb/src/fs/ubifs/gc.c: In function 'move_nodes': /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_round_rate': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:173:32: note: byref variable will be forcibly initialized struct tegra_bpmp_clk_message msg; ^ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:172:36: note: byref variable will be forcibly initialized struct cmd_clk_round_rate_request request; ^ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:171:37: note: byref variable will be forcibly initialized struct cmd_clk_round_rate_response response; ^ /kisskb/src/fs/ubifs/gc.c:333:12: note: byref variable will be forcibly initialized LIST_HEAD(nondata); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/ubifs/gc.c:332:11: note: byref variable will be forcibly initialized int err, min; ^ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_set_parent': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:199:32: note: byref variable will be forcibly initialized struct tegra_bpmp_clk_message msg; ^ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:198:36: note: byref variable will be forcibly initialized struct cmd_clk_set_parent_request request; ^ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:197:37: note: byref variable will be forcibly initialized struct cmd_clk_set_parent_response response; ^ In file included from /kisskb/src/drivers/clk/tegra/clk-bpmp.c:9:0: /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/drivers/clk/tegra/clk-bpmp.c:7:0: /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized 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:471:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/fs/ubifs/gc.c: In function 'ubifs_garbage_collect': /kisskb/src/fs/ubifs/gc.c:672:22: note: byref variable will be forcibly initialized struct ubifs_lprops lp; ^ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_unprepare': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:110:32: note: byref variable will be forcibly initialized 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:226:32: note: byref variable will be forcibly initialized struct tegra_bpmp_clk_message msg; ^ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:225:37: note: byref variable will be forcibly initialized 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:601:30: note: byref variable will be forcibly initialized struct tegra_bpmp_clk_info *clocks; ^ /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:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /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:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/fs/adfs/dir_f.c: In function 'adfs_f_update': /kisskb/src/fs/adfs/dir_f.c:273:23: note: byref variable will be forcibly initialized struct adfs_direntry de; ^ /kisskb/src/fs/adfs/dir_f.c: In function '__adfs_dir_get': /kisskb/src/fs/adfs/dir_f.c:217:23: note: byref variable will be forcibly initialized struct adfs_direntry de; ^ /kisskb/src/fs/adfs/dir_f.c: In function 'adfs_f_iterate': /kisskb/src/fs/adfs/dir_f.c:256:21: note: byref variable will be forcibly initialized struct object_info obj; ^ /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:15: note: byref variable will be forcibly initialized 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:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/fs/ubifs/orphan.c: In function 'dbg_check_orphans': /kisskb/src/fs/ubifs/orphan.c:1011:20: note: byref variable will be forcibly initialized struct check_info ci; ^ /kisskb/src/fs/ubifs/orphan.c: In function 'do_kill_orphans': /kisskb/src/fs/ubifs/orphan.c:694:26: note: byref variable will be forcibly initialized union ubifs_key key1, key2; ^ /kisskb/src/fs/ubifs/orphan.c:694:20: note: byref variable will be forcibly initialized union ubifs_key key1, key2; ^ /kisskb/src/fs/ubifs/orphan.c: In function 'kill_orphans': /kisskb/src/fs/ubifs/orphan.c:757:36: note: byref variable will be forcibly initialized int lnum, err = 0, outofdate = 0, last_flagged = 0; ^ /kisskb/src/fs/ubifs/orphan.c:757:21: note: byref variable will be forcibly initialized int lnum, err = 0, outofdate = 0, last_flagged = 0; ^ /kisskb/src/fs/ubifs/orphan.c:756:21: note: byref variable will be forcibly initialized unsigned long long last_cmt_no = 0; ^ /kisskb/src/fs/ubifs/orphan.c: In function 'ubifs_add_orphan': /kisskb/src/fs/ubifs/orphan.c:159:18: note: byref variable will be forcibly initialized union ubifs_key key; ^ /kisskb/src/fs/orangefs/acl.c: In function 'orangefs_set_acl': /kisskb/src/fs/orangefs/acl.c:123:15: note: byref variable will be forcibly initialized struct iattr iattr; ^ /kisskb/src/fs/orangefs/acl.c: In function 'orangefs_init_acl': /kisskb/src/fs/orangefs/acl.c:162:15: note: byref variable will be forcibly initialized struct iattr iattr; ^ /kisskb/src/fs/orangefs/acl.c:161:10: note: byref variable will be forcibly initialized umode_t mode = inode->i_mode; ^ /kisskb/src/fs/orangefs/acl.c:160:34: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^ /kisskb/src/fs/orangefs/acl.c:160:20: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^ /kisskb/src/drivers/acpi/acpica/utresrc.c: In function 'acpi_ut_get_resource_length': /kisskb/src/drivers/acpi/acpica/utresrc.c:454:17: note: byref variable will be forcibly initialized acpi_rs_length resource_length; ^ /kisskb/src/drivers/acpi/acpica/utresrc.c: In function 'acpi_ut_walk_aml_resources': /kisskb/src/drivers/acpi/acpica/utresrc.c:147:5: note: byref variable will be forcibly initialized u8 end_tag[2] = { 0x79, 0x00 }; ^ /kisskb/src/drivers/acpi/acpica/utresrc.c:144:5: note: byref variable will be forcibly initialized u8 resource_index; ^ /kisskb/src/fs/udf/balloc.c: In function 'udf_table_free_blocks': /kisskb/src/fs/udf/balloc.c:368:32: note: byref variable will be forcibly initialized struct extent_position oepos, epos; ^ /kisskb/src/fs/udf/balloc.c:368:25: note: byref variable will be forcibly initialized struct extent_position oepos, epos; ^ /kisskb/src/fs/udf/balloc.c:367:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^ /kisskb/src/fs/udf/balloc.c:366:11: note: byref variable will be forcibly initialized uint32_t elen; ^ /kisskb/src/fs/udf/balloc.c: In function 'udf_table_prealloc_blocks': /kisskb/src/fs/udf/balloc.c:506:25: note: byref variable will be forcibly initialized struct extent_position epos; ^ /kisskb/src/fs/udf/balloc.c:505:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^ /kisskb/src/fs/udf/balloc.c:504:11: note: byref variable will be forcibly initialized uint32_t elen, adsize; ^ /kisskb/src/fs/udf/balloc.c: In function 'udf_table_new_block': /kisskb/src/fs/udf/balloc.c:568:31: note: byref variable will be forcibly initialized struct extent_position epos, goal_epos; ^ /kisskb/src/fs/udf/balloc.c:568:25: note: byref variable will be forcibly initialized struct extent_position epos, goal_epos; ^ /kisskb/src/fs/udf/balloc.c:567:30: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc, goal_eloc; ^ /kisskb/src/fs/udf/balloc.c:567:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc, goal_eloc; ^ /kisskb/src/fs/udf/balloc.c:566:11: note: byref variable will be forcibly initialized uint32_t elen, goal_elen = 0; ^ In file included from /kisskb/src/include/linux/wait_bit.h:8:0, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'fuse_get_req': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:604:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_KILLABLE, 1, 0, \ ^ /kisskb/src/include/linux/wait.h:612:11: note: in expansion of macro '__wait_event_killable_exclusive' __ret = __wait_event_killable_exclusive(wq, condition); \ ^ /kisskb/src/fs/fuse/dev.c:115:7: note: in expansion of macro 'wait_event_killable_exclusive' if (wait_event_killable_exclusive(fc->blocked_waitq, ^ /kisskb/src/fs/fuse/dev.c: In function 'request_wait_answer': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/fuse/dev.c:411:2: note: in expansion of macro 'wait_event' wait_event(req->waitq, test_bit(FR_FINISHED, &req->flags)); ^ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:882:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) ^ /kisskb/src/include/linux/wait.h:904:11: note: in expansion of macro '__wait_event_killable' __ret = __wait_event_killable(wq_head, condition); \ ^ /kisskb/src/fs/fuse/dev.c:390:9: note: in expansion of macro 'wait_event_killable' err = wait_event_killable(req->waitq, ^ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^ /kisskb/src/fs/fuse/dev.c:376:9: note: in expansion of macro 'wait_event_interruptible' err = wait_event_interruptible(req->waitq, ^ In file included from /kisskb/src/fs/fuse/fuse_i.h:22:0, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'kvmalloc_array': /kisskb/src/include/linux/mm.h:798:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/adfs/dir_fplus.c: In function 'adfs_fplus_update': /kisskb/src/fs/adfs/dir_fplus.c:233:26: note: byref variable will be forcibly initialized struct adfs_bigdirentry bde; ^ /kisskb/src/fs/adfs/dir_fplus.c: In function 'adfs_fplus_getnext': /kisskb/src/fs/adfs/dir_fplus.c:175:26: note: byref variable will be forcibly initialized struct adfs_bigdirentry bde; ^ /kisskb/src/fs/adfs/dir_fplus.c: In function 'adfs_fplus_iterate': /kisskb/src/fs/adfs/dir_fplus.c:212:21: note: byref variable will be forcibly initialized struct object_info obj; ^ /kisskb/src/fs/fuse/dev.c: In function 'fuse_copy_fill': /kisskb/src/fs/fuse/dev.c:740:10: note: byref variable will be forcibly initialized size_t off; ^ /kisskb/src/fs/fuse/dev.c:697:15: note: byref variable will be forcibly initialized struct page *page; ^ /kisskb/src/fs/fuse/dev.c: In function 'fuse_read_interrupt': /kisskb/src/fs/fuse/dev.c:1043:27: note: byref variable will be forcibly initialized struct fuse_interrupt_in arg; ^ /kisskb/src/fs/fuse/dev.c:1042:24: note: byref variable will be forcibly initialized struct fuse_in_header ih; ^ /kisskb/src/fs/fuse/dev.c: In function 'fuse_copy_page': /kisskb/src/fs/fuse/dev.c:952:10: note: byref variable will be forcibly initialized void *buf = mapaddr + offset; ^ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_poll': /kisskb/src/fs/fuse/dev.c:1403:37: note: byref variable will be forcibly initialized struct fuse_notify_poll_wakeup_out outarg; ^ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_inval_inode': /kisskb/src/fs/fuse/dev.c:1424:37: note: byref variable will be forcibly initialized struct fuse_notify_inval_inode_out outarg; ^ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_inval_entry': /kisskb/src/fs/fuse/dev.c:1452:14: note: byref variable will be forcibly initialized struct qstr name; ^ /kisskb/src/fs/fuse/dev.c:1449:37: note: byref variable will be forcibly initialized struct fuse_notify_inval_entry_out outarg; ^ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_delete': /kisskb/src/fs/fuse/dev.c:1500:14: note: byref variable will be forcibly initialized struct qstr name; ^ /kisskb/src/fs/fuse/dev.c:1497:32: note: byref variable will be forcibly initialized struct fuse_notify_delete_out outarg; ^ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_store': /kisskb/src/fs/fuse/dev.c:1589:16: note: byref variable will be forcibly initialized struct page *page; ^ /kisskb/src/fs/fuse/dev.c:1545:31: note: byref variable will be forcibly initialized struct fuse_notify_store_out outarg; ^ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_retrieve': /kisskb/src/fs/fuse/dev.c:1724:21: note: byref variable will be forcibly initialized struct fuse_mount *fm; ^ /kisskb/src/fs/fuse/dev.c:1723:34: note: byref variable will be forcibly initialized struct fuse_notify_retrieve_out outarg; ^ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_do_write': /kisskb/src/fs/fuse/dev.c:1836:25: note: byref variable will be forcibly initialized struct fuse_out_header oh; ^ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_splice_write': /kisskb/src/fs/fuse/dev.c:1950:25: note: byref variable will be forcibly initialized struct fuse_copy_state cs; ^ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_write': /kisskb/src/fs/fuse/dev.c:1928:25: note: byref variable will be forcibly initialized struct fuse_copy_state cs; ^ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dequeue_forget': /kisskb/src/fs/fuse/dev.c:1071:27: note: byref variable will be forcibly initialized 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:1071:27: note: byref variable will be forcibly initialized /kisskb/src/fs/fuse/dev.c:1100:24: note: byref variable will be forcibly initialized struct fuse_in_header ih = { ^ /kisskb/src/fs/fuse/dev.c:1097:24: note: byref variable will be forcibly initialized struct fuse_forget_in arg = { ^ /kisskb/src/fs/fuse/dev.c: In function 'fuse_read_batch_forget': /kisskb/src/fs/fuse/dev.c:1071:27: note: byref variable will be forcibly initialized struct fuse_forget_link *head = fiq->forget_list_head.next; ^ In file included from /kisskb/src/include/linux/wait_bit.h:8:0, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_do_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:591:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ ^ /kisskb/src/include/linux/wait.h:599:11: note: in expansion of macro '__wait_event_interruptible_exclusive' __ret = __wait_event_interruptible_exclusive(wq, condition); \ ^ /kisskb/src/fs/fuse/dev.c:1231:9: note: in expansion of macro 'wait_event_interruptible_exclusive' 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:1356:25: note: byref variable will be forcibly initialized struct fuse_copy_state cs; ^ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_read': /kisskb/src/fs/fuse/dev.c:1334:25: note: byref variable will be forcibly initialized struct fuse_copy_state cs; ^ /kisskb/src/fs/fuse/dev.c: In function 'fuse_abort_conn': /kisskb/src/fs/fuse/dev.c:1071:27: note: byref variable will be forcibly initialized struct fuse_forget_link *head = fiq->forget_list_head.next; ^ In file included from /kisskb/src/include/linux/wait.h:7:0, 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:2108:13: note: byref variable will be forcibly initialized LIST_HEAD(to_end); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_release': /kisskb/src/fs/fuse/dev.c:2179:13: note: byref variable will be forcibly initialized LIST_HEAD(to_end); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/include/linux/wait_bit.h:8:0, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'fuse_wait_aborted': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/fuse/dev.c:2169:2: note: in expansion of macro 'wait_event' wait_event(fc->blocked_waitq, atomic_read(&fc->num_waiting) == 0); ^ /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:15: note: byref variable will be forcibly initialized 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:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/lib/devres.c: In function 'devm_of_iomap': /kisskb/src/lib/devres.c:230:18: note: byref variable will be forcibly initialized struct resource res; ^ /kisskb/src/fs/orangefs/file.c: In function 'orangefs_getflags': /kisskb/src/fs/orangefs/file.c:380:8: note: byref variable will be forcibly initialized __u64 val = 0; ^ /kisskb/src/fs/orangefs/file.c: In function 'orangefs_ioctl': /kisskb/src/fs/orangefs/file.c:421:17: note: byref variable will be forcibly initialized unsigned long old_uval; ^ /kisskb/src/fs/orangefs/file.c:402:16: note: byref variable will be forcibly initialized unsigned long uval; ^ /kisskb/src/fs/orangefs/file.c:401:8: note: byref variable will be forcibly initialized __u64 val = 0; ^ /kisskb/src/fs/ubifs/budget.c: In function 'ubifs_release_dirty_inode_budget': /kisskb/src/fs/ubifs/budget.c:597:26: note: byref variable will be forcibly initialized struct ubifs_budget_req req; ^ /kisskb/src/drivers/acpi/acpica/utstring.c: In function 'acpi_ut_repair_name': /kisskb/src/drivers/acpi/acpica/utstring.c:136:6: note: byref variable will be forcibly initialized u32 original_name; ^ /kisskb/src/fs/udf/dir.c: In function 'udf_readdir': /kisskb/src/fs/udf/dir.c:59:25: note: byref variable will be forcibly initialized struct extent_position epos = { NULL, 0, {0, 0} }; ^ /kisskb/src/fs/udf/dir.c:57:11: note: byref variable will be forcibly initialized sector_t offset; ^ /kisskb/src/fs/udf/dir.c:56:11: note: byref variable will be forcibly initialized uint32_t elen; ^ /kisskb/src/fs/udf/dir.c:55:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^ /kisskb/src/fs/udf/dir.c:54:28: note: byref variable will be forcibly initialized struct buffer_head *tmp, *bha[16]; ^ /kisskb/src/fs/udf/dir.c:47:9: note: byref variable will be forcibly initialized loff_t nf_pos; ^ /kisskb/src/fs/udf/dir.c:45:23: note: byref variable will be forcibly initialized struct fileIdentDesc cfi; ^ /kisskb/src/drivers/acpi/acpica/utstrsuppt.c: In function 'acpi_ut_strtoul_multiply64': /kisskb/src/drivers/acpi/acpica/utstrsuppt.c:373:6: note: byref variable will be forcibly initialized u64 quotient; ^ /kisskb/src/drivers/acpi/acpica/utstrsuppt.c: In function 'acpi_ut_insert_digit': /kisskb/src/drivers/acpi/acpica/utstrsuppt.c:334:6: note: byref variable will be forcibly initialized u64 product; ^ /kisskb/src/drivers/acpi/acpica/utstrsuppt.c: In function 'acpi_ut_convert_octal_string': /kisskb/src/drivers/acpi/acpica/utstrsuppt.c:42:6: note: byref variable will be forcibly initialized u64 accumulated_value = 0; ^ /kisskb/src/drivers/acpi/acpica/utstrsuppt.c: In function 'acpi_ut_convert_decimal_string': /kisskb/src/drivers/acpi/acpica/utstrsuppt.c:96:6: note: byref variable will be forcibly initialized u64 accumulated_value = 0; ^ /kisskb/src/drivers/acpi/acpica/utstrsuppt.c: In function 'acpi_ut_convert_hex_string': /kisskb/src/drivers/acpi/acpica/utstrsuppt.c:150:6: note: byref variable will be forcibly initialized u64 accumulated_value = 0; ^ /kisskb/src/drivers/clk/versatile/clk-icst.c: In function 'vco_get': /kisskb/src/drivers/clk/versatile/clk-icst.c:65:6: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/drivers/clk/versatile/clk-icst.c: In function 'icst_recalc_rate': /kisskb/src/drivers/clk/versatile/clk-icst.c:223:18: note: byref variable will be forcibly initialized struct icst_vco vco; ^ /kisskb/src/drivers/clk/versatile/clk-icst.c: In function 'icst_clk_setup': /kisskb/src/drivers/clk/versatile/clk-icst.c:345:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/drivers/clk/versatile/clk-icst.c: In function 'of_syscon_icst_setup': /kisskb/src/drivers/clk/versatile/clk-icst.c:486:23: note: byref variable will be forcibly initialized struct clk_icst_desc icst_desc; ^ /kisskb/src/fs/adfs/inode.c: In function 'adfs_write_inode': /kisskb/src/fs/adfs/inode.c:356:21: note: byref variable will be forcibly initialized struct object_info obj; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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/udf/udfdecl.h:10, from /kisskb/src/fs/udf/file.c:28: /kisskb/src/fs/udf/file.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^ /kisskb/src/fs/udf/file.c: In function 'udf_ioctl': /kisskb/src/fs/udf/file.c:183:18: note: byref variable will be forcibly initialized long old_block, new_block; ^ /kisskb/src/drivers/acpi/acpica/utstrtoul64.c: In function 'acpi_ut_implicit_strtoul64': /kisskb/src/drivers/acpi/acpica/utstrtoul64.c:208:6: note: byref variable will be forcibly initialized u64 converted_integer = 0; ^ /kisskb/src/drivers/acpi/acpica/utstrtoul64.c: In function 'acpi_ut_explicit_strtoul64': /kisskb/src/drivers/acpi/acpica/utstrtoul64.c:289:6: note: byref variable will be forcibly initialized u64 converted_integer = 0; ^ /kisskb/src/fs/ubifs/find.c: In function 'scan_for_dirty': /kisskb/src/fs/ubifs/find.c:130:19: note: byref variable will be forcibly initialized struct scan_data data; ^ /kisskb/src/fs/ubifs/find.c: In function 'scan_for_leb_for_idx': /kisskb/src/fs/ubifs/find.c:624:19: note: byref variable will be forcibly initialized struct scan_data data; ^ /kisskb/src/fs/ubifs/find.c: In function 'find_dirty_idx_leb': /kisskb/src/fs/ubifs/find.c:820:19: note: byref variable will be forcibly initialized struct scan_data data; ^ /kisskb/src/fs/ubifs/find.c: In function 'do_find_free_space': /kisskb/src/fs/ubifs/find.c:401:19: note: byref variable will be forcibly initialized struct scan_data data; ^ /kisskb/src/fs/fuse/dir.c: In function 'time_to_jiffies': /kisskb/src/fs/fuse/dir.c:89:21: note: byref variable will be forcibly initialized struct timespec64 ts = { ^ /kisskb/src/fs/fuse/dir.c: In function 'fuse_access': /kisskb/src/fs/fuse/dir.c:1209:24: note: byref variable will be forcibly initialized struct fuse_access_in inarg; ^ In file included from /kisskb/src/fs/fuse/dir.c:9:0: /kisskb/src/fs/fuse/dir.c: In function 'fuse_dentry_revalidate': /kisskb/src/fs/fuse/dir.c:210:13: note: byref variable will be forcibly initialized FUSE_ARGS(args); ^ /kisskb/src/fs/fuse/fuse_i.h:282:42: note: in definition of macro 'FUSE_ARGS' #define FUSE_ARGS(args) struct fuse_args args = {} ^ /kisskb/src/fs/fuse/dir.c:209:25: note: byref variable will be forcibly initialized struct fuse_entry_out outarg; ^ /kisskb/src/fs/fuse/dir.c: In function 'fuse_do_getattr': /kisskb/src/fs/fuse/dir.c:1030:23: note: byref variable will be forcibly initialized struct fuse_attr_out outarg; ^ /kisskb/src/fs/fuse/dir.c:1029:25: note: byref variable will be forcibly initialized struct fuse_getattr_in inarg; ^ /kisskb/src/fs/fuse/dir.c: In function 'fuse_create_open': /kisskb/src/fs/fuse/dir.c:521:24: note: byref variable will be forcibly initialized struct fuse_entry_out outentry; ^ /kisskb/src/fs/fuse/dir.c:520:23: note: byref variable will be forcibly initialized struct fuse_open_out outopen; ^ /kisskb/src/fs/fuse/dir.c:519:24: note: byref variable will be forcibly initialized struct fuse_create_in inarg; ^ /kisskb/src/fs/fuse/dir.c: In function 'create_new_entry': /kisskb/src/fs/fuse/dir.c:663:24: note: byref variable will be forcibly initialized struct fuse_entry_out outarg; ^ /kisskb/src/fs/fuse/dir.c: In function 'fuse_mknod': /kisskb/src/fs/fuse/dir.c:722:23: note: byref variable will be forcibly initialized struct fuse_mknod_in inarg; ^ /kisskb/src/fs/fuse/dir.c: In function 'fuse_mkdir': /kisskb/src/fs/fuse/dir.c:751:23: note: byref variable will be forcibly initialized struct fuse_mkdir_in inarg; ^ In file included from /kisskb/src/fs/fuse/dir.c:9:0: /kisskb/src/fs/fuse/dir.c: In function 'fuse_symlink': /kisskb/src/fs/fuse/dir.c:775:12: note: byref variable will be forcibly initialized FUSE_ARGS(args); ^ /kisskb/src/fs/fuse/fuse_i.h:282:42: note: in definition of macro 'FUSE_ARGS' #define FUSE_ARGS(args) struct fuse_args args = {} ^ /kisskb/src/fs/fuse/dir.c: In function 'fuse_lookup': /kisskb/src/fs/fuse/dir.c:460:16: note: byref variable will be forcibly initialized struct inode *inode; ^ /kisskb/src/fs/fuse/dir.c:459:24: note: byref variable will be forcibly initialized struct fuse_entry_out outarg; ^ /kisskb/src/fs/fuse/dir.c: In function 'fuse_rename_common': /kisskb/src/fs/fuse/dir.c:862:25: note: byref variable will be forcibly initialized struct fuse_rename2_in inarg; ^ /kisskb/src/fs/fuse/dir.c: In function 'fuse_link': /kisskb/src/fs/fuse/dir.c:950:22: note: byref variable will be forcibly initialized struct fuse_link_in inarg; ^ In file included from /kisskb/src/include/linux/wait_bit.h:8:0, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dir.c:9: /kisskb/src/fs/fuse/dir.c: In function 'fuse_set_nowrite': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/fuse/dir.c:1517:2: note: in expansion of macro 'wait_event' wait_event(fi->page_waitq, fi->writectr == FUSE_NOWRITE); ^ /kisskb/src/fs/fuse/dir.c: In function 'fuse_flush_times': /kisskb/src/fs/fuse/dir.c:1567:23: note: byref variable will be forcibly initialized struct fuse_attr_out outarg; ^ /kisskb/src/fs/fuse/dir.c:1566:25: note: byref variable will be forcibly initialized struct fuse_setattr_in inarg; ^ /kisskb/src/fs/fuse/dir.c: In function 'fuse_do_setattr': /kisskb/src/fs/fuse/dir.c:1606:23: note: byref variable will be forcibly initialized struct fuse_attr_out outarg; ^ /kisskb/src/fs/fuse/dir.c:1605:25: note: byref variable will be forcibly initialized struct fuse_setattr_in inarg; ^ /kisskb/src/drivers/acpi/acpica/utxface.c: In function 'acpi_decode_pld_buffer': /kisskb/src/drivers/acpi/acpica/utxface.c:456:6: note: byref variable will be forcibly initialized u32 dword; ^ In file included from /kisskb/src/fs/adfs/map.c:7:0: /kisskb/src/fs/adfs/map.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/udf/ialloc.c: In function 'udf_new_inode': /kisskb/src/fs/udf/ialloc.c:58:6: note: byref variable will be forcibly initialized int err; ^ In file included from /kisskb/src/fs/ubifs/ubifs.h:19:0, from /kisskb/src/fs/ubifs/tnc_commit.c:14: /kisskb/src/fs/ubifs/tnc_commit.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/ubifs/tnc_commit.c: In function 'layout_leb_in_gaps': /kisskb/src/fs/ubifs/tnc_commit.c:295:23: note: byref variable will be forcibly initialized struct ubifs_lprops lp; ^ /kisskb/src/fs/ubifs/tnc_commit.c:228:12: note: byref variable will be forcibly initialized int lnum, dirt = 0, gap_start, gap_end, err, written, tot_written; ^ /kisskb/src/drivers/clk/versatile/clk-sp810.c: In function 'clk_sp810_of_setup': /kisskb/src/drivers/clk/versatile/clk-sp810.c:88:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/drivers/clk/versatile/clk-sp810.c:87:7: note: byref variable will be forcibly initialized char name[12]; ^ /kisskb/src/drivers/clk/versatile/clk-sp810.c:85:14: note: byref variable will be forcibly initialized const char *parent_names[2]; ^ /kisskb/src/fs/adfs/super.c: In function '__adfs_error': /kisskb/src/fs/adfs/super.c:28:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/adfs/super.c: In function 'adfs_msg': /kisskb/src/fs/adfs/super.c:44:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/adfs/super.c: In function 'parse_options': /kisskb/src/fs/adfs/super.c:139:15: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^ /kisskb/src/fs/adfs/super.c:133:6: note: byref variable will be forcibly initialized int option; ^ /kisskb/src/fs/adfs/super.c: In function 'adfs_remount': /kisskb/src/fs/adfs/super.c:187:22: note: byref variable will be forcibly initialized struct adfs_sb_info temp_asb; ^ /kisskb/src/fs/adfs/super.c: In function 'adfs_probe': /kisskb/src/fs/adfs/super.c:286:26: note: byref variable will be forcibly initialized struct adfs_discrecord *dr; ^ /kisskb/src/fs/adfs/super.c: In function 'adfs_fill_super': /kisskb/src/fs/adfs/super.c:367:21: note: byref variable will be forcibly initialized struct object_info root_obj; ^ /kisskb/src/drivers/acpi/acpica/utxferror.c: In function 'acpi_error': /kisskb/src/drivers/acpi/acpica/utxferror.c:37:10: note: byref variable will be forcibly initialized va_list arg_list; ^ /kisskb/src/drivers/acpi/acpica/utxferror.c: In function 'acpi_exception': /kisskb/src/drivers/acpi/acpica/utxferror.c:71:10: note: byref variable will be forcibly initialized va_list arg_list; ^ /kisskb/src/drivers/acpi/acpica/utxferror.c: In function 'acpi_warning': /kisskb/src/drivers/acpi/acpica/utxferror.c:111:10: note: byref variable will be forcibly initialized va_list arg_list; ^ /kisskb/src/drivers/acpi/acpica/utxferror.c: In function 'acpi_info': /kisskb/src/drivers/acpi/acpica/utxferror.c:140:10: note: byref variable will be forcibly initialized va_list arg_list; ^ /kisskb/src/drivers/acpi/acpica/utxferror.c: In function 'acpi_bios_error': /kisskb/src/drivers/acpi/acpica/utxferror.c:173:10: note: byref variable will be forcibly initialized va_list arg_list; ^ /kisskb/src/drivers/acpi/acpica/utxferror.c: In function 'acpi_bios_exception': /kisskb/src/drivers/acpi/acpica/utxferror.c:208:10: note: byref variable will be forcibly initialized va_list arg_list; ^ /kisskb/src/drivers/acpi/acpica/utxferror.c: In function 'acpi_bios_warning': /kisskb/src/drivers/acpi/acpica/utxferror.c:250:10: note: byref variable will be forcibly initialized va_list arg_list; ^ /kisskb/src/fs/udf/inode.c: In function 'udf_read_inode': /kisskb/src/fs/udf/inode.c:1308:11: note: byref variable will be forcibly initialized uint16_t ident; ^ /kisskb/src/fs/udf/inode.c: In function 'udf_setup_indirect_aext': /kisskb/src/fs/udf/inode.c:1978:12: note: byref variable will be forcibly initialized uint32_t cp_len; ^ /kisskb/src/fs/udf/inode.c:1977:25: note: byref variable will be forcibly initialized struct kernel_lb_addr cp_loc; ^ /kisskb/src/fs/udf/inode.c:1932:25: note: byref variable will be forcibly initialized struct extent_position nepos; ^ /kisskb/src/fs/udf/inode.c: In function 'udf_add_aext': /kisskb/src/fs/udf/inode.c:2067:7: note: byref variable will be forcibly initialized int err; ^ /kisskb/src/fs/udf/inode.c: In function 'udf_expand_dir_adinicb': /kisskb/src/fs/udf/inode.c:339:23: note: byref variable will be forcibly initialized struct fileIdentDesc cfi, *sfi, *dfi; ^ /kisskb/src/fs/udf/inode.c:337:9: note: byref variable will be forcibly initialized loff_t f_pos = udf_ext0_offset(inode); ^ /kisskb/src/fs/udf/inode.c:336:33: note: byref variable will be forcibly initialized struct udf_fileident_bh sfibh, dfibh; ^ /kisskb/src/fs/udf/inode.c:336:26: note: byref variable will be forcibly initialized struct udf_fileident_bh sfibh, dfibh; ^ /kisskb/src/fs/udf/inode.c:334:25: note: byref variable will be forcibly initialized struct extent_position epos; ^ /kisskb/src/fs/udf/inode.c:332:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^ In file included from /kisskb/src/include/linux/genhd.h:16:0, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/include/linux/backing-dev.h:15, from /kisskb/src/fs/fuse/fuse_i.h:23, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/udf/inode.c: In function 'udf_do_extend_file': /kisskb/src/fs/udf/inode.c:543:12: note: byref variable will be forcibly initialized uint32_t tmplen; ^ /kisskb/src/fs/udf/inode.c:542:25: note: byref variable will be forcibly initialized struct kernel_lb_addr tmploc; ^ /kisskb/src/fs/fuse/file.c: In function 'fuse_send_open': /kisskb/src/fs/fuse/file.c:38:22: note: byref variable will be forcibly initialized struct fuse_open_in inarg; ^ /kisskb/src/fs/udf/inode.c: In function 'udf_insert_aext': /kisskb/src/fs/udf/inode.c:2231:11: note: byref variable will be forcibly initialized uint32_t oelen; ^ /kisskb/src/fs/udf/inode.c:2230:24: note: byref variable will be forcibly initialized struct kernel_lb_addr oeloc; ^ /kisskb/src/fs/fuse/file.c: In function 'fuse_bmap': /kisskb/src/fs/fuse/file.c:2540:23: note: byref variable will be forcibly initialized struct fuse_bmap_out outarg; ^ /kisskb/src/fs/fuse/file.c:2539:22: note: byref variable will be forcibly initialized struct fuse_bmap_in inarg; ^ /kisskb/src/fs/udf/inode.c: In function 'udf_delete_aext': /kisskb/src/fs/udf/inode.c:2256:11: note: byref variable will be forcibly initialized uint32_t elen; ^ /kisskb/src/fs/udf/inode.c:2255:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^ /kisskb/src/fs/udf/inode.c:2250:25: note: byref variable will be forcibly initialized struct extent_position oepos; ^ /kisskb/src/fs/udf/inode.c: In function 'udf_update_extents': /kisskb/src/fs/udf/inode.c:1183:11: note: byref variable will be forcibly initialized uint32_t tmplen; ^ /kisskb/src/fs/udf/inode.c:1182:24: note: byref variable will be forcibly initialized struct kernel_lb_addr tmploc; ^ /kisskb/src/fs/udf/inode.c: In function 'inode_getblk': /kisskb/src/fs/udf/inode.c:699:6: note: byref variable will be forcibly initialized int c = 1; ^ /kisskb/src/fs/udf/inode.c:698:30: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc, tmpeloc; ^ /kisskb/src/fs/udf/inode.c:698:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc, tmpeloc; ^ /kisskb/src/fs/udf/inode.c:697:21: note: byref variable will be forcibly initialized uint32_t elen = 0, tmpelen; ^ /kisskb/src/fs/udf/inode.c:697:11: note: byref variable will be forcibly initialized uint32_t elen = 0, tmpelen; ^ /kisskb/src/fs/udf/inode.c:696:31: note: byref variable will be forcibly initialized int count = 0, startnum = 0, endnum = 0; ^ /kisskb/src/fs/udf/inode.c:695:46: note: byref variable will be forcibly initialized struct extent_position prev_epos, cur_epos, next_epos; ^ /kisskb/src/fs/udf/inode.c:695:36: note: byref variable will be forcibly initialized struct extent_position prev_epos, cur_epos, next_epos; ^ /kisskb/src/fs/udf/inode.c:695:25: note: byref variable will be forcibly initialized struct extent_position prev_epos, cur_epos, next_epos; ^ /kisskb/src/fs/udf/inode.c:694:24: note: byref variable will be forcibly initialized struct kernel_long_ad laarr[EXTENT_MERGE_SIZE]; ^ /kisskb/src/fs/udf/inode.c: In function 'inode_bmap': /kisskb/src/fs/udf/inode.c:2337:9: note: byref variable will be forcibly initialized loff_t lbcount = 0, bcount = (loff_t) block << blocksize_bits; ^ /kisskb/src/fs/udf/inode.c: In function 'udf_extend_file': /kisskb/src/fs/udf/inode.c:639:24: note: byref variable will be forcibly initialized struct kernel_long_ad extent; ^ /kisskb/src/fs/udf/inode.c:635:58: note: byref variable will be forcibly initialized sector_t first_block = newsize >> sb->s_blocksize_bits, offset; ^ /kisskb/src/fs/udf/inode.c:632:11: note: byref variable will be forcibly initialized uint32_t elen; ^ /kisskb/src/fs/udf/inode.c:631:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^ /kisskb/src/fs/udf/inode.c:630:25: note: byref variable will be forcibly initialized struct extent_position epos; ^ /kisskb/src/fs/fuse/file.c: In function 'fuse_get_user_pages': /kisskb/src/fs/fuse/file.c:1394:10: note: byref variable will be forcibly initialized size_t start; ^ /kisskb/src/fs/udf/inode.c: In function 'udf_block_map': /kisskb/src/fs/udf/inode.c:2368:11: note: byref variable will be forcibly initialized sector_t offset; ^ /kisskb/src/fs/udf/inode.c:2367:11: note: byref variable will be forcibly initialized uint32_t elen; ^ /kisskb/src/fs/udf/inode.c:2366:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^ /kisskb/src/fs/udf/inode.c: In function 'udf_get_block': /kisskb/src/fs/udf/inode.c:421:11: note: byref variable will be forcibly initialized int err, new; ^ /kisskb/src/fs/udf/inode.c:421:6: note: byref variable will be forcibly initialized int err, new; ^ /kisskb/src/fs/udf/inode.c: In function 'udf_getblk': /kisskb/src/fs/udf/inode.c:460:21: note: byref variable will be forcibly initialized struct buffer_head dummy; ^ /kisskb/src/fs/udf/inode.c: In function 'udf_bread': /kisskb/src/fs/udf/inode.c:1208:22: note: byref variable will be forcibly initialized struct buffer_head *bh = NULL; ^ /kisskb/src/fs/fuse/file.c: In function 'fuse_file_poll': /kisskb/src/fs/fuse/file.c:3052:23: note: byref variable will be forcibly initialized struct fuse_poll_out outarg; ^ In file included from /kisskb/src/include/linux/wait_bit.h:8:0, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c: In function 'fuse_wait_on_page_writeback': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/fuse/file.c:448:2: note: in expansion of macro 'wait_event' 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:3118:15: note: byref variable will be forcibly initialized struct iattr attr; ^ In file included from /kisskb/src/include/linux/radix-tree.h:19:0, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c: In function '__readahead_batch': /kisskb/src/include/linux/pagemap.h:899:11: note: byref variable will be forcibly initialized XA_STATE(xas, &rac->mapping->i_pages, 0); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^ /kisskb/src/fs/fuse/file.c: In function 'fuse_lseek': /kisskb/src/fs/fuse/file.c:2575:24: note: byref variable will be forcibly initialized struct fuse_lseek_out outarg; ^ /kisskb/src/fs/fuse/file.c: In function 'fuse_do_open': /kisskb/src/fs/fuse/file.c:154:24: note: byref variable will be forcibly initialized struct fuse_open_out outarg; ^ /kisskb/src/fs/fuse/file.c: In function 'fuse_setlk': /kisskb/src/fs/fuse/file.c:2467:20: note: byref variable will be forcibly initialized struct fuse_lk_in inarg; ^ /kisskb/src/fs/fuse/file.c: In function 'fuse_getlk': /kisskb/src/fs/fuse/file.c:2448:21: note: byref variable will be forcibly initialized struct fuse_lk_out outarg; ^ /kisskb/src/fs/fuse/file.c:2447:20: note: byref variable will be forcibly initialized struct fuse_lk_in inarg; ^ /kisskb/src/fs/fuse/file.c: In function 'fuse_flush': /kisskb/src/fs/fuse/file.c:471:23: note: byref variable will be forcibly initialized struct fuse_flush_in inarg; ^ /kisskb/src/fs/fuse/file.c: In function 'fuse_fsync_common': /kisskb/src/fs/fuse/file.c:527:23: note: byref variable will be forcibly initialized struct fuse_fsync_in inarg; ^ /kisskb/src/fs/fuse/file.c: In function '__fuse_copy_file_range': /kisskb/src/fs/fuse/file.c:3354:24: note: byref variable will be forcibly initialized struct fuse_write_out outarg; ^ /kisskb/src/fs/fuse/file.c:3345:33: note: byref variable will be forcibly initialized struct fuse_copy_file_range_in inarg = { ^ /kisskb/src/fs/fuse/file.c: In function 'fuse_perform_write': /kisskb/src/fs/fuse/file.c:1226:23: note: byref variable will be forcibly initialized struct fuse_io_args ia = {}; ^ /kisskb/src/fs/fuse/file.c: In function 'fuse_direct_io': /kisskb/src/fs/fuse/file.c:1463:10: note: byref variable will be forcibly initialized size_t nbytes = min(count, nmax); ^ /kisskb/src/fs/fuse/file.c: In function 'fuse_direct_IO': /kisskb/src/fs/fuse/file.c:3141:9: note: byref variable will be forcibly initialized loff_t pos = 0; ^ In file included from /kisskb/src/include/linux/mm_types.h:12:0, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:19, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c:3137:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(wait); ^ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 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:1537:23: note: byref variable will be forcibly initialized 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:2189:27: note: byref variable will be forcibly initialized struct fuse_fill_wb_data data; ^ /kisskb/src/fs/fuse/file.c: In function 'fuse_do_ioctl': /kisskb/src/fs/fuse/file.c:2792:18: note: byref variable will be forcibly initialized struct iov_iter ii; ^ /kisskb/src/fs/fuse/file.c:2785:24: note: byref variable will be forcibly initialized struct fuse_ioctl_out outarg; ^ /kisskb/src/drivers/acpi/acpica/utxfmutex.c: In function 'acpi_ut_get_mutex_object': /kisskb/src/drivers/acpi/acpica/utxfmutex.c:42:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *mutex_node; ^ /kisskb/src/drivers/acpi/acpica/utxfmutex.c: In function 'acpi_acquire_mutex': /kisskb/src/drivers/acpi/acpica/utxfmutex.c:103:29: note: byref variable will be forcibly initialized union acpi_operand_object *mutex_obj; ^ /kisskb/src/drivers/acpi/acpica/utxfmutex.c: In function 'acpi_release_mutex': /kisskb/src/drivers/acpi/acpica/utxfmutex.c:139:29: note: byref variable will be forcibly initialized union acpi_operand_object *mutex_obj; ^ /kisskb/src/drivers/clk/versatile/clk-vexpress-osc.c: In function 'vexpress_osc_recalc_rate': /kisskb/src/drivers/clk/versatile/clk-vexpress-osc.c:29:6: note: byref variable will be forcibly initialized u32 rate; ^ /kisskb/src/drivers/clk/versatile/clk-vexpress-osc.c: In function 'vexpress_osc_probe': /kisskb/src/drivers/clk/versatile/clk-vexpress-osc.c:69:6: note: byref variable will be forcibly initialized u32 range[2]; ^ /kisskb/src/drivers/clk/versatile/clk-vexpress-osc.c:67:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/drivers/acpi/acpica/dbcmds.c: In function 'acpi_db_do_one_sleep_state': /kisskb/src/drivers/acpi/acpica/dbcmds.c:150:5: note: byref variable will be forcibly initialized u8 sleep_type_b; ^ /kisskb/src/drivers/acpi/acpica/dbcmds.c:149:5: note: byref variable will be forcibly initialized u8 sleep_type_a; ^ /kisskb/src/drivers/acpi/acpica/dbcmds.c: In function 'acpi_dm_test_resource_conversion': /kisskb/src/drivers/acpi/acpica/dbcmds.c:664:21: note: byref variable will be forcibly initialized struct acpi_buffer new_aml; ^ /kisskb/src/drivers/acpi/acpica/dbcmds.c:663:21: note: byref variable will be forcibly initialized struct acpi_buffer resource_buffer; ^ /kisskb/src/drivers/acpi/acpica/dbcmds.c:662:21: note: byref variable will be forcibly initialized struct acpi_buffer return_buffer; ^ /kisskb/src/drivers/acpi/acpica/dbcmds.c: In function 'acpi_db_device_resources': /kisskb/src/drivers/acpi/acpica/dbcmds.c:761:21: note: byref variable will be forcibly initialized struct acpi_buffer return_buffer; ^ /kisskb/src/drivers/acpi/acpica/dbcmds.c:759:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *aei_node = NULL; ^ /kisskb/src/drivers/acpi/acpica/dbcmds.c:758:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *prs_node = NULL; ^ /kisskb/src/drivers/acpi/acpica/dbcmds.c:757:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *crs_node = NULL; ^ /kisskb/src/drivers/acpi/acpica/dbcmds.c:756:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *prt_node = NULL; ^ /kisskb/src/drivers/acpi/acpica/dbcmds.c: In function 'acpi_db_display_template': /kisskb/src/drivers/acpi/acpica/dbcmds.c:495:21: note: byref variable will be forcibly initialized struct acpi_buffer return_buffer; ^ In file included from /kisskb/src/include/linux/device.h:29:0, from /kisskb/src/drivers/clk/xilinx/xlnx_vcu.c:12: /kisskb/src/drivers/clk/xilinx/xlnx_vcu.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/clk/xilinx/xlnx_vcu.c: In function 'xvcu_register_pll': /kisskb/src/drivers/clk/xilinx/xlnx_vcu.c:406:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/drivers/acpi/acpica/dbconvert.c: In function 'acpi_db_hex_byte_to_binary': /kisskb/src/drivers/acpi/acpica/dbconvert.c:65:5: note: byref variable will be forcibly initialized u8 local1; ^ /kisskb/src/drivers/acpi/acpica/dbconvert.c:64:5: note: byref variable will be forcibly initialized u8 local0; ^ /kisskb/src/drivers/acpi/acpica/dbconvert.c: In function 'acpi_db_convert_to_package': /kisskb/src/drivers/acpi/acpica/dbconvert.c:170:19: note: byref variable will be forcibly initialized acpi_object_type type; ^ /kisskb/src/drivers/acpi/acpica/dbconvert.c:168:8: note: byref variable will be forcibly initialized char *next; ^ /kisskb/src/drivers/acpi/acpica/dbconvert.c: In function 'acpi_db_encode_pld_buffer': /kisskb/src/drivers/acpi/acpica/dbconvert.c:270:6: note: byref variable will be forcibly initialized u32 dword; ^ /kisskb/src/drivers/acpi/acpica/dbconvert.c: In function 'acpi_db_dump_pld_buffer': /kisskb/src/drivers/acpi/acpica/dbconvert.c:352:24: note: byref variable will be forcibly initialized struct acpi_pld_info *pld_info; ^ /kisskb/src/drivers/acpi/acpica/dbdisply.c: In function 'acpi_db_decode_and_display_object': /kisskb/src/drivers/acpi/acpica/dbdisply.c:148:21: note: byref variable will be forcibly initialized struct acpi_buffer ret_buf; ^ /kisskb/src/drivers/acpi/acpica/dbdisply.c:147:7: note: byref variable will be forcibly initialized char buffer[80]; ^ /kisskb/src/drivers/acpi/acpica/dbdisply.c: In function 'acpi_db_display_object_type': /kisskb/src/drivers/acpi/acpica/dbdisply.c:595:27: note: byref variable will be forcibly initialized struct acpi_device_info *info; ^ /kisskb/src/fs/udf/lowlevel.c: In function 'udf_get_last_session': /kisskb/src/fs/udf/lowlevel.c:31:28: note: byref variable will be forcibly initialized struct cdrom_multisession ms_info; ^ /kisskb/src/fs/udf/lowlevel.c: In function 'udf_get_last_block': /kisskb/src/fs/udf/lowlevel.c:52:16: note: byref variable will be forcibly initialized unsigned long lblock = 0; ^ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_writepage_locked': /kisskb/src/fs/orangefs/inode.c:27:9: note: byref variable will be forcibly initialized loff_t off; ^ /kisskb/src/fs/orangefs/inode.c:24:17: note: byref variable will be forcibly initialized struct bio_vec bv; ^ /kisskb/src/fs/orangefs/inode.c:23:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_writepages_work': /kisskb/src/fs/orangefs/inode.c:97:9: note: byref variable will be forcibly initialized loff_t off; ^ /kisskb/src/fs/orangefs/inode.c:94:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^ /kisskb/src/fs/orangefs/inode.c:93:36: note: byref variable will be forcibly initialized struct orangefs_write_range *wrp, wr; ^ In file included from /kisskb/src/include/linux/slab.h:16:0, from /kisskb/src/fs/ubifs/ubifs.h:19, from /kisskb/src/fs/ubifs/lpt.c:34: /kisskb/src/fs/ubifs/lpt.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/fs/ubifs/ubifs.h:19:0, from /kisskb/src/fs/ubifs/lpt.c:34: /kisskb/src/fs/ubifs/lpt.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/fs/orangefs/protocol.h:5:0, from /kisskb/src/fs/orangefs/inode.c:14: /kisskb/src/fs/orangefs/inode.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/ubifs/lpt.c: In function 'check_lpt_crc': /kisskb/src/fs/ubifs/lpt.c:927:11: note: byref variable will be forcibly initialized uint8_t *addr = buf; ^ /kisskb/src/fs/ubifs/lpt.c:926:6: note: byref variable will be forcibly initialized int pos = 0; ^ /kisskb/src/fs/ubifs/lpt.c: In function 'unpack_pnode': /kisskb/src/fs/ubifs/lpt.c:978:9: note: byref variable will be forcibly initialized int i, pos = 0, err; ^ /kisskb/src/fs/ubifs/lpt.c:977:11: note: byref variable will be forcibly initialized uint8_t *addr = buf + UBIFS_LPT_CRC_BYTES; ^ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_direct_IO': /kisskb/src/fs/orangefs/inode.c:555:9: note: byref variable will be forcibly initialized loff_t pos = iocb->ki_pos; ^ /kisskb/src/fs/ubifs/lpt.c: In function 'unpack_ltab': /kisskb/src/fs/ubifs/lpt.c:1047:9: note: byref variable will be forcibly initialized int i, pos = 0, err; ^ /kisskb/src/fs/ubifs/lpt.c:1046:11: note: byref variable will be forcibly initialized uint8_t *addr = buf + UBIFS_LPT_CRC_BYTES; ^ /kisskb/src/fs/ubifs/lpt.c: In function 'unpack_lsave': /kisskb/src/fs/ubifs/lpt.c:1079:9: note: byref variable will be forcibly initialized int i, pos = 0, err; ^ /kisskb/src/fs/ubifs/lpt.c:1078:11: note: byref variable will be forcibly initialized uint8_t *addr = buf + UBIFS_LPT_CRC_BYTES; ^ /kisskb/src/fs/ubifs/lpt.c: In function 'ubifs_pack_pnode': /kisskb/src/fs/ubifs/lpt.c:344:9: note: byref variable will be forcibly initialized int i, pos = 0; ^ /kisskb/src/fs/ubifs/lpt.c:343:11: note: byref variable will be forcibly initialized uint8_t *addr = buf + UBIFS_LPT_CRC_BYTES; ^ /kisskb/src/fs/ubifs/lpt.c: In function 'ubifs_pack_nnode': /kisskb/src/fs/ubifs/lpt.c:377:9: note: byref variable will be forcibly initialized int i, pos = 0; ^ /kisskb/src/fs/ubifs/lpt.c:376:11: note: byref variable will be forcibly initialized uint8_t *addr = buf + UBIFS_LPT_CRC_BYTES; ^ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_writepages': /kisskb/src/fs/orangefs/inode.c:217:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/ubifs/lpt.c: In function 'ubifs_pack_ltab': /kisskb/src/fs/ubifs/lpt.c:409:9: note: byref variable will be forcibly initialized int i, pos = 0; ^ /kisskb/src/fs/ubifs/lpt.c:408:11: note: byref variable will be forcibly initialized uint8_t *addr = buf + UBIFS_LPT_CRC_BYTES; ^ /kisskb/src/fs/ubifs/lpt.c: In function 'ubifs_pack_lsave': /kisskb/src/fs/ubifs/lpt.c:433:9: note: byref variable will be forcibly initialized int i, pos = 0; ^ /kisskb/src/fs/ubifs/lpt.c:432:11: note: byref variable will be forcibly initialized uint8_t *addr = buf + UBIFS_LPT_CRC_BYTES; ^ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_readpage': /kisskb/src/fs/orangefs/inode.c:258:6: note: byref variable will be forcibly initialized int buffer_index = -1; /* orangefs shared memory slot */ ^ /kisskb/src/fs/orangefs/inode.c:253:9: note: byref variable will be forcibly initialized loff_t off; /* offset into this page */ ^ /kisskb/src/fs/orangefs/inode.c:251:17: note: byref variable will be forcibly initialized struct bio_vec bv; ^ /kisskb/src/fs/orangefs/inode.c:250:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_update_time': /kisskb/src/fs/orangefs/inode.c:943:15: note: byref variable will be forcibly initialized struct iattr iattr; ^ /kisskb/src/fs/ubifs/lpt.c: In function 'ubifs_unpack_nnode': /kisskb/src/fs/ubifs/lpt.c:1015:9: note: byref variable will be forcibly initialized int i, pos = 0, err; ^ /kisskb/src/fs/ubifs/lpt.c:1014:11: note: byref variable will be forcibly initialized uint8_t *addr = buf + UBIFS_LPT_CRC_BYTES; ^ /kisskb/src/fs/ubifs/lpt.c: In function 'lpt_check_hash': /kisskb/src/fs/ubifs/lpt.c:1751:5: note: byref variable will be forcibly initialized u8 hash[UBIFS_HASH_ARR_SZ]; ^ /kisskb/src/lib/assoc_array.c: In function 'assoc_array_find': /kisskb/src/lib/assoc_array.c:308:33: note: byref variable will be forcibly initialized struct assoc_array_walk_result result; ^ /kisskb/src/lib/assoc_array.c: In function 'assoc_array_insert': /kisskb/src/lib/assoc_array.c:969:33: note: byref variable will be forcibly initialized struct assoc_array_walk_result result; ^ /kisskb/src/lib/assoc_array.c: In function 'assoc_array_delete': /kisskb/src/lib/assoc_array.c:1084:33: note: byref variable will be forcibly initialized struct assoc_array_walk_result result; ^ /kisskb/src/lib/assoc_array.c:1083:45: note: byref variable will be forcibly initialized struct assoc_array_delete_collapse_context collapse; ^ /kisskb/src/lib/assoc_array.c: In function 'assoc_array_gc': /kisskb/src/lib/assoc_array.c:1463:26: note: byref variable will be forcibly initialized struct assoc_array_ptr *new_root, *new_parent, **new_ptr_pp; ^ In file included from /kisskb/src/drivers/clk/clk-bulk.c:13:0: /kisskb/src/drivers/clk/clk-bulk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/acpi/acpica/dbexec.c: In function 'acpi_db_execution_walk': /kisskb/src/drivers/acpi/acpica/dbexec.c:298:21: note: byref variable will be forcibly initialized struct acpi_buffer return_obj; ^ /kisskb/src/drivers/acpi/acpica/dbexec.c: In function 'acpi_db_execute_method': /kisskb/src/drivers/acpi/acpica/dbexec.c:100:20: note: byref variable will be forcibly initialized union acpi_object params[ACPI_DEBUGGER_MAX_ARGS + 1]; ^ /kisskb/src/drivers/acpi/acpica/dbexec.c:99:26: note: byref variable will be forcibly initialized struct acpi_object_list param_objects; ^ /kisskb/src/drivers/acpi/acpica/dbexec.c: In function 'acpi_db_single_execution_thread': /kisskb/src/drivers/acpi/acpica/dbexec.c:615:21: note: byref variable will be forcibly initialized struct acpi_buffer return_obj; ^ /kisskb/src/drivers/acpi/acpica/dbexec.c: In function 'acpi_db_method_thread': /kisskb/src/drivers/acpi/acpica/dbexec.c:514:21: note: byref variable will be forcibly initialized struct acpi_buffer return_obj; ^ /kisskb/src/drivers/acpi/acpica/dbexec.c:511:29: note: byref variable will be forcibly initialized struct acpi_db_method_info local_info; ^ /kisskb/src/drivers/acpi/acpica/dbexec.c: In function 'acpi_db_execute': /kisskb/src/drivers/acpi/acpica/dbexec.c:348:21: note: byref variable will be forcibly initialized struct acpi_buffer return_obj; ^ /kisskb/src/drivers/acpi/acpica/dbexec.c: In function 'acpi_db_create_execution_threads': /kisskb/src/drivers/acpi/acpica/dbexec.c:730:13: note: byref variable will be forcibly initialized acpi_mutex info_gate; ^ /kisskb/src/drivers/acpi/acpica/dbexec.c:729:13: note: byref variable will be forcibly initialized acpi_mutex thread_complete_gate; ^ /kisskb/src/drivers/acpi/acpica/dbexec.c:728:13: note: byref variable will be forcibly initialized acpi_mutex main_thread_gate; ^ /kisskb/src/fs/xfs/libxfs/xfs_ag.c: In function 'xfs_get_aghdr_buf': /kisskb/src/fs/xfs/libxfs/xfs_ag.c:34:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_ag.c: In function 'xfs_ag_init_hdr': /kisskb/src/fs/xfs/libxfs/xfs_ag.c:352:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_ag.c: In function 'xfs_ag_extend_space': /kisskb/src/fs/xfs/libxfs/xfs_ag.c:498:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_ag.c: In function 'xfs_ag_get_geometry': /kisskb/src/fs/xfs/libxfs/xfs_ag.c:554:19: note: byref variable will be forcibly initialized struct xfs_buf *agf_bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_ag.c:553:19: note: byref variable will be forcibly initialized struct xfs_buf *agi_bp; ^ In file included from /kisskb/src/include/linux/genhd.h:16:0, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/include/linux/backing-dev.h:15, from /kisskb/src/fs/fuse/fuse_i.h:23, from /kisskb/src/fs/fuse/inode.c:9: /kisskb/src/fs/fuse/inode.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/fuse/inode.c: In function 'fuse_get_parent': /kisskb/src/fs/fuse/inode.c:874:24: note: byref variable will be forcibly initialized struct fuse_entry_out outarg; ^ /kisskb/src/fs/fuse/inode.c:872:16: note: byref variable will be forcibly initialized struct inode *inode; ^ /kisskb/src/fs/fuse/inode.c: In function 'fuse_get_dentry': /kisskb/src/fs/fuse/inode.c:775:21: note: byref variable will be forcibly initialized const struct qstr name = QSTR_INIT(".", 1); ^ /kisskb/src/fs/fuse/inode.c:774:25: note: byref variable will be forcibly initialized struct fuse_entry_out outarg; ^ /kisskb/src/fs/fuse/inode.c:765:16: note: byref variable will be forcibly initialized struct inode *inode; ^ /kisskb/src/fs/fuse/inode.c: In function 'fuse_fh_to_parent': /kisskb/src/fs/fuse/inode.c:857:27: note: byref variable will be forcibly initialized struct fuse_inode_handle parent; ^ /kisskb/src/fs/fuse/inode.c: In function 'fuse_fh_to_dentry': /kisskb/src/fs/fuse/inode.c:843:27: note: byref variable will be forcibly initialized struct fuse_inode_handle handle; ^ /kisskb/src/fs/fuse/inode.c: In function 'fuse_statfs': /kisskb/src/fs/fuse/inode.c:488:25: note: byref variable will be forcibly initialized struct fuse_statfs_out outarg; ^ In file included from /kisskb/src/fs/fuse/inode.c:9:0: /kisskb/src/fs/fuse/inode.c: In function 'fuse_send_destroy': /kisskb/src/fs/fuse/inode.c:452:13: note: byref variable will be forcibly initialized FUSE_ARGS(args); ^ /kisskb/src/fs/fuse/fuse_i.h:282:42: note: in definition of macro 'FUSE_ARGS' #define FUSE_ARGS(args) struct fuse_args args = {} ^ /kisskb/src/fs/fuse/inode.c: In function 'fuse_parse_param': /kisskb/src/fs/fuse/inode.c:539:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^ /kisskb/src/fs/udf/namei.c: In function 'udf_find_entry': /kisskb/src/fs/udf/namei.c:176:11: note: byref variable will be forcibly initialized sector_t offset; ^ /kisskb/src/fs/udf/namei.c:175:11: note: byref variable will be forcibly initialized uint32_t elen; ^ /kisskb/src/fs/udf/namei.c:174:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^ /kisskb/src/fs/udf/namei.c:166:9: note: byref variable will be forcibly initialized loff_t f_pos; ^ /kisskb/src/fs/udf/namei.c: In function 'empty_dir': /kisskb/src/fs/udf/namei.c:732:25: note: byref variable will be forcibly initialized struct extent_position epos = {}; ^ /kisskb/src/fs/udf/namei.c:731:11: note: byref variable will be forcibly initialized sector_t offset; ^ /kisskb/src/fs/udf/namei.c:730:11: note: byref variable will be forcibly initialized uint32_t elen; ^ /kisskb/src/fs/udf/namei.c:729:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^ /kisskb/src/fs/udf/namei.c:726:9: note: byref variable will be forcibly initialized loff_t f_pos; ^ /kisskb/src/fs/udf/namei.c:725:26: note: byref variable will be forcibly initialized struct udf_fileident_bh fibh; ^ /kisskb/src/fs/udf/namei.c:724:28: note: byref variable will be forcibly initialized struct fileIdentDesc *fi, cfi; ^ /kisskb/src/fs/udf/namei.c: In function 'udf_get_parent': /kisskb/src/fs/udf/namei.c:1220:26: note: byref variable will be forcibly initialized struct udf_fileident_bh fibh; ^ /kisskb/src/fs/udf/namei.c:1219:23: note: byref variable will be forcibly initialized struct fileIdentDesc cfi; ^ /kisskb/src/fs/udf/namei.c:1216:24: note: byref variable will be forcibly initialized struct kernel_lb_addr tloc; ^ /kisskb/src/fs/udf/namei.c: In function 'udf_nfs_get_inode': /kisskb/src/fs/udf/namei.c:1242:24: note: byref variable will be forcibly initialized struct kernel_lb_addr loc; ^ /kisskb/src/fs/fuse/inode.c: In function 'fuse_get_root_inode': /kisskb/src/fs/fuse/inode.c:747:19: note: byref variable will be forcibly initialized struct fuse_attr attr; ^ /kisskb/src/fs/udf/namei.c: In function 'udf_lookup': /kisskb/src/fs/udf/namei.c:312:25: note: byref variable will be forcibly initialized struct kernel_lb_addr loc; ^ /kisskb/src/fs/udf/namei.c:301:26: note: byref variable will be forcibly initialized struct udf_fileident_bh fibh; ^ /kisskb/src/fs/udf/namei.c:300:23: note: byref variable will be forcibly initialized struct fileIdentDesc cfi; ^ /kisskb/src/fs/fuse/inode.c: In function 'fuse_fill_super_submount': /kisskb/src/fs/fuse/inode.c:1281:19: note: byref variable will be forcibly initialized struct fuse_attr root_attr; ^ /kisskb/src/fs/udf/namei.c: In function 'udf_add_entry': /kisskb/src/fs/udf/namei.c:343:25: note: byref variable will be forcibly initialized struct extent_position epos = {}; ^ /kisskb/src/fs/udf/namei.c:342:11: note: byref variable will be forcibly initialized sector_t offset; ^ /kisskb/src/fs/udf/namei.c:341:11: note: byref variable will be forcibly initialized uint32_t elen = 0; ^ /kisskb/src/fs/udf/namei.c:340:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^ /kisskb/src/fs/udf/namei.c:339:13: note: byref variable will be forcibly initialized udf_pblk_t block; ^ /kisskb/src/fs/udf/namei.c:336:9: note: byref variable will be forcibly initialized loff_t f_pos; ^ /kisskb/src/fs/udf/namei.c: In function 'udf_rename': /kisskb/src/fs/udf/namei.c:1114:7: note: byref variable will be forcibly initialized int offset = udf_ext0_offset(old_inode); ^ /kisskb/src/fs/udf/namei.c:1080:6: note: byref variable will be forcibly initialized int retval = -ENOENT; ^ /kisskb/src/fs/udf/namei.c:1078:29: note: byref variable will be forcibly initialized struct fileIdentDesc ocfi, ncfi; ^ /kisskb/src/fs/udf/namei.c:1078:23: note: byref variable will be forcibly initialized struct fileIdentDesc ocfi, ncfi; ^ /kisskb/src/fs/udf/namei.c:1076:33: note: byref variable will be forcibly initialized struct udf_fileident_bh ofibh, nfibh; ^ /kisskb/src/fs/udf/namei.c:1076:26: note: byref variable will be forcibly initialized struct udf_fileident_bh ofibh, nfibh; ^ /kisskb/src/fs/udf/namei.c: In function 'udf_rmdir': /kisskb/src/fs/udf/namei.c:796:28: note: byref variable will be forcibly initialized struct fileIdentDesc *fi, cfi; ^ /kisskb/src/fs/udf/namei.c:795:26: note: byref variable will be forcibly initialized struct udf_fileident_bh fibh; ^ /kisskb/src/fs/udf/namei.c: In function 'udf_unlink': /kisskb/src/fs/udf/namei.c:842:23: note: byref variable will be forcibly initialized struct fileIdentDesc cfi; ^ /kisskb/src/fs/udf/namei.c:840:26: note: byref variable will be forcibly initialized struct udf_fileident_bh fibh; ^ /kisskb/src/fs/udf/namei.c: In function 'udf_add_nondir': /kisskb/src/fs/udf/namei.c:584:6: note: byref variable will be forcibly initialized int err; ^ /kisskb/src/fs/udf/namei.c:583:23: note: byref variable will be forcibly initialized struct fileIdentDesc cfi, *fi; ^ /kisskb/src/fs/udf/namei.c:582:26: note: byref variable will be forcibly initialized struct udf_fileident_bh fibh; ^ /kisskb/src/fs/udf/namei.c: In function 'udf_symlink': /kisskb/src/fs/udf/namei.c:914:25: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^ /kisskb/src/fs/udf/namei.c:891:6: note: byref variable will be forcibly initialized int err; ^ /kisskb/src/fs/udf/namei.c: In function 'udf_mkdir': /kisskb/src/fs/udf/namei.c:668:6: note: byref variable will be forcibly initialized int err; ^ /kisskb/src/fs/udf/namei.c:667:23: note: byref variable will be forcibly initialized struct fileIdentDesc cfi, *fi; ^ /kisskb/src/fs/udf/namei.c:666:26: note: byref variable will be forcibly initialized struct udf_fileident_bh fibh; ^ /kisskb/src/fs/udf/namei.c: In function 'udf_link': /kisskb/src/fs/udf/namei.c:1037:6: note: byref variable will be forcibly initialized int err; ^ /kisskb/src/fs/udf/namei.c:1036:23: note: byref variable will be forcibly initialized struct fileIdentDesc cfi, *fi; ^ /kisskb/src/fs/udf/namei.c:1035:26: note: byref variable will be forcibly initialized struct udf_fileident_bh fibh; ^ /kisskb/src/drivers/clk/clkdev.c: In function '__clk_register_clkdev': /kisskb/src/drivers/clk/clkdev.c:301:10: note: byref variable will be forcibly initialized va_list ap; ^ /kisskb/src/drivers/clk/clkdev.c: In function 'clkdev_alloc': /kisskb/src/drivers/clk/clkdev.c:197:10: note: byref variable will be forcibly initialized va_list ap; ^ /kisskb/src/drivers/clk/clkdev.c: In function 'clkdev_hw_alloc': /kisskb/src/drivers/clk/clkdev.c:211:10: note: byref variable will be forcibly initialized va_list ap; ^ /kisskb/src/drivers/clk/clkdev.c: In function 'clkdev_create': /kisskb/src/drivers/clk/clkdev.c:234:10: note: byref variable will be forcibly initialized va_list ap; ^ /kisskb/src/drivers/clk/clkdev.c: In function 'clkdev_hw_create': /kisskb/src/drivers/clk/clkdev.c:257:10: note: byref variable will be forcibly initialized va_list ap; ^ /kisskb/src/drivers/clk/clkdev.c: In function 'clk_register_clkdev': /kisskb/src/drivers/clk/clkdev.c:344:21: note: byref variable will be forcibly initialized struct clk_lookup *cl; ^ /kisskb/src/drivers/clk/clkdev.c: In function 'clk_hw_register_clkdev': /kisskb/src/drivers/clk/clkdev.c:371:21: note: byref variable will be forcibly initialized struct clk_lookup *cl; ^ /kisskb/src/fs/orangefs/orangefs-sysfs.c: In function 'sysfs_service_op_store': /kisskb/src/fs/orangefs/orangefs-sysfs.c:629:14: note: byref variable will be forcibly initialized int val1, val2; ^ /kisskb/src/fs/orangefs/orangefs-sysfs.c:629:8: note: byref variable will be forcibly initialized int val1, val2; ^ /kisskb/src/fs/orangefs/orangefs-sysfs.c:539:6: note: byref variable will be forcibly initialized int val = 0; ^ /kisskb/src/drivers/acpi/acpica/dbinput.c: In function 'acpi_db_get_line': /kisskb/src/drivers/acpi/acpica/dbinput.c:608:8: note: byref variable will be forcibly initialized char *next; ^ /kisskb/src/drivers/acpi/acpica/dbinput.c: In function 'acpi_db_command_dispatch': /kisskb/src/drivers/acpi/acpica/dbinput.c:697:6: note: byref variable will be forcibly initialized u64 temp64; ^ /kisskb/src/fs/ubifs/lprops.c: In function 'dbg_check_lprops': /kisskb/src/fs/ubifs/lprops.c:1255:24: note: byref variable will be forcibly initialized struct ubifs_lp_stats lst; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_query_range_helper': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3387:31: note: byref variable will be forcibly initialized struct xfs_alloc_rec_incore irec; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:224:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_update': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:215:22: note: byref variable will be forcibly initialized union xfs_btree_rec rec; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_fixup_trees': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:438:7: note: byref variable will be forcibly initialized int i; /* operation results */ ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:201:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_compute_aligned': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:280:15: note: byref variable will be forcibly initialized xfs_extlen_t len = foundlen; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:279:16: note: byref variable will be forcibly initialized xfs_agblock_t bno = foundbno; ^ In file included from /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:16:0: /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_btree_islastblock': /kisskb/src/fs/xfs/libxfs/xfs_btree.h:523:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_cur_setup': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:760:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_get_rec': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:234:23: note: byref variable will be forcibly initialized union xfs_btree_rec *rec; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_cur_check': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:833:12: note: byref variable will be forcibly initialized unsigned busy_gen = 0; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:831:21: note: byref variable will be forcibly initialized xfs_extlen_t len, lena, diff = -1; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:831:16: note: byref variable will be forcibly initialized xfs_extlen_t len, lena, diff = -1; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:830:28: note: byref variable will be forcibly initialized xfs_agblock_t bno, bnoa, bnew; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:830:22: note: byref variable will be forcibly initialized xfs_agblock_t bno, bnoa, bnew; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:830:17: note: byref variable will be forcibly initialized xfs_agblock_t bno, bnoa, bnew; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:829:15: note: byref variable will be forcibly initialized int error, i; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_walk_iter': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1325:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_ag_vextent_lastblock': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1501:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_cntbt_iter': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:959:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:957:16: note: byref variable will be forcibly initialized xfs_extlen_t len, cur_len; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:956:17: note: byref variable will be forcibly initialized xfs_agblock_t bno; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_ag_vextent_locality': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1374:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_ag_vextent_exact': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1213:11: note: byref variable will be forcibly initialized unsigned busy_gen; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1212:7: note: byref variable will be forcibly initialized int i; /* success/failure of operation */ ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1210:15: note: byref variable will be forcibly initialized xfs_extlen_t tlen; /* length of busy extent */ ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1209:16: note: byref variable will be forcibly initialized xfs_agblock_t tbno; /* start block of busy extent */ ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1208:15: note: byref variable will be forcibly initialized xfs_extlen_t flen; /* length of found extent */ ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1207:16: note: byref variable will be forcibly initialized xfs_agblock_t fbno; /* start block of found extent */ ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_read_agfl': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:695:18: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* return value */ ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_log_agf': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2768:6: note: byref variable will be forcibly initialized int last; /* last byte offset */ ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2767:6: note: byref variable will be forcibly initialized int first; /* first byte offset */ ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_free_ag_extent': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1898:9: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1897:9: note: byref variable will be forcibly initialized int haveright; /* have a right neighbor */ ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1896:9: note: byref variable will be forcibly initialized int haveleft; /* have a left neighbor */ ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1893:17: note: byref variable will be forcibly initialized xfs_extlen_t ltlen; /* length of left neighbor */ ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1892:18: note: byref variable will be forcibly initialized xfs_agblock_t ltbno; /* start of left neighbor */ ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1891:17: note: byref variable will be forcibly initialized xfs_extlen_t gtlen; /* length of right neighbor */ ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1890:18: note: byref variable will be forcibly initialized xfs_agblock_t gtbno; /* start of right neighbor */ ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_free_agfl_block': /kisskb/src/fs/xfs/xfs_trans.h:201:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2337:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_get_freelist': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2705:18: note: byref variable will be forcibly initialized struct xfs_buf *agflbp;/* buffer for a.g. freelist structure */ ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_ag_vextent_small': /kisskb/src/fs/xfs/xfs_trans.h:201:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1071:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1033:8: note: byref variable will be forcibly initialized int i = 0; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1032:16: note: byref variable will be forcibly initialized xfs_extlen_t flen = 0; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1031:17: note: byref variable will be forcibly initialized xfs_agblock_t fbno = NULLAGBLOCK; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_ag_vextent_size': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1671:11: note: byref variable will be forcibly initialized unsigned busy_gen; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1669:15: note: byref variable will be forcibly initialized xfs_extlen_t rlen; /* length of returned extent */ ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1668:16: note: byref variable will be forcibly initialized xfs_agblock_t rbno; /* returned block number */ ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1667:7: note: byref variable will be forcibly initialized int i; /* temp status variable */ ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1666:15: note: byref variable will be forcibly initialized xfs_extlen_t flen; /* length of found freespace */ ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1665:16: note: byref variable will be forcibly initialized xfs_agblock_t fbno; /* start of found freespace */ ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_ag_vextent_near': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1609:9: note: byref variable will be forcibly initialized bool allocated = false; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1564:16: note: byref variable will be forcibly initialized xfs_extlen_t len; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1563:17: note: byref variable will be forcibly initialized xfs_agblock_t bno; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1562:8: note: byref variable will be forcibly initialized int i; /* result code, temporary */ ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_fix_freelist': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2533:17: note: byref variable will be forcibly initialized xfs_agblock_t bno; /* freelist block */ ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2532:23: note: byref variable will be forcibly initialized struct xfs_alloc_arg targs; /* local allocation arguments */ ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2531:19: note: byref variable will be forcibly initialized struct xfs_buf *agflbp = NULL; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2530:19: note: byref variable will be forcibly initialized struct xfs_buf *agbp = NULL; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_pagf_init': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2810:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_free_extent_fix_freelist': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3287:23: note: byref variable will be forcibly initialized struct xfs_alloc_arg args; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function '__xfs_free_extent': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3330:20: note: byref variable will be forcibly initialized struct xfs_buf *agbp; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_query_range': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3405:36: note: byref variable will be forcibly initialized struct xfs_alloc_query_range_info query; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3404:25: note: byref variable will be forcibly initialized union xfs_btree_irec high_brec; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3403:25: note: byref variable will be forcibly initialized union xfs_btree_irec low_brec; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_query_all': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3423:36: note: byref variable will be forcibly initialized struct xfs_alloc_query_range_info query; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_has_record': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3440:23: note: byref variable will be forcibly initialized union xfs_btree_irec high; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3439:23: note: byref variable will be forcibly initialized union xfs_btree_irec low; ^ /kisskb/src/fs/udf/partition.c: In function 'udf_try_read_meta': /kisskb/src/fs/udf/partition.c:287:11: note: byref variable will be forcibly initialized sector_t ext_offset; ^ /kisskb/src/fs/udf/partition.c:286:11: note: byref variable will be forcibly initialized uint32_t elen; ^ /kisskb/src/fs/udf/partition.c:285:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^ /kisskb/src/lib/packing.c: In function 'packing': /kisskb/src/lib/packing.c:193:8: note: byref variable will be forcibly initialized u64 pval; ^ /kisskb/src/lib/packing.c:178:8: note: byref variable will be forcibly initialized u64 pval; ^ /kisskb/src/lib/packing.c:135:7: note: byref variable will be forcibly initialized u8 box_mask; ^ /kisskb/src/lib/packing.c:134:22: note: byref variable will be forcibly initialized int box_start_bit, box_end_bit, box_addr; ^ /kisskb/src/lib/packing.c:134:7: note: byref variable will be forcibly initialized int box_start_bit, box_end_bit, box_addr; ^ /kisskb/src/drivers/clk/clk.c: In function 'clk_core_req_round_rate_nolock': /kisskb/src/drivers/clk/clk.c:2158:26: note: byref variable will be forcibly initialized struct clk_rate_request req; ^ /kisskb/src/drivers/clk/clk.c: In function '__clk_notify': /kisskb/src/drivers/clk/clk.c:1506:27: note: byref variable will be forcibly initialized struct clk_notifier_data cnd; ^ /kisskb/src/drivers/clk/clk.c: In function 'clk_dump_one': /kisskb/src/drivers/clk/clk.c:3006:26: note: byref variable will be forcibly initialized unsigned long min_rate, max_rate; ^ /kisskb/src/drivers/clk/clk.c:3006:16: note: byref variable will be forcibly initialized unsigned long min_rate, max_rate; ^ /kisskb/src/drivers/clk/clk.c: In function 'clk_max_rate_show': /kisskb/src/drivers/clk/clk.c:3253:26: note: byref variable will be forcibly initialized unsigned long min_rate, max_rate; ^ /kisskb/src/drivers/clk/clk.c:3253:16: note: byref variable will be forcibly initialized unsigned long min_rate, max_rate; ^ /kisskb/src/drivers/clk/clk.c: In function 'clk_min_rate_show': /kisskb/src/drivers/clk/clk.c:3239:26: note: byref variable will be forcibly initialized unsigned long min_rate, max_rate; ^ /kisskb/src/drivers/clk/clk.c:3239:16: note: byref variable will be forcibly initialized unsigned long min_rate, max_rate; ^ In file included from /kisskb/src/drivers/clk/clk.c:17:0: /kisskb/src/drivers/clk/clk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/clk/clk.c: In function 'clk_core_get': /kisskb/src/drivers/clk/clk.c:400:25: note: byref variable will be forcibly initialized struct of_phandle_args clkspec; ^ /kisskb/src/drivers/clk/clk.c: In function 'clk_calc_new_rates': /kisskb/src/drivers/clk/clk.c:1957:27: note: byref variable will be forcibly initialized struct clk_rate_request req; ^ /kisskb/src/drivers/clk/clk.c:1940:16: note: byref variable will be forcibly initialized unsigned long max_rate; ^ /kisskb/src/drivers/clk/clk.c:1939:16: note: byref variable will be forcibly initialized unsigned long min_rate; ^ /kisskb/src/drivers/clk/clk.c: In function 'clk_mux_determine_rate_flags': /kisskb/src/drivers/clk/clk.c:552:26: note: byref variable will be forcibly initialized struct clk_rate_request parent_req = *req; ^ /kisskb/src/drivers/clk/clk.c: In function 'clk_hw_round_rate': /kisskb/src/drivers/clk/clk.c:1436:26: note: byref variable will be forcibly initialized struct clk_rate_request req; ^ /kisskb/src/drivers/clk/clk.c: In function 'clk_round_rate': /kisskb/src/drivers/clk/clk.c:1460:26: note: byref variable will be forcibly initialized struct clk_rate_request req; ^ /kisskb/src/drivers/clk/clk.c: In function 'clk_set_duty_cycle': /kisskb/src/drivers/clk/clk.c:2840:18: note: byref variable will be forcibly initialized struct clk_duty duty; ^ /kisskb/src/drivers/clk/clk.c: In function 'of_clk_get_hw': /kisskb/src/drivers/clk/clk.c:4866:25: note: byref variable will be forcibly initialized struct of_phandle_args clkspec; ^ /kisskb/src/drivers/clk/clk.c: In function 'of_clk_get_parent_name': /kisskb/src/drivers/clk/clk.c:4935:6: note: byref variable will be forcibly initialized u32 pv; ^ /kisskb/src/drivers/clk/clk.c:4933:14: note: byref variable will be forcibly initialized const char *clk_name; ^ /kisskb/src/drivers/clk/clk.c:4931:25: note: byref variable will be forcibly initialized struct of_phandle_args clkspec; ^ /kisskb/src/drivers/clk/clk.c: In function 'of_clk_detect_critical': /kisskb/src/drivers/clk/clk.c:5074:11: note: byref variable will be forcibly initialized uint32_t idx; ^ In file included from /kisskb/src/include/linux/mutex.h:15:0, 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:5101:12: note: byref variable will be forcibly initialized LIST_HEAD(clk_provider_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/clk/clk.c:5096:29: note: byref variable will be forcibly initialized const struct of_device_id *match; ^ /kisskb/src/drivers/acpi/acpica/dbmethod.c: In function 'acpi_db_evaluate_object': /kisskb/src/drivers/acpi/acpica/dbmethod.c:369:21: note: byref variable will be forcibly initialized struct acpi_buffer return_obj; ^ /kisskb/src/drivers/acpi/acpica/dbmethod.c:368:20: note: byref variable will be forcibly initialized union acpi_object params[ACPI_METHOD_NUM_ARGS]; ^ /kisskb/src/drivers/acpi/acpica/dbmethod.c:367:26: note: byref variable will be forcibly initialized struct acpi_object_list param_objects; ^ /kisskb/src/drivers/acpi/acpica/dbmethod.c:366:27: note: byref variable will be forcibly initialized struct acpi_device_info *obj_info; ^ /kisskb/src/drivers/acpi/acpica/dbmethod.c: In function 'acpi_db_evaluate_predefined_names': /kisskb/src/drivers/acpi/acpica/dbmethod.c:544:30: note: byref variable will be forcibly initialized struct acpi_db_execute_walk info; ^ /kisskb/src/drivers/acpi/acpica/dbmethod.c: In function 'acpi_db_evaluate_all': /kisskb/src/drivers/acpi/acpica/dbmethod.c:575:30: note: byref variable will be forcibly initialized struct acpi_db_execute_walk info; ^ In file included from /kisskb/src/fs/orangefs/protocol.h:5:0, from /kisskb/src/fs/orangefs/orangefs-mod.c:11: /kisskb/src/fs/orangefs/orangefs-mod.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/fuse/control.c: In function 'fuse_conn_limit_write': /kisskb/src/fs/fuse/control.c:80:16: note: byref variable will be forcibly initialized unsigned long t; ^ /kisskb/src/fs/fuse/control.c: In function 'fuse_conn_congestion_threshold_write': /kisskb/src/fs/fuse/control.c:165:11: note: byref variable will be forcibly initialized unsigned val; ^ /kisskb/src/fs/fuse/control.c: In function 'fuse_conn_limit_read': /kisskb/src/fs/fuse/control.c:70:7: note: byref variable will be forcibly initialized char tmp[32]; ^ /kisskb/src/fs/fuse/control.c: In function 'fuse_conn_waiting_read': /kisskb/src/fs/fuse/control.c:50:7: note: byref variable will be forcibly initialized char tmp[32]; ^ /kisskb/src/fs/fuse/control.c: In function 'fuse_conn_max_background_write': /kisskb/src/fs/fuse/control.c:123:11: note: byref variable will be forcibly initialized unsigned val; ^ /kisskb/src/fs/fuse/control.c: In function 'fuse_ctl_add_conn': /kisskb/src/fs/fuse/control.c:276:7: note: byref variable will be forcibly initialized char name[32]; ^ /kisskb/src/drivers/acpi/acpica/dbnames.c: In function 'acpi_db_walk_and_match_name': /kisskb/src/drivers/acpi/acpica/dbnames.c:300:24: note: byref variable will be forcibly initialized struct acpi_walk_info info; ^ /kisskb/src/drivers/acpi/acpica/dbnames.c:299:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer; ^ /kisskb/src/drivers/acpi/acpica/dbnames.c: In function 'acpi_db_walk_for_specific_objects': /kisskb/src/drivers/acpi/acpica/dbnames.c:604:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer; ^ /kisskb/src/drivers/acpi/acpica/dbnames.c: In function 'acpi_db_walk_for_predefined_names': /kisskb/src/drivers/acpi/acpica/dbnames.c:406:7: note: byref variable will be forcibly initialized char string_buffer[48]; ^ /kisskb/src/drivers/acpi/acpica/dbnames.c: In function 'acpi_db_walk_for_fields': /kisskb/src/drivers/acpi/acpica/dbnames.c:525:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer; ^ /kisskb/src/drivers/acpi/acpica/dbnames.c: In function 'acpi_db_bus_walk': /kisskb/src/drivers/acpi/acpica/dbnames.c:934:27: note: byref variable will be forcibly initialized struct acpi_device_info *info; ^ /kisskb/src/drivers/acpi/acpica/dbnames.c:933:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *temp_node; ^ /kisskb/src/drivers/acpi/acpica/dbnames.c:932:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer; ^ /kisskb/src/drivers/acpi/acpica/dbnames.c: In function 'acpi_db_set_scope': /kisskb/src/drivers/acpi/acpica/dbnames.c:104:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *node; ^ /kisskb/src/drivers/acpi/acpica/dbnames.c: In function 'acpi_db_find_name_in_namespace': /kisskb/src/drivers/acpi/acpica/dbnames.c:355:7: note: byref variable will be forcibly initialized char acpi_name[5] = "____"; ^ /kisskb/src/drivers/acpi/acpica/dbnames.c: In function 'acpi_db_check_predefined_names': /kisskb/src/drivers/acpi/acpica/dbnames.c:463:6: note: byref variable will be forcibly initialized u32 count = 0; ^ /kisskb/src/drivers/acpi/acpica/dbnames.c: In function 'acpi_db_display_objects': /kisskb/src/drivers/acpi/acpica/dbnames.c:643:24: note: byref variable will be forcibly initialized struct acpi_walk_info info; ^ /kisskb/src/drivers/acpi/acpica/dbnames.c: In function 'acpi_db_display_fields': /kisskb/src/drivers/acpi/acpica/dbnames.c:727:31: note: byref variable will be forcibly initialized struct acpi_region_walk_info info; ^ /kisskb/src/drivers/acpi/acpica/dbnames.c: In function 'acpi_db_check_integrity': /kisskb/src/drivers/acpi/acpica/dbnames.c:829:29: note: byref variable will be forcibly initialized struct acpi_integrity_info info = { 0, 0 }; ^ /kisskb/src/fs/udf/super.c: In function 'udf_finalize_lvid': /kisskb/src/fs/udf/super.c:2006:20: note: byref variable will be forcibly initialized struct timespec64 ts; ^ /kisskb/src/fs/udf/super.c: In function 'udf_parse_options': /kisskb/src/fs/udf/super.c:473:15: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^ /kisskb/src/fs/udf/super.c:462:15: note: byref variable will be forcibly initialized unsigned int uv; ^ /kisskb/src/fs/udf/super.c:461:6: note: byref variable will be forcibly initialized int option; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/fs/udf/udfdecl.h:12, from /kisskb/src/fs/udf/super.c:41: /kisskb/src/fs/udf/super.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/mm.h:30:0, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/fs/udf/udfdecl.h:12, from /kisskb/src/fs/udf/super.c:41: /kisskb/src/fs/udf/super.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/udf/super.c: In function 'udf_find_vat_block': /kisskb/src/fs/udf/super.c:1151:24: note: byref variable will be forcibly initialized struct kernel_lb_addr ino; ^ /kisskb/src/fs/udf/super.c: In function 'udf_count_free_table': /kisskb/src/fs/udf/super.c:2484:25: note: byref variable will be forcibly initialized struct extent_position epos; ^ /kisskb/src/fs/udf/super.c:2482:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^ /kisskb/src/fs/udf/super.c:2481:11: note: byref variable will be forcibly initialized uint32_t elen; ^ /kisskb/src/fs/udf/super.c: In function 'udf_load_pvoldesc': /kisskb/src/fs/udf/super.c:858:11: note: byref variable will be forcibly initialized uint16_t ident; ^ /kisskb/src/fs/udf/super.c: In function 'udf_fill_partdesc_info': /kisskb/src/fs/udf/super.c:1111:25: note: byref variable will be forcibly initialized struct kernel_lb_addr loc = { ^ /kisskb/src/fs/udf/super.c: In function '_udf_err': /kisskb/src/fs/udf/super.c:2327:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/udf/super.c: In function 'udf_remount_fs': /kisskb/src/fs/udf/super.c:606:21: note: byref variable will be forcibly initialized struct udf_options uopt; ^ /kisskb/src/fs/udf/super.c: In function 'udf_count_free_bitmap': /kisskb/src/fs/udf/super.c:2434:11: note: byref variable will be forcibly initialized uint16_t ident; ^ /kisskb/src/fs/udf/super.c:2431:24: note: byref variable will be forcibly initialized struct kernel_lb_addr loc; ^ /kisskb/src/fs/udf/super.c: In function 'udf_load_sparable_map': /kisskb/src/fs/udf/super.c:1330:11: note: byref variable will be forcibly initialized uint16_t ident; ^ /kisskb/src/fs/udf/super.c: In function '_udf_warn': /kisskb/src/fs/udf/super.c:2343:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/udf/super.c: In function 'udf_find_fileset': /kisskb/src/fs/udf/super.c:823:11: note: byref variable will be forcibly initialized uint16_t ident; ^ /kisskb/src/fs/udf/super.c: In function 'udf_load_logicalvolint': /kisskb/src/fs/udf/super.c:1541:11: note: byref variable will be forcibly initialized uint16_t ident; ^ /kisskb/src/fs/udf/super.c: In function 'udf_load_logicalvol': /kisskb/src/fs/udf/super.c:1387:11: note: byref variable will be forcibly initialized uint16_t ident; ^ /kisskb/src/fs/udf/super.c: In function 'udf_find_metadata_inode_efe': /kisskb/src/fs/udf/super.c:915:24: note: byref variable will be forcibly initialized struct kernel_lb_addr addr; ^ /kisskb/src/fs/udf/super.c: In function 'udf_load_metadata_files': /kisskb/src/fs/udf/super.c:942:24: note: byref variable will be forcibly initialized struct kernel_lb_addr addr; ^ /kisskb/src/fs/udf/super.c: In function 'udf_load_partdesc': /kisskb/src/fs/udf/super.c:1235:11: note: byref variable will be forcibly initialized uint16_t ident; ^ /kisskb/src/fs/udf/super.c: In function 'udf_process_sequence': /kisskb/src/fs/udf/super.c:1670:28: note: byref variable will be forcibly initialized struct desc_seq_scan_data data; ^ /kisskb/src/fs/udf/super.c:1667:11: note: byref variable will be forcibly initialized uint16_t ident; ^ /kisskb/src/fs/udf/super.c: In function 'udf_check_anchor_block': /kisskb/src/fs/udf/super.c:1825:11: note: byref variable will be forcibly initialized uint16_t ident; ^ /kisskb/src/fs/udf/super.c: In function 'udf_find_anchor': /kisskb/src/fs/udf/super.c:1927:11: note: byref variable will be forcibly initialized sector_t lastblock = sbi->s_last_block; ^ /kisskb/src/fs/udf/super.c: In function 'udf_fill_super': /kisskb/src/fs/udf/super.c:2274:20: note: byref variable will be forcibly initialized struct timestamp ts; ^ /kisskb/src/fs/udf/super.c:2118:33: note: byref variable will be forcibly initialized struct kernel_lb_addr rootdir, fileset; ^ /kisskb/src/fs/udf/super.c:2118:24: note: byref variable will be forcibly initialized struct kernel_lb_addr rootdir, fileset; ^ /kisskb/src/fs/udf/super.c:2117:21: note: byref variable will be forcibly initialized struct udf_options uopt; ^ /kisskb/src/fs/ubifs/recovery.c: In function 'fix_size_in_place': /kisskb/src/fs/ubifs/recovery.c:1407:17: note: byref variable will be forcibly initialized int err, lnum, offs, len; ^ /kisskb/src/fs/ubifs/recovery.c:1407:11: note: byref variable will be forcibly initialized int err, lnum, offs, len; ^ /kisskb/src/fs/ubifs/recovery.c:1406:18: note: byref variable will be forcibly initialized union ubifs_key key; ^ /kisskb/src/fs/ubifs/recovery.c: In function 'ubifs_recover_master_node': /kisskb/src/fs/ubifs/recovery.c:230:39: note: byref variable will be forcibly initialized struct ubifs_mst_node *mst1 = NULL, *mst2 = NULL, *mst; ^ /kisskb/src/fs/ubifs/recovery.c:230:25: note: byref variable will be forcibly initialized struct ubifs_mst_node *mst1 = NULL, *mst2 = NULL, *mst; ^ /kisskb/src/fs/ubifs/recovery.c:229:50: note: byref variable will be forcibly initialized void *buf1 = NULL, *buf2 = NULL, *cor1 = NULL, *cor2 = NULL; ^ /kisskb/src/fs/ubifs/recovery.c:229:36: note: byref variable will be forcibly initialized void *buf1 = NULL, *buf2 = NULL, *cor1 = NULL, *cor2 = NULL; ^ /kisskb/src/fs/ubifs/recovery.c:229:22: note: byref variable will be forcibly initialized void *buf1 = NULL, *buf2 = NULL, *cor1 = NULL, *cor2 = NULL; ^ /kisskb/src/fs/ubifs/recovery.c:229:8: note: byref variable will be forcibly initialized void *buf1 = NULL, *buf2 = NULL, *cor1 = NULL, *cor2 = NULL; ^ /kisskb/src/fs/ubifs/recovery.c: In function 'ubifs_recover_leb': /kisskb/src/fs/ubifs/recovery.c:628:8: note: byref variable will be forcibly initialized void *buf = sbuf + offs; ^ /kisskb/src/fs/ubifs/recovery.c:625:20: note: byref variable will be forcibly initialized int ret = 0, err, len = c->leb_size - offs, start = offs, min_io_unit; ^ /kisskb/src/fs/ubifs/recovery.c: In function 'ubifs_recover_log_leb': /kisskb/src/fs/ubifs/recovery.c:876:23: note: byref variable will be forcibly initialized unsigned long long cs_sqnum = c->cs_sqnum; ^ /kisskb/src/fs/ubifs/recovery.c: In function 'ubifs_rcvry_gc_commit': /kisskb/src/fs/ubifs/recovery.c:1161:22: note: byref variable will be forcibly initialized struct ubifs_lprops lp; ^ /kisskb/src/fs/ubifs/recovery.c: In function 'ubifs_recover_size': /kisskb/src/fs/ubifs/recovery.c:1541:20: note: byref variable will be forcibly initialized union ubifs_key key; ^ /kisskb/src/fs/fuse/xattr.c: In function 'fuse_setxattr': /kisskb/src/fs/fuse/xattr.c:19:26: note: byref variable will be forcibly initialized struct fuse_setxattr_in inarg; ^ /kisskb/src/fs/fuse/xattr.c: In function 'fuse_getxattr': /kisskb/src/fs/fuse/xattr.c:55:27: note: byref variable will be forcibly initialized struct fuse_getxattr_out outarg; ^ /kisskb/src/fs/fuse/xattr.c:54:26: note: byref variable will be forcibly initialized struct fuse_getxattr_in inarg; ^ /kisskb/src/fs/fuse/xattr.c: In function 'fuse_listxattr': /kisskb/src/fs/fuse/xattr.c:113:27: note: byref variable will be forcibly initialized struct fuse_getxattr_out outarg; ^ /kisskb/src/fs/fuse/xattr.c:112:26: note: byref variable will be forcibly initialized struct fuse_getxattr_in inarg; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/lib/crc-t10dif.c:10: /kisskb/src/lib/crc-t10dif.c: In function 'crc_t10dif_rehash': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/lib/crc-t10dif.c:48:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(crct10dif_tfm, new); ^ /kisskb/src/lib/crc-t10dif.c: In function 'crc_t10dif_update': /kisskb/src/lib/crc-t10dif.c:68:4: note: byref variable will be forcibly initialized } desc; ^ /kisskb/src/fs/orangefs/super.c: In function 'orangefs_encode_fh': /kisskb/src/fs/orangefs/super.c:352:30: note: byref variable will be forcibly initialized struct orangefs_object_kref refn; ^ /kisskb/src/fs/orangefs/super.c: In function 'orangefs_fh_to_dentry': /kisskb/src/fs/orangefs/super.c:330:30: note: byref variable will be forcibly initialized struct orangefs_object_kref refn; ^ /kisskb/src/fs/orangefs/super.c: In function 'parse_mount_options': /kisskb/src/fs/orangefs/super.c:57:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^ /kisskb/src/fs/orangefs/super.c: In function 'orangefs_fill_sb': /kisskb/src/fs/orangefs/super.c:419:30: note: byref variable will be forcibly initialized struct orangefs_object_kref root_object; ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc_btree.c: In function 'xfs_allocbt_alloc_block': /kisskb/src/fs/xfs/libxfs/xfs_alloc_btree.c:61:17: note: byref variable will be forcibly initialized xfs_agblock_t bno; ^ /kisskb/src/drivers/acpi/acpica/dbutils.c: In function 'acpi_db_local_ns_lookup': /kisskb/src/drivers/acpi/acpica/dbutils.c:248:30: note: byref variable will be forcibly initialized struct acpi_namespace_node *node = NULL; ^ /kisskb/src/drivers/acpi/acpica/dbutils.c:246:8: note: byref variable will be forcibly initialized char *internal_path; ^ /kisskb/src/fs/udf/truncate.c: In function 'udf_truncate_tail_extent': /kisskb/src/fs/udf/truncate.c:71:11: note: byref variable will be forcibly initialized uint32_t elen, nelen; ^ /kisskb/src/fs/udf/truncate.c:70:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^ /kisskb/src/fs/udf/truncate.c: In function 'udf_discard_prealloc': /kisskb/src/fs/udf/truncate.c:125:11: note: byref variable will be forcibly initialized uint32_t elen; ^ /kisskb/src/fs/udf/truncate.c:124:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc; ^ /kisskb/src/fs/udf/truncate.c:123:25: note: byref variable will be forcibly initialized struct extent_position epos = { NULL, 0, {0, 0} }; ^ /kisskb/src/fs/udf/truncate.c: In function 'udf_truncate_extents': /kisskb/src/fs/udf/truncate.c:209:64: note: byref variable will be forcibly initialized sector_t first_block = inode->i_size >> sb->s_blocksize_bits, offset; ^ /kisskb/src/fs/udf/truncate.c:206:11: note: byref variable will be forcibly initialized uint32_t elen, nelen = 0, indirect_ext_len = 0, lenalloc; ^ /kisskb/src/fs/udf/truncate.c:205:24: note: byref variable will be forcibly initialized struct kernel_lb_addr eloc, neloc = {}; ^ /kisskb/src/fs/udf/truncate.c:204:25: note: byref variable will be forcibly initialized struct extent_position epos; ^ /kisskb/src/fs/orangefs/devorangefs-req.c: In function 'dispatch_ioctl_command': /kisskb/src/fs/orangefs/devorangefs-req.c:598:6: note: byref variable will be forcibly initialized int upstream_kmod = 1; ^ /kisskb/src/fs/orangefs/devorangefs-req.c:596:31: note: byref variable will be forcibly initialized struct ORANGEFS_dev_map_desc user_desc; ^ /kisskb/src/fs/orangefs/devorangefs-req.c: In function 'orangefs_devreq_write_iter': /kisskb/src/fs/orangefs/devorangefs-req.c:370:4: note: byref variable will be forcibly initialized } head; ^ /kisskb/src/fs/orangefs/devorangefs-req.c: In function 'orangefs_devreq_read': /kisskb/src/fs/orangefs/devorangefs-req.c:163:8: note: byref variable will be forcibly initialized __s32 proto_ver = ORANGEFS_KERNEL_PROTO_VERSION; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_leaf_get': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:845:18: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_node_hasname': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:875:8: note: byref variable will be forcibly initialized int retval, error; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_node_get': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:1409:23: note: byref variable will be forcibly initialized struct xfs_da_state *state; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_leaf_removename': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:803:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_node_shrink': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:1125:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_leaf_addname': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:674:19: note: byref variable will be forcibly initialized struct xfs_buf *bp = NULL; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_node_addname': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:918:8: note: byref variable will be forcibly initialized int retval, error; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr.c:915:23: note: byref variable will be forcibly initialized struct xfs_da_state *state; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_node_removename': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:1234:23: note: byref variable will be forcibly initialized struct xfs_da_state *state; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_set_args': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:274:27: note: byref variable will be forcibly initialized struct xfs_buf *leaf_bp = NULL; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_has_attr': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:339:19: note: byref variable will be forcibly initialized struct xfs_buf *bp = NULL; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_set': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:398:15: note: byref variable will be forcibly initialized int error, local; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr.c:396:23: note: byref variable will be forcibly initialized struct xfs_trans_res tres; ^ /kisskb/src/fs/fuse/readdir.c: In function 'fuse_force_forget': /kisskb/src/fs/fuse/readdir.c:256:24: note: byref variable will be forcibly initialized struct fuse_forget_in inarg; ^ In file included from /kisskb/src/include/linux/wait_bit.h:8:0, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/readdir.c:10: /kisskb/src/fs/fuse/readdir.c: In function 'fuse_direntplus_link': /kisskb/src/fs/fuse/readdir.c:161:34: note: byref variable will be forcibly initialized DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); ^ /kisskb/src/include/linux/wait.h:77:25: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) ^ /kisskb/src/fs/fuse/readdir.c: In function 'fuse_readdir_uncached': /kisskb/src/fs/fuse/readdir.c:321:15: note: byref variable will be forcibly initialized struct page *page; ^ /kisskb/src/fs/ubifs/lpt_commit.c: In function 'get_lpt_node_type': /kisskb/src/fs/ubifs/lpt_commit.c:1054:6: note: byref variable will be forcibly initialized int pos = 0, node_type; ^ /kisskb/src/fs/ubifs/lpt_commit.c:1053:11: note: byref variable will be forcibly initialized uint8_t *addr = buf + UBIFS_LPT_CRC_BYTES; ^ /kisskb/src/fs/ubifs/lpt_commit.c: In function 'is_a_node': /kisskb/src/fs/ubifs/lpt_commit.c:1072:6: note: byref variable will be forcibly initialized int pos = 0, node_type, node_len; ^ /kisskb/src/fs/ubifs/lpt_commit.c:1071:11: note: byref variable will be forcibly initialized uint8_t *addr = buf + UBIFS_LPT_CRC_BYTES; ^ /kisskb/src/fs/ubifs/lpt_commit.c: In function 'lpt_gc_lnum': /kisskb/src/fs/ubifs/lpt_commit.c:1107:41: note: byref variable will be forcibly initialized int err, len = c->leb_size, node_type, node_num, node_len, offs; ^ /kisskb/src/fs/ubifs/lpt_commit.c: In function 'dbg_is_nnode_dirty': /kisskb/src/fs/ubifs/lpt_commit.c:1479:6: note: byref variable will be forcibly initialized int hght; ^ /kisskb/src/fs/ubifs/lpt_commit.c: In function 'dbg_check_ltab_lnum': /kisskb/src/fs/ubifs/lpt_commit.c:1592:52: note: byref variable will be forcibly initialized int err, len = c->leb_size, dirty = 0, node_type, node_num, node_len; ^ /kisskb/src/fs/ubifs/lpt_commit.c: In function 'dump_lpt_leb': /kisskb/src/fs/ubifs/lpt_commit.c:1892:23: note: byref variable will be forcibly initialized struct ubifs_nnode nnode; ^ /kisskb/src/fs/ubifs/lpt_commit.c:1844:41: note: byref variable will be forcibly initialized int err, len = c->leb_size, node_type, node_num, node_len, offs; ^ /kisskb/src/fs/ubifs/lpt_commit.c: In function 'ubifs_lpt_free': /kisskb/src/fs/ubifs/lpt_commit.c:1419:9: note: byref variable will be forcibly initialized int i, hght; ^ /kisskb/src/fs/ubifs/lpt_commit.c: In function 'layout_cnodes': /kisskb/src/fs/ubifs/lpt_commit.c:184:6: note: byref variable will be forcibly initialized int lnum, offs, len, alen, done_lsave, done_ltab, err; ^ /kisskb/src/fs/ubifs/lpt_commit.c: In function 'write_cnodes': /kisskb/src/fs/ubifs/lpt_commit.c:362:6: note: byref variable will be forcibly initialized int lnum, offs, len, from, err, wlen, alen, done_ltab, done_lsave; ^ /kisskb/src/fs/orangefs/namei.c: In function 'orangefs_rename': /kisskb/src/fs/orangefs/namei.c:386:15: note: byref variable will be forcibly initialized struct iattr iattr; ^ /kisskb/src/fs/orangefs/namei.c: In function 'orangefs_mkdir': /kisskb/src/fs/orangefs/namei.c:315:15: note: byref variable will be forcibly initialized struct iattr iattr; ^ /kisskb/src/fs/orangefs/namei.c:313:30: note: byref variable will be forcibly initialized struct orangefs_object_kref ref; ^ /kisskb/src/fs/orangefs/namei.c: In function 'orangefs_symlink': /kisskb/src/fs/orangefs/namei.c:228:15: note: byref variable will be forcibly initialized struct iattr iattr; ^ /kisskb/src/fs/orangefs/namei.c:226:30: note: byref variable will be forcibly initialized struct orangefs_object_kref ref; ^ /kisskb/src/fs/orangefs/namei.c: In function 'orangefs_create': /kisskb/src/fs/orangefs/namei.c:28:15: note: byref variable will be forcibly initialized struct iattr iattr; ^ /kisskb/src/fs/orangefs/namei.c:26:30: note: byref variable will be forcibly initialized struct orangefs_object_kref ref; ^ /kisskb/src/fs/orangefs/namei.c: In function 'orangefs_unlink': /kisskb/src/fs/orangefs/namei.c:178:15: note: byref variable will be forcibly initialized struct iattr iattr; ^ /kisskb/src/fs/udf/directory.c: In function 'udf_fileident_read': /kisskb/src/fs/udf/directory.c:31:28: note: byref variable will be forcibly initialized struct buffer_head *tmp, *bha[16]; ^ /kisskb/src/fs/fuse/cuse.c: In function 'cuse_write_iter': /kisskb/src/fs/fuse/cuse.c:105:9: note: byref variable will be forcibly initialized loff_t pos = 0; ^ /kisskb/src/fs/fuse/cuse.c: In function 'cuse_read_iter': /kisskb/src/fs/fuse/cuse.c:97:9: note: byref variable will be forcibly initialized loff_t pos = 0; ^ /kisskb/src/fs/fuse/cuse.c: In function 'cuse_parse_one': /kisskb/src/fs/fuse/cuse.c:221:14: note: byref variable will be forcibly initialized char *key, *val; ^ /kisskb/src/fs/fuse/cuse.c: In function 'cuse_parse_devinfo': /kisskb/src/fs/fuse/cuse.c:274:14: note: byref variable will be forcibly initialized char *key, *val; ^ /kisskb/src/fs/fuse/cuse.c:274:8: note: byref variable will be forcibly initialized char *key, *val; ^ /kisskb/src/fs/fuse/cuse.c: In function 'cuse_process_init_reply': /kisskb/src/fs/fuse/cuse.c:329:8: note: byref variable will be forcibly initialized dev_t devt; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:7: /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^ In file included from /kisskb/src/include/linux/slab.h:16:0, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:7: /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_verify': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:301:11: note: byref variable will be forcibly initialized __u32 last_hashval = 0; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:294:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_create': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1254:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1251:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_compact': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1566:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr_src; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_shortform_add': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:723:28: note: byref variable will be forcibly initialized struct xfs_attr_sf_entry *sfe; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_shortform_remove': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:787:17: note: byref variable will be forcibly initialized unsigned int base; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:785:28: note: byref variable will be forcibly initialized struct xfs_attr_sf_entry *sfe; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_shortform_allfit': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:981:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr leafhdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_to_shortform': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1100:21: note: byref variable will be forcibly initialized struct xfs_da_args nargs; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1097:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_to_node': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1186:15: note: byref variable will be forcibly initialized xfs_dablk_t blkno; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1185:19: note: byref variable will be forcibly initialized struct xfs_buf *bp2 = NULL; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1184:19: note: byref variable will be forcibly initialized struct xfs_buf *bp1 = NULL; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1180:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr icnodehdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1178:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr icleafhdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_leaf_order': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1645:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr2; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1644:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr1; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_toosmall': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2024:31: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr2; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1968:8: note: byref variable will be forcibly initialized int retval; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1963:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1962:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_remove': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2088:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_unbalance': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2289:31: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr tmphdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2245:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr savehdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2244:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr drophdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_lookup_int': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2368:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_getvalue': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2475:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_leaf_lasthash': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2663:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_rebalance': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1679:8: note: byref variable will be forcibly initialized int totallen; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1678:8: note: byref variable will be forcibly initialized int count; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1675:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr2; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1674:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr1; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_add': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1362:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_shortform_to_leaf': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:910:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:909:16: note: byref variable will be forcibly initialized xfs_dablk_t blkno; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:906:22: note: byref variable will be forcibly initialized struct xfs_da_args nargs; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_split': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1303:14: note: byref variable will be forcibly initialized xfs_dablk_t blkno; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_clearflag': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2739:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_setflag': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2805:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_flipflags': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2860:19: note: byref variable will be forcibly initialized struct xfs_buf *bp2; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2859:19: note: byref variable will be forcibly initialized struct xfs_buf *bp1; ^ In file included from /kisskb/src/lib/libcrc32c.c:29:0: /kisskb/src/lib/libcrc32c.c: In function 'crc32c': /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ ^ /kisskb/src/lib/libcrc32c.c:40:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' SHASH_DESC_ON_STACK(shash, tfm); ^ /kisskb/src/drivers/clk/clk-fixed-factor.c: In function '_of_fixed_factor_clk_setup': /kisskb/src/drivers/clk/clk-fixed-factor.c:194:11: note: byref variable will be forcibly initialized u32 div, mult; ^ /kisskb/src/drivers/clk/clk-fixed-factor.c:194:6: note: byref variable will be forcibly initialized u32 div, mult; ^ /kisskb/src/drivers/clk/clk-fixed-factor.c:192:14: note: byref variable will be forcibly initialized const char *clk_name = node->name; ^ /kisskb/src/fs/udf/udftime.c: In function 'udf_time_to_disk_stamp': /kisskb/src/fs/udf/udftime.c:77:12: note: byref variable will be forcibly initialized struct tm tm; ^ /kisskb/src/drivers/acpi/device_sysfs.c: In function 'real_power_state_show': /kisskb/src/drivers/acpi/device_sysfs.c:338:6: note: byref variable will be forcibly initialized int state; ^ /kisskb/src/drivers/acpi/device_sysfs.c: In function 'acpi_object_path': /kisskb/src/drivers/acpi/device_sysfs.c:23:21: note: byref variable will be forcibly initialized struct acpi_buffer path = {ACPI_ALLOCATE_BUFFER, NULL}; ^ /kisskb/src/drivers/acpi/device_sysfs.c: In function 'eject_store': /kisskb/src/drivers/acpi/device_sysfs.c:365:19: note: byref variable will be forcibly initialized acpi_object_type not_used; ^ /kisskb/src/drivers/acpi/device_sysfs.c: In function 'status_show': /kisskb/src/drivers/acpi/device_sysfs.c:491:21: note: byref variable will be forcibly initialized unsigned long long sta; ^ /kisskb/src/drivers/acpi/device_sysfs.c: In function 'hrv_show': /kisskb/src/drivers/acpi/device_sysfs.c:477:21: note: byref variable will be forcibly initialized unsigned long long hrv; ^ /kisskb/src/drivers/acpi/device_sysfs.c: In function 'sun_show': /kisskb/src/drivers/acpi/device_sysfs.c:462:21: note: byref variable will be forcibly initialized unsigned long long sun; ^ /kisskb/src/drivers/acpi/device_sysfs.c: In function 'acpi_device_setup_files': /kisskb/src/drivers/acpi/device_sysfs.c:507:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer = {ACPI_ALLOCATE_BUFFER, NULL}; ^ In file included from /kisskb/src/fs/orangefs/protocol.h:5:0, from /kisskb/src/fs/orangefs/orangefs-bufmap.c:7: /kisskb/src/fs/orangefs/orangefs-bufmap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/ubifs/debug.c: In function 'interpret_user_input': /kisskb/src/fs/ubifs/debug.c:2739:7: note: byref variable will be forcibly initialized char buf[8]; ^ /kisskb/src/fs/ubifs/debug.c: In function 'read_add_inode': /kisskb/src/fs/ubifs/debug.c:1931:22: note: byref variable will be forcibly initialized struct ubifs_znode *znode; ^ /kisskb/src/fs/ubifs/debug.c:1930:18: note: byref variable will be forcibly initialized union ubifs_key key; ^ /kisskb/src/fs/ubifs/debug.c:1929:6: note: byref variable will be forcibly initialized int n, err; ^ /kisskb/src/fs/ubifs/debug.c: In function 'provide_user_output': /kisskb/src/fs/ubifs/debug.c:2687:7: note: byref variable will be forcibly initialized char buf[3]; ^ /kisskb/src/fs/ubifs/debug.c: In function 'dfs_file_read': /kisskb/src/fs/ubifs/debug.c:2687:7: note: byref variable will be forcibly initialized /kisskb/src/fs/ubifs/debug.c: In function 'dfs_global_file_read': /kisskb/src/fs/ubifs/debug.c:2687:7: note: byref variable will be forcibly initialized /kisskb/src/fs/ubifs/debug.c: In function 'ubifs_dump_lprops': /kisskb/src/fs/ubifs/debug.c:775:24: note: byref variable will be forcibly initialized struct ubifs_lp_stats lst; ^ /kisskb/src/fs/ubifs/debug.c:774:22: note: byref variable will be forcibly initialized struct ubifs_lprops lp; ^ /kisskb/src/fs/ubifs/debug.c: In function 'dbg_check_space_info': /kisskb/src/fs/ubifs/debug.c:1042:24: note: byref variable will be forcibly initialized struct ubifs_lp_stats lst; ^ /kisskb/src/fs/ubifs/debug.c: In function 'ubifs_dump_node': /kisskb/src/fs/ubifs/debug.c:299:7: note: byref variable will be forcibly initialized char key_buf[DBG_KEY_BUF_LEN]; ^ /kisskb/src/fs/ubifs/debug.c:297:18: note: byref variable will be forcibly initialized union ubifs_key key; ^ /kisskb/src/fs/ubifs/debug.c: In function 'check_inodes': /kisskb/src/fs/ubifs/debug.c:2166:22: note: byref variable will be forcibly initialized struct ubifs_znode *znode; ^ /kisskb/src/fs/ubifs/debug.c:2165:18: note: byref variable will be forcibly initialized union ubifs_key key; ^ /kisskb/src/fs/ubifs/debug.c:2164:6: note: byref variable will be forcibly initialized int n, err; ^ /kisskb/src/fs/ubifs/debug.c: In function 'ubifs_dump_znode': /kisskb/src/fs/ubifs/debug.c:874:7: note: byref variable will be forcibly initialized char key_buf[DBG_KEY_BUF_LEN]; ^ /kisskb/src/fs/ubifs/debug.c: In function 'dbg_check_idx_size': /kisskb/src/fs/ubifs/debug.c:1737:12: note: byref variable will be forcibly initialized long long calc = 0; ^ /kisskb/src/fs/ubifs/debug.c: In function 'dbg_check_filesystem': /kisskb/src/fs/ubifs/debug.c:2288:19: note: byref variable will be forcibly initialized struct fsck_data fsckd; ^ /kisskb/src/fs/ubifs/debug.c: In function 'ubifs_dump_inode': /kisskb/src/fs/ubifs/debug.c:228:18: note: byref variable will be forcibly initialized union ubifs_key key; ^ /kisskb/src/fs/ubifs/debug.c: In function 'dbg_check_dir': /kisskb/src/fs/ubifs/debug.c:1127:18: note: byref variable will be forcibly initialized union ubifs_key key; ^ /kisskb/src/fs/ubifs/debug.c: In function 'dbg_check_key_order': /kisskb/src/fs/ubifs/debug.c:1200:7: note: byref variable will be forcibly initialized char key_buf[DBG_KEY_BUF_LEN]; ^ /kisskb/src/fs/ubifs/debug.c:1199:18: note: byref variable will be forcibly initialized union ubifs_key key; ^ /kisskb/src/fs/ubifs/debug.c: In function 'dbg_check_znode': /kisskb/src/fs/ubifs/debug.c:1289:6: note: byref variable will be forcibly initialized int n, err, cmp; ^ /kisskb/src/drivers/clk/clk-fixed-rate.c: In function '_of_fixed_clk_setup': /kisskb/src/drivers/clk/clk-fixed-rate.c:145:6: note: byref variable will be forcibly initialized u32 accuracy = 0; ^ /kisskb/src/drivers/clk/clk-fixed-rate.c:144:6: note: byref variable will be forcibly initialized u32 rate; ^ /kisskb/src/drivers/clk/clk-fixed-rate.c:143:14: note: byref variable will be forcibly initialized const char *clk_name = node->name; ^ /kisskb/src/lib/xxhash.c: In function 'xxh32_reset': /kisskb/src/lib/xxhash.c:245:21: note: byref variable will be forcibly initialized struct xxh32_state state; ^ /kisskb/src/lib/xxhash.c: In function 'xxh64_reset': /kisskb/src/lib/xxhash.c:259:21: note: byref variable will be forcibly initialized struct xxh64_state state; ^ /kisskb/src/fs/udf/unicode.c: In function 'udf_name_conv_char': /kisskb/src/fs/udf/unicode.c:98:12: note: byref variable will be forcibly initialized unicode_t c; ^ /kisskb/src/fs/udf/unicode.c: In function 'udf_name_from_CS0': /kisskb/src/fs/udf/unicode.c:169:10: note: byref variable will be forcibly initialized uint8_t crc[CRC_LEN]; ^ /kisskb/src/fs/udf/unicode.c:168:10: note: byref variable will be forcibly initialized uint8_t ext[EXT_SIZE * NLS_MAX_CHARSET_SIZE + 1]; ^ /kisskb/src/fs/udf/unicode.c:163:6: note: byref variable will be forcibly initialized int ext_o_len = 0; /* Extension output length */ ^ /kisskb/src/fs/udf/unicode.c:162:6: note: byref variable will be forcibly initialized int str_o_len = 0; /* Length of resulting output */ ^ /kisskb/src/fs/udf/unicode.c:160:6: note: byref variable will be forcibly initialized int needsCRC = 0; ^ /kisskb/src/fs/udf/unicode.c:158:6: note: byref variable will be forcibly initialized int idx, len; ^ /kisskb/src/fs/udf/unicode.c: In function 'udf_name_to_CS0': /kisskb/src/fs/udf/unicode.c:305:12: note: byref variable will be forcibly initialized wchar_t wchar; ^ /kisskb/src/fs/udf/unicode.c:282:12: note: byref variable will be forcibly initialized unicode_t uni_char; ^ /kisskb/src/drivers/acpi/device_pm.c: In function 'acpi_dev_pm_explicit_get': /kisskb/src/drivers/acpi/device_pm.c:49:21: note: byref variable will be forcibly initialized unsigned long long psc; ^ /kisskb/src/drivers/acpi/device_pm.c: In function 'acpi_dev_pm_get_state': /kisskb/src/drivers/acpi/device_pm.c:586:21: note: byref variable will be forcibly initialized unsigned long long ret; ^ /kisskb/src/drivers/acpi/device_pm.c:584:7: note: byref variable will be forcibly initialized char method[] = { '_', 'S', '0' + target_state, 'D', '\0' }; ^ /kisskb/src/drivers/acpi/device_pm.c: In function 'acpi_dev_pm_explicit_set': /kisskb/src/drivers/acpi/device_pm.c:141:8: note: byref variable will be forcibly initialized char method[5] = { '_', 'P', 'S', '0' + state, '\0' }; ^ /kisskb/src/drivers/acpi/device_pm.c: In function 'acpi_device_get_power': /kisskb/src/drivers/acpi/device_pm.c:49:21: note: byref variable will be forcibly initialized unsigned long long psc; ^ /kisskb/src/drivers/acpi/device_pm.c:76:6: note: byref variable will be forcibly initialized int result = ACPI_STATE_UNKNOWN; ^ /kisskb/src/drivers/acpi/device_pm.c: In function 'acpi_device_set_power': /kisskb/src/drivers/acpi/device_pm.c:49:21: note: byref variable will be forcibly initialized unsigned long long psc; ^ /kisskb/src/drivers/acpi/device_pm.c: In function 'acpi_dev_pm_low_power': /kisskb/src/drivers/acpi/device_pm.c:884:11: note: byref variable will be forcibly initialized int ret, state; ^ /kisskb/src/drivers/acpi/device_pm.c: In function 'acpi_bus_set_power': /kisskb/src/drivers/acpi/device_pm.c:287:22: note: byref variable will be forcibly initialized struct acpi_device *device; ^ /kisskb/src/drivers/acpi/device_pm.c: In function 'acpi_bus_init_power': /kisskb/src/drivers/acpi/device_pm.c:300:6: note: byref variable will be forcibly initialized int state; ^ /kisskb/src/drivers/acpi/device_pm.c: In function 'acpi_device_update_power': /kisskb/src/drivers/acpi/device_pm.c:371:6: note: byref variable will be forcibly initialized int state; ^ /kisskb/src/drivers/acpi/device_pm.c: In function 'acpi_bus_update_power': /kisskb/src/drivers/acpi/device_pm.c:412:22: note: byref variable will be forcibly initialized struct acpi_device *device; ^ /kisskb/src/drivers/acpi/device_pm.c: In function 'acpi_bus_power_manageable': /kisskb/src/drivers/acpi/device_pm.c:422:22: note: byref variable will be forcibly initialized struct acpi_device *device; ^ /kisskb/src/drivers/acpi/device_pm.c: In function 'acpi_bus_can_wakeup': /kisskb/src/drivers/acpi/device_pm.c:545:22: note: byref variable will be forcibly initialized struct acpi_device *device; ^ /kisskb/src/drivers/acpi/device_pm.c: In function 'acpi_pm_device_sleep_state': /kisskb/src/drivers/acpi/device_pm.c:690:18: note: byref variable will be forcibly initialized int ret, d_min, d_max; ^ /kisskb/src/drivers/acpi/device_pm.c:690:11: note: byref variable will be forcibly initialized int ret, d_min, d_max; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:7: /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr3_rmt_verify_struct': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:175:17: note: byref variable will be forcibly initialized xfs_failaddr_t fa; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr3_rmt_read_verify': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:163:17: note: byref variable will be forcibly initialized xfs_failaddr_t fa; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:7: /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_buf_read': /kisskb/src/fs/xfs/xfs_buf.h:230:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_buf_get': /kisskb/src/fs/xfs/xfs_buf.h:216:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr_rmtval_set_value': /kisskb/src/fs/xfs/xfs_buf.h:216:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:496:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:484:8: note: byref variable will be forcibly initialized int offset = 0; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:482:8: note: byref variable will be forcibly initialized int nmap; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:481:8: note: byref variable will be forcibly initialized int valuelen; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:479:13: note: byref variable will be forcibly initialized uint8_t *src = args->value; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:477:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec map; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr_rmt_find_hole': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:452:17: note: byref variable will be forcibly initialized xfs_fileoff_t lfileoff = 0; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr_rmtval_get': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:394:8: note: byref variable will be forcibly initialized int offset = 0; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:390:8: note: byref variable will be forcibly initialized int nmap; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:389:8: note: byref variable will be forcibly initialized int valuelen; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:388:13: note: byref variable will be forcibly initialized uint8_t *dst = args->value; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:386:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:384:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec map[ATTR_RMTVALUE_MAPSIZE]; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr_rmtval_set': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:576:8: note: byref variable will be forcibly initialized int nmap; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:573:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec map; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr_rmtval_invalidate': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:649:9: note: byref variable will be forcibly initialized int nmap; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:648:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec map; ^ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function '__xfs_attr_rmtval_remove': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:712:15: note: byref variable will be forcibly initialized int error, done; ^ /kisskb/src/fs/orangefs/orangefs-debugfs.c: In function 'debug_string_to_mask': /kisskb/src/fs/orangefs/orangefs-debugfs.c:857:9: note: byref variable will be forcibly initialized __u64 *k_mask = NULL; ^ /kisskb/src/fs/orangefs/orangefs-debugfs.c:856:28: note: byref variable will be forcibly initialized struct client_debug_mask *c_mask = NULL; ^ /kisskb/src/fs/orangefs/orangefs-debugfs.c:853:8: note: byref variable will be forcibly initialized char *strsep_fodder = kstrdup(debug_string, GFP_KERNEL); ^ /kisskb/src/fs/orangefs/orangefs-debugfs.c: In function 'orangefs_debug_write': /kisskb/src/fs/orangefs/orangefs-debugfs.c:400:27: note: byref variable will be forcibly initialized struct client_debug_mask c_mask = { NULL, 0, 0 }; ^ In file included from /kisskb/src/fs/orangefs/orangefs-debugfs.c:39:0: /kisskb/src/fs/orangefs/orangefs-debugfs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/acpi/bus.c: In function '__acpi_match_device_cls': /kisskb/src/drivers/acpi/bus.c:802:7: note: byref variable will be forcibly initialized char buf[3]; ^ /kisskb/src/drivers/acpi/bus.c: In function 'acpi_of_device_get_match_data': /kisskb/src/drivers/acpi/bus.c:887:29: note: byref variable will be forcibly initialized const struct of_device_id *match = NULL; ^ /kisskb/src/drivers/acpi/bus.c: In function 'acpi_setup_sb_notify_handler': /kisskb/src/drivers/acpi/bus.c:607:14: note: byref variable will be forcibly initialized acpi_handle sb_handle; ^ /kisskb/src/drivers/acpi/bus.c: In function 'sb_notify_work': /kisskb/src/drivers/acpi/bus.c:576:14: note: byref variable will be forcibly initialized acpi_handle sb_handle; ^ /kisskb/src/drivers/acpi/bus.c: In function 'acpi_bus_get_status': /kisskb/src/drivers/acpi/bus.c:97:21: note: byref variable will be forcibly initialized unsigned long long sta; ^ /kisskb/src/drivers/acpi/bus.c: In function 'acpi_run_osc': /kisskb/src/drivers/acpi/bus.c:193:21: note: byref variable will be forcibly initialized struct acpi_buffer output = {ACPI_ALLOCATE_BUFFER, NULL}; ^ /kisskb/src/drivers/acpi/bus.c:191:9: note: byref variable will be forcibly initialized guid_t guid; ^ /kisskb/src/drivers/acpi/bus.c:189:20: note: byref variable will be forcibly initialized union acpi_object in_params[4]; ^ /kisskb/src/drivers/acpi/bus.c:188:26: note: byref variable will be forcibly initialized struct acpi_object_list input; ^ /kisskb/src/drivers/acpi/bus.c: In function 'acpi_bus_osc_negotiate_platform_control': /kisskb/src/drivers/acpi/bus.c:296:14: note: byref variable will be forcibly initialized acpi_handle handle; ^ /kisskb/src/drivers/acpi/bus.c:289:6: note: byref variable will be forcibly initialized u32 capbuf[2], *capbuf_ret; ^ /kisskb/src/drivers/acpi/bus.c: In function 'acpi_bus_osc_negotiate_usb_control': /kisskb/src/drivers/acpi/bus.c:390:14: note: byref variable will be forcibly initialized acpi_handle handle; ^ /kisskb/src/drivers/acpi/bus.c:383:6: note: byref variable will be forcibly initialized u32 capbuf[3]; ^ /kisskb/src/drivers/acpi/bus.c: In function 'acpi_match_device': /kisskb/src/drivers/acpi/bus.c:877:31: note: byref variable will be forcibly initialized const struct acpi_device_id *id = NULL; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/lib/genalloc.c:29: /kisskb/src/lib/genalloc.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:93:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^ /kisskb/src/lib/genalloc.c: In function 'gen_pool_dma_alloc_align': /kisskb/src/lib/genalloc.c:398:28: note: byref variable will be forcibly initialized struct genpool_data_align data = { .align = align }; ^ /kisskb/src/lib/genalloc.c: In function 'gen_pool_dma_zalloc_align': /kisskb/src/lib/genalloc.c:469:28: note: byref variable will be forcibly initialized struct genpool_data_align data = { .align = align }; ^ /kisskb/src/lib/genalloc.c: In function 'of_gen_pool_get': /kisskb/src/lib/genalloc.c:879:14: note: byref variable will be forcibly initialized const char *name = NULL; ^ /kisskb/src/lib/bch.c: In function 'load_ecc8': /kisskb/src/lib/bch.c:189:10: note: byref variable will be forcibly initialized uint8_t pad[4] = {0, 0, 0, 0}; ^ /kisskb/src/lib/bch.c: In function 'store_ecc8': /kisskb/src/lib/bch.c:211:10: note: byref variable will be forcibly initialized uint8_t pad[4]; ^ /kisskb/src/lib/bch.c: In function 'find_poly_deg3_roots': /kisskb/src/lib/bch.c:673:40: note: byref variable will be forcibly initialized unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; ^ /kisskb/src/lib/bch.c: In function 'find_poly_roots': /kisskb/src/lib/bch.c:945:23: note: byref variable will be forcibly initialized struct gf_poly *f1, *f2; ^ /kisskb/src/lib/bch.c:945:18: note: byref variable will be forcibly initialized struct gf_poly *f1, *f2; ^ /kisskb/src/lib/bch.c: In function 'build_deg2_base': /kisskb/src/lib/bch.c:1186:45: note: byref variable will be forcibly initialized unsigned int sum, x, y, remaining, ak = 0, xi[BCH_MAX_M]; ^ /kisskb/src/lib/bch.c: In function 'compute_generator_polynomial': /kisskb/src/lib/bch.c:1237:9: note: byref variable will be forcibly initialized int n, err = 0; ^ /kisskb/src/lib/bch.c: In function 'bch_encode': /kisskb/src/lib/bch.c:247:14: note: byref variable will be forcibly initialized uint32_t w, r[BCH_ECC_MAX_WORDS]; ^ /kisskb/src/lib/bch.c: In function 'bch_init': /kisskb/src/lib/bch.c:1322:6: note: byref variable will be forcibly initialized int err = 0; ^ /kisskb/src/fs/ubifs/misc.c: In function 'ubifs_msg': /kisskb/src/fs/ubifs/misc.c:9:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/ubifs/misc.c: In function 'ubifs_err': /kisskb/src/fs/ubifs/misc.c:26:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/ubifs/misc.c: In function 'ubifs_warn': /kisskb/src/fs/ubifs/misc.c:45:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/drivers/clk/clk-composite.c: In function 'clk_composite_determine_rate': /kisskb/src/drivers/clk/clk-composite.c:54:16: note: byref variable will be forcibly initialized unsigned long parent_rate; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6: /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:201:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ In file included from /kisskb/src/fs/xfs/xfs_inode.h:10:0, from /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:17: /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_iext_peek_next_extent': /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.h:207:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor ncur = *cur; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6: /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_extents_to_btree': /kisskb/src/fs/xfs/xfs_trans.h:201:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:665:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec rec; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:664:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:655:23: note: byref variable will be forcibly initialized struct xfs_alloc_arg args; /* allocation arguments */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:654:19: note: byref variable will be forcibly initialized struct xfs_buf *abp; /* buffer for ablock */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_attrfork_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:972:20: note: byref variable will be forcibly initialized xfs_btree_cur_t *cur; /* bmap btree cursor */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_attrfork_btree': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:933:8: note: byref variable will be forcibly initialized int stat; /* newroot status */ ^ In file included from /kisskb/src/fs/xfs/xfs_inode.h:10:0, from /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:17: /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_iext_peek_prev_extent': /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.h:219:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor ncur = *cur; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmbt_update': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:151:22: note: byref variable will be forcibly initialized union xfs_btree_rec rec; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_extent_hole_delay': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2574:19: note: byref variable will be forcibly initialized xfs_bmbt_irec_t right; /* right neighbor extent entry */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2571:19: note: byref variable will be forcibly initialized xfs_bmbt_irec_t left; /* left neighbor extent entry */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_btalloc_filestreams': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3375:8: note: byref variable will be forcibly initialized int notinit = 0; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3374:18: note: byref variable will be forcibly initialized xfs_agnumber_t ag; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_btalloc_nullfb': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3341:8: note: byref variable will be forcibly initialized int notinit = 0; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_extent_delay_real': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1989:7: note: byref variable will be forcibly initialized int tmp_logflags; /* partial log flag return val */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1500:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec old; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1499:8: note: byref variable will be forcibly initialized int tmp_rval; /* partial logging flags */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1492:19: note: byref variable will be forcibly initialized xfs_bmbt_irec_t r[3]; /* neighbor extent entries */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1490:8: note: byref variable will be forcibly initialized int i; /* temp state */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_extent_hole_real': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2915:7: note: byref variable will be forcibly initialized int tmp_logflags; /* partial log flag return val */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2723:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec old; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2720:19: note: byref variable will be forcibly initialized xfs_bmbt_irec_t right; /* right neighbor extent entry */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2719:19: note: byref variable will be forcibly initialized xfs_bmbt_irec_t left; /* left neighbor extent entry */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2718:8: note: byref variable will be forcibly initialized int i; /* temp state */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_shift_update_extent': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5861:15: note: byref variable will be forcibly initialized int error, i; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5860:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec prev = *got; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_btree_to_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:598:24: note: byref variable will be forcibly initialized struct xfs_owner_info oinfo; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:595:19: note: byref variable will be forcibly initialized struct xfs_buf *cbp; /* child block's buffer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmse_merge': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5782:16: note: byref variable will be forcibly initialized int error, i; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5780:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec new; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_del_extent_real': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5117:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec old; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5113:19: note: byref variable will be forcibly initialized xfs_bmbt_irec_t new; /* new record to be inserted */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5109:8: note: byref variable will be forcibly initialized int i; /* temp state */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5107:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got; /* current extent entry */ ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6: /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_local_to_extents': /kisskb/src/fs/xfs/xfs_trans.h:201:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:835:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:834:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec rec; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:833:18: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* buffer for extent block */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:832:18: note: byref variable will be forcibly initialized xfs_alloc_arg_t args; /* allocation arguments */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_attrfork_local': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1005:21: note: byref variable will be forcibly initialized struct xfs_da_args dargs; /* args for dir/attr code */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_attrfork': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1072:8: note: byref variable will be forcibly initialized int logflags; /* logging flags */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1071:8: note: byref variable will be forcibly initialized int version = 1; /* superblock attr version */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1069:16: note: byref variable will be forcibly initialized xfs_trans_t *tp; /* transaction pointer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_iread_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1219:25: note: byref variable will be forcibly initialized struct xfs_iread_state ir; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_first_unused': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1270:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1269:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_last_before': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1319:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1318:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_last_extent': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1354:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_isaeof': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1386:8: note: byref variable will be forcibly initialized int is_empty; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1385:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec rec; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_last_offset': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1423:8: note: byref variable will be forcibly initialized int is_empty; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1422:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec rec; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_one_block': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1455:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1454:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec s; /* internal version of extent */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_extent_unwritten_real': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2535:7: note: byref variable will be forcibly initialized int tmp_logflags; /* partial log flag return val */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2048:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec old; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2043:19: note: byref variable will be forcibly initialized xfs_bmbt_irec_t r[3]; /* neighbor extent entries */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2040:8: note: byref variable will be forcibly initialized int i; /* temp state */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2038:20: note: byref variable will be forcibly initialized xfs_btree_cur_t *cur; /* btree cursor */ ^ /kisskb/src/fs/ubifs/xattr.c: In function 'ubifs_xattr_remove': /kisskb/src/fs/ubifs/xattr.c:585:18: note: byref variable will be forcibly initialized union ubifs_key key; ^ /kisskb/src/fs/ubifs/xattr.c: In function 'ubifs_xattr_set': /kisskb/src/fs/ubifs/xattr.c:272:18: note: byref variable will be forcibly initialized union ubifs_key key; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_convert_unwritten': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4285:8: note: byref variable will be forcibly initialized int tmp_logflags = 0; ^ /kisskb/src/fs/ubifs/xattr.c: In function 'ubifs_xattr_get': /kisskb/src/fs/ubifs/xattr.c:334:18: note: byref variable will be forcibly initialized union ubifs_key key; ^ /kisskb/src/fs/ubifs/xattr.c: In function 'ubifs_listxattr': /kisskb/src/fs/ubifs/xattr.c:398:18: note: byref variable will be forcibly initialized union ubifs_key key; ^ /kisskb/src/fs/ubifs/xattr.c: In function 'ubifs_purge_xattrs': /kisskb/src/fs/ubifs/xattr.c:494:18: note: byref variable will be forcibly initialized union ubifs_key key; ^ /kisskb/src/drivers/acpi/glue.c: In function 'find_child_checks': /kisskb/src/drivers/acpi/glue.c:91:21: note: byref variable will be forcibly initialized unsigned long long sta; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_btalloc': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3630:16: note: byref variable will be forcibly initialized xfs_extlen_t blen; ^ /kisskb/src/drivers/acpi/glue.c: In function 'acpi_find_child_device': /kisskb/src/drivers/acpi/glue.c:124:22: note: byref variable will be forcibly initialized unsigned long long addr; ^ /kisskb/src/drivers/acpi/glue.c: In function 'acpi_bind_one': /kisskb/src/drivers/acpi/glue.c:177:7: note: byref variable will be forcibly initialized char physical_node_name[PHYSICAL_NODE_NAME_SIZE]; ^ /kisskb/src/drivers/acpi/glue.c: In function 'acpi_unbind_one': /kisskb/src/drivers/acpi/glue.c:277:9: note: byref variable will be forcibly initialized char physnode_name[PHYSICAL_NODE_NAME_SIZE]; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_read': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3970:8: note: byref variable will be forcibly initialized int n = 0; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3967:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3964:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_reserve_delalloc': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4076:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec prev; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4062:17: note: byref variable will be forcibly initialized xfs_fileoff_t aoff = off; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4059:16: note: byref variable will be forcibly initialized xfs_extlen_t alen; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_write': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4425:8: note: byref variable will be forcibly initialized int n; /* current extent index */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_convert_delalloc': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4609:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4607:22: note: byref variable will be forcibly initialized struct xfs_bmalloca bma = { NULL }; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_remap': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4736:8: note: byref variable will be forcibly initialized int logflags = 0, error; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4734:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4733:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4732:24: note: byref variable will be forcibly initialized struct xfs_btree_cur *cur = NULL; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_del_extent_delay': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4901:29: note: byref variable will be forcibly initialized xfs_filblks_t got_indlen, new_indlen, stolen; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4901:17: note: byref variable will be forcibly initialized xfs_filblks_t got_indlen, new_indlen, stolen; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4898:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec new; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_del_extent_cow': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5025:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec new; ^ /kisskb/src/drivers/acpi/scan.c: In function 'acpi_init_coherency': /kisskb/src/drivers/acpi/scan.c:1530:21: note: byref variable will be forcibly initialized unsigned long long cca = 0; ^ /kisskb/src/drivers/acpi/scan.c: In function 'handle_to_device': /kisskb/src/drivers/acpi/scan.c:581:22: note: byref variable will be forcibly initialized struct acpi_device *adev = NULL; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function '__xfs_bunmapi': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5599:26: note: byref variable will be forcibly initialized struct xfs_bmbt_irec prev; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5403:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5402:17: note: byref variable will be forcibly initialized xfs_fileoff_t end; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5395:8: note: byref variable will be forcibly initialized int tmp_logflags; /* partial logging flags */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5392:8: note: byref variable will be forcibly initialized int logflags; /* transaction logging flags */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5389:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got; /* current extent record */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5386:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec del; /* extent being deleted */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5385:24: note: byref variable will be forcibly initialized struct xfs_btree_cur *cur; /* bmap btree cursor */ ^ /kisskb/src/drivers/acpi/scan.c: In function 'acpi_scan_attach_handler': /kisskb/src/drivers/acpi/scan.c:2026:32: note: byref variable will be forcibly initialized const struct acpi_device_id *devid; ^ /kisskb/src/drivers/acpi/scan.c: In function 'acpi_object_is_system_bus': /kisskb/src/drivers/acpi/scan.c:1274:14: note: byref variable will be forcibly initialized acpi_handle tmp; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_collapse_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5906:8: note: byref variable will be forcibly initialized int logflags = 0; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5903:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5902:28: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got, prev; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5902:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got, prev; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_can_insert_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5988:8: note: byref variable will be forcibly initialized int is_empty; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5987:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_insert_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6023:8: note: byref variable will be forcibly initialized int logflags = 0; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6020:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6019:28: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got, next; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6019:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got, next; ^ /kisskb/src/drivers/acpi/scan.c: In function 'acpi_device_get_busid': /kisskb/src/drivers/acpi/scan.c:1062:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer = { sizeof(bus_id), bus_id }; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_split_extent': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6208:7: note: byref variable will be forcibly initialized int tmp_logflags; /* partial log flag return val */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6128:9: note: byref variable will be forcibly initialized int i = 0; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6125:26: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6122:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec new; /* split extent */ ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6121:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6120:25: note: byref variable will be forcibly initialized struct xfs_btree_cur *cur = NULL; ^ /kisskb/src/drivers/acpi/scan.c: In function 'acpi_ibm_smbus_match': /kisskb/src/drivers/acpi/scan.c:1253:21: note: byref variable will be forcibly initialized struct acpi_buffer path = { sizeof(node_name), node_name }; ^ /kisskb/src/drivers/acpi/scan.c:1252:7: note: byref variable will be forcibly initialized char node_name[ACPI_PATH_SEGMENT_LENGTH]; ^ /kisskb/src/drivers/acpi/scan.c: In function 'acpi_device_enumeration_by_parent': /kisskb/src/drivers/acpi/scan.c:1588:7: note: byref variable will be forcibly initialized bool is_serial_bus_slave = false; ^ /kisskb/src/drivers/acpi/scan.c:1587:19: note: byref variable will be forcibly initialized struct list_head resource_list; ^ /kisskb/src/drivers/acpi/scan.c: In function 'acpi_device_should_be_hidden': /kisskb/src/drivers/acpi/scan.c:1720:18: note: byref variable will be forcibly initialized struct resource res; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_iread_bmbt_block': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1189:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec new; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1167:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/drivers/acpi/scan.c: In function 'acpi_bus_type_and_status': /kisskb/src/drivers/acpi/scan.c:1745:19: note: byref variable will be forcibly initialized acpi_object_type acpi_type; ^ /kisskb/src/drivers/acpi/scan.c: In function 'acpi_scan_check_dep': /kisskb/src/drivers/acpi/scan.c:1876:28: note: byref variable will be forcibly initialized struct acpi_device_info *info; ^ /kisskb/src/drivers/acpi/scan.c:1855:26: note: byref variable will be forcibly initialized struct acpi_handle_list dep_devices; ^ /kisskb/src/drivers/acpi/scan.c: In function 'acpi_bus_init_power_state': /kisskb/src/drivers/acpi/scan.c:957:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; ^ /kisskb/src/drivers/acpi/scan.c:956:7: note: byref variable will be forcibly initialized char pathname[5] = { '_', 'P', 'R', '0' + state, '\0' }; ^ /kisskb/src/drivers/acpi/scan.c: In function 'acpi_bus_extract_wakeup_device_power_package': /kisskb/src/drivers/acpi/scan.c:872:7: note: byref variable will be forcibly initialized int sleep_state; ^ /kisskb/src/drivers/acpi/scan.c:818:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; ^ /kisskb/src/drivers/acpi/scan.c: In function 'acpi_get_spcr_uart_addr': /kisskb/src/drivers/acpi/scan.c:2276:26: note: byref variable will be forcibly initialized struct acpi_table_spcr *spcr_ptr; ^ /kisskb/src/drivers/acpi/scan.c: In function 'acpi_scan_is_offline': /kisskb/src/drivers/acpi/scan.c:117:8: note: byref variable will be forcibly initialized char *envp[] = { "EVENT=offline", NULL }; ^ /kisskb/src/drivers/acpi/scan.c: In function 'acpi_scan_try_to_offline': /kisskb/src/drivers/acpi/scan.c:208:17: note: byref variable will be forcibly initialized struct device *errdev = NULL; ^ /kisskb/src/drivers/acpi/scan.c: In function 'acpi_bus_get_ejd': /kisskb/src/drivers/acpi/scan.c:796:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer = {ACPI_ALLOCATE_BUFFER, NULL}; ^ /kisskb/src/drivers/acpi/scan.c:795:14: note: byref variable will be forcibly initialized acpi_handle tmp; ^ /kisskb/src/drivers/acpi/scan.c: In function 'acpi_bay_match': /kisskb/src/drivers/acpi/scan.c:1122:14: note: byref variable will be forcibly initialized acpi_handle phandle; ^ /kisskb/src/drivers/acpi/scan.c: In function 'acpi_is_video_device': /kisskb/src/drivers/acpi/scan.c:1189:7: note: byref variable will be forcibly initialized long video_caps = 0; ^ In file included from /kisskb/src/include/linux/module.h:12:0, from /kisskb/src/drivers/acpi/scan.c:6: /kisskb/src/drivers/acpi/scan.c: In function 'acpi_dma_get_range': /kisskb/src/drivers/acpi/scan.c:1437:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/acpi/scan.c: In function 'acpi_dma_configure_id': /kisskb/src/drivers/acpi/scan.c:1508:20: note: byref variable will be forcibly initialized u64 dma_addr = 0, size = 0; ^ /kisskb/src/drivers/acpi/scan.c:1508:6: note: byref variable will be forcibly initialized u64 dma_addr = 0, size = 0; ^ /kisskb/src/drivers/acpi/scan.c: In function 'acpi_add_single_object': /kisskb/src/drivers/acpi/scan.c:1662:27: note: byref variable will be forcibly initialized struct acpi_device_info *info = NULL; ^ /kisskb/src/drivers/acpi/scan.c: In function 'acpi_bus_check_add': /kisskb/src/drivers/acpi/scan.c:1930:6: note: byref variable will be forcibly initialized int type; ^ /kisskb/src/drivers/acpi/scan.c:1929:21: note: byref variable will be forcibly initialized unsigned long long sta; ^ /kisskb/src/drivers/acpi/scan.c:1928:22: note: byref variable will be forcibly initialized struct acpi_device *device = NULL; ^ /kisskb/src/drivers/acpi/scan.c: In function 'acpi_bus_scan_fixed': /kisskb/src/drivers/acpi/scan.c:2258:23: note: byref variable will be forcibly initialized struct acpi_device *device = NULL; ^ /kisskb/src/drivers/acpi/scan.c:2241:23: note: byref variable will be forcibly initialized struct acpi_device *device = NULL; ^ /kisskb/src/drivers/acpi/scan.c: In function 'acpi_bus_attach': /kisskb/src/drivers/acpi/scan.c:2053:14: note: byref variable will be forcibly initialized acpi_handle ejd; ^ /kisskb/src/drivers/acpi/scan.c: In function 'acpi_bus_scan': /kisskb/src/drivers/acpi/scan.c:2151:22: note: byref variable will be forcibly initialized struct acpi_device *device = NULL; ^ /kisskb/src/drivers/acpi/scan.c: In function 'acpi_scan_hot_remove': /kisskb/src/drivers/acpi/scan.c:254:21: note: byref variable will be forcibly initialized unsigned long long sta; ^ /kisskb/src/drivers/acpi/scan.c: In function 'acpi_bus_register_early_device': /kisskb/src/drivers/acpi/scan.c:2220:22: note: byref variable will be forcibly initialized struct acpi_device *device = NULL; ^ /kisskb/src/drivers/acpi/scan.c: In function 'acpi_scan_init': /kisskb/src/drivers/acpi/scan.c:2295:26: note: byref variable will be forcibly initialized struct acpi_table_stao *stao_ptr; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c: In function 'xfs_bmbt_free_block': /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c:286:24: note: byref variable will be forcibly initialized struct xfs_owner_info oinfo; ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c: In function 'xfs_bmbt_alloc_block': /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c:201:19: note: byref variable will be forcibly initialized xfs_alloc_arg_t args; /* block allocation args */ ^ /kisskb/src/drivers/clk/clk-fractional-divider.c: In function 'clk_fd_set_rate': /kisskb/src/drivers/clk/clk-fractional-divider.c:118:19: note: byref variable will be forcibly initialized unsigned long m, n; ^ /kisskb/src/drivers/clk/clk-fractional-divider.c:118:16: note: byref variable will be forcibly initialized 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:96:19: note: byref variable will be forcibly initialized unsigned long m, n; ^ /kisskb/src/drivers/clk/clk-fractional-divider.c:96:16: note: byref variable will be forcibly initialized 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:161:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/drivers/clk/clk-conf.c: In function '__set_clk_parents': /kisskb/src/drivers/clk/clk-conf.c:16:25: note: byref variable will be forcibly initialized struct of_phandle_args clkspec; ^ /kisskb/src/drivers/clk/clk-conf.c: In function '__set_clk_rates': /kisskb/src/drivers/clk/clk-conf.c:83:6: note: byref variable will be forcibly initialized u32 rate; ^ /kisskb/src/drivers/clk/clk-conf.c:78:25: note: byref variable will be forcibly initialized struct of_phandle_args clkspec; ^ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_wait_non_busy': /kisskb/src/drivers/clk/clk-axi-clkgen.c:246:15: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized unsigned int reg_val = 0; ^ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_set_rate': /kisskb/src/drivers/clk/clk-axi-clkgen.c:342:31: note: byref variable will be forcibly initialized struct axi_clkgen_div_params params; ^ /kisskb/src/drivers/clk/clk-axi-clkgen.c:341:21: note: byref variable will be forcibly initialized unsigned int d, m, dout; ^ /kisskb/src/drivers/clk/clk-axi-clkgen.c:341:18: note: byref variable will be forcibly initialized unsigned int d, m, dout; ^ /kisskb/src/drivers/clk/clk-axi-clkgen.c:341:15: note: byref variable will be forcibly initialized unsigned int d, m, dout; ^ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_round_rate': /kisskb/src/drivers/clk/clk-axi-clkgen.c:392:21: note: byref variable will be forcibly initialized unsigned int d, m, dout; ^ /kisskb/src/drivers/clk/clk-axi-clkgen.c:392:18: note: byref variable will be forcibly initialized unsigned int d, m, dout; ^ /kisskb/src/drivers/clk/clk-axi-clkgen.c:392:15: note: byref variable will be forcibly initialized unsigned int d, m, dout; ^ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_get_div': /kisskb/src/drivers/clk/clk-axi-clkgen.c:409:21: note: byref variable will be forcibly initialized unsigned int val1, val2; ^ /kisskb/src/drivers/clk/clk-axi-clkgen.c:409:15: note: byref variable will be forcibly initialized 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:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_get_parent': /kisskb/src/drivers/clk/clk-axi-clkgen.c:489:15: note: byref variable will be forcibly initialized unsigned int parent; ^ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_probe': /kisskb/src/drivers/clk/clk-axi-clkgen.c:512:14: note: byref variable will be forcibly initialized const char *clk_name; ^ /kisskb/src/drivers/clk/clk-axi-clkgen.c:511:14: note: byref variable will be forcibly initialized const char *parent_names[2]; ^ /kisskb/src/drivers/clk/clk-axi-clkgen.c:510:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/lib/fault-inject.c: In function 'fail_stacktrace': /kisskb/src/lib/fault-inject.c:70:16: note: byref variable will be forcibly initialized unsigned long entries[MAX_STACK_TRACE_DEPTH]; ^ /kisskb/src/lib/fault-inject.c: In function 'setup_fault_attr': /kisskb/src/lib/fault-inject.c:23:6: note: byref variable will be forcibly initialized int space; ^ /kisskb/src/lib/fault-inject.c:22:6: note: byref variable will be forcibly initialized int times; ^ /kisskb/src/lib/fault-inject.c:21:16: note: byref variable will be forcibly initialized unsigned long interval; ^ /kisskb/src/lib/fault-inject.c:20:16: note: byref variable will be forcibly initialized unsigned long probability; ^ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_insert_inode_locked': /kisskb/src/fs/nilfs2/inode.c:316:25: note: byref variable will be forcibly initialized struct nilfs_iget_args args = { ^ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_truncate_bmap': /kisskb/src/fs/nilfs2/inode.c:687:8: note: byref variable will be forcibly initialized __u64 b; ^ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_new_inode': /kisskb/src/fs/nilfs2/inode.c:316:25: note: byref variable will be forcibly initialized struct nilfs_iget_args args = { ^ /kisskb/src/fs/nilfs2/inode.c:331:8: note: byref variable will be forcibly initialized ino_t ino; ^ /kisskb/src/fs/nilfs2/inode.c: In function '__nilfs_read_inode': /kisskb/src/fs/nilfs2/inode.c:471:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_ilookup': /kisskb/src/fs/nilfs2/inode.c:556:25: note: byref variable will be forcibly initialized struct nilfs_iget_args args = { ^ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_iget_locked': /kisskb/src/fs/nilfs2/inode.c:566:25: note: byref variable will be forcibly initialized struct nilfs_iget_args args = { ^ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_iget_for_gc': /kisskb/src/fs/nilfs2/inode.c:597:25: note: byref variable will be forcibly initialized struct nilfs_iget_args args = { ^ /kisskb/src/fs/nilfs2/inode.c: In function '__nilfs_mark_inode_dirty': /kisskb/src/fs/nilfs2/inode.c:942:22: note: byref variable will be forcibly initialized struct buffer_head *ibh; ^ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_get_block': /kisskb/src/fs/nilfs2/inode.c:91:33: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^ /kisskb/src/fs/nilfs2/inode.c:76:8: note: byref variable will be forcibly initialized __u64 blknum = 0; ^ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_truncate': /kisskb/src/fs/nilfs2/inode.c:718:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_setattr': /kisskb/src/fs/nilfs2/inode.c:811:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_evict_inode': /kisskb/src/fs/nilfs2/inode.c:773:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_dirty_inode': /kisskb/src/fs/nilfs2/inode.c:971:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_fiemap': /kisskb/src/fs/nilfs2/inode.c:1017:9: note: byref variable will be forcibly initialized __u64 blkphy; ^ /kisskb/src/fs/nilfs2/inode.c:997:11: note: byref variable will be forcibly initialized sector_t delalloc_blkoff; ^ /kisskb/src/fs/befs/datastream.c: In function 'befs_read_datastream': /kisskb/src/fs/befs/datastream.c:53:17: note: byref variable will be forcibly initialized befs_block_run run; ^ /kisskb/src/fs/debugfs/inode.c: In function 'debugfs_parse_options': /kisskb/src/fs/debugfs/inode.c:105:6: note: byref variable will be forcibly initialized int option; ^ /kisskb/src/fs/debugfs/inode.c:104:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^ /kisskb/src/fs/debugfs/inode.c: In function 'debugfs_rename': /kisskb/src/fs/debugfs/inode.c:758:23: note: byref variable will be forcibly initialized struct name_snapshot old_name; ^ /kisskb/src/drivers/clk/clk-bd718x7.c: In function 'bd71837_clk_is_enabled': /kisskb/src/drivers/clk/clk-bd718x7.c:61:6: note: byref variable will be forcibly initialized int enabled; ^ /kisskb/src/drivers/clk/clk-bd718x7.c: In function 'bd71837_clk_probe': /kisskb/src/drivers/clk/clk-bd718x7.c:83:14: note: byref variable will be forcibly initialized const char *parent_clk; ^ /kisskb/src/drivers/clk/clk-cdce706.c: In function 'cdce706_register_clkin': /kisskb/src/drivers/clk/clk-cdce706.c:479:18: note: byref variable will be forcibly initialized unsigned clock, source; ^ /kisskb/src/drivers/clk/clk-cdce706.c:479:11: note: byref variable will be forcibly initialized unsigned clock, source; ^ /kisskb/src/drivers/clk/clk-cdce706.c: In function 'cdce706_register_plls': /kisskb/src/drivers/clk/clk-cdce706.c:526:18: note: byref variable will be forcibly initialized unsigned m, n, v; ^ /kisskb/src/drivers/clk/clk-cdce706.c:526:15: note: byref variable will be forcibly initialized unsigned m, n, v; ^ /kisskb/src/drivers/clk/clk-cdce706.c:526:12: note: byref variable will be forcibly initialized unsigned m, n, v; ^ /kisskb/src/drivers/clk/clk-cdce706.c:519:11: note: byref variable will be forcibly initialized unsigned mux; ^ /kisskb/src/drivers/clk/clk-cdce706.c: In function 'cdce706_register_dividers': /kisskb/src/drivers/clk/clk-cdce706.c:564:12: note: byref variable will be forcibly initialized unsigned val; ^ /kisskb/src/drivers/clk/clk-cdce706.c: In function 'cdce706_register_clkouts': /kisskb/src/drivers/clk/clk-cdce706.c:600:12: note: byref variable will be forcibly initialized unsigned val; ^ /kisskb/src/drivers/clk/clk-cdce706.c: In function 'cdce706_pll_round_rate': /kisskb/src/drivers/clk/clk-cdce706.c:189:21: note: byref variable will be forcibly initialized unsigned long mul, div; ^ /kisskb/src/drivers/clk/clk-cdce706.c:189:16: note: byref variable will be forcibly initialized 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:21: note: byref variable will be forcibly initialized unsigned long n, m; ^ /kisskb/src/drivers/clk/clk-cdce706.c:315:18: note: byref variable will be forcibly initialized unsigned long n, m; ^ /kisskb/src/drivers/clk/clk-cdce706.c:295:21: note: byref variable will be forcibly initialized unsigned long mul, div; ^ /kisskb/src/drivers/clk/clk-cdce706.c:295:16: note: byref variable will be forcibly initialized unsigned long mul, div; ^ /kisskb/src/drivers/acpi/resource.c: In function 'acpi_dev_resource_address_space': /kisskb/src/drivers/acpi/resource.c:291:33: note: byref variable will be forcibly initialized struct acpi_resource_address64 addr; ^ /kisskb/src/drivers/acpi/resource.c: In function 'is_memory': /kisskb/src/drivers/acpi/resource.c:626:22: note: byref variable will be forcibly initialized struct resource_win win; ^ /kisskb/src/drivers/acpi/resource.c: In function 'acpi_dev_process_resource': /kisskb/src/drivers/acpi/resource.c:527:22: note: byref variable will be forcibly initialized struct resource_win win; ^ /kisskb/src/drivers/acpi/resource.c: In function '__acpi_dev_get_resources': /kisskb/src/drivers/acpi/resource.c:567:26: note: byref variable will be forcibly initialized struct res_proc_context c; ^ /kisskb/src/drivers/acpi/resource.c: In function 'acpi_dev_consumes_res': /kisskb/src/drivers/acpi/resource.c:716:19: note: byref variable will be forcibly initialized struct list_head resource_list; ^ /kisskb/src/drivers/acpi/resource.c: In function 'acpi_res_consumer_cb': /kisskb/src/drivers/acpi/resource.c:742:22: note: byref variable will be forcibly initialized struct acpi_device *adev; ^ /kisskb/src/drivers/acpi/resource.c: In function 'acpi_resource_consumer': /kisskb/src/drivers/acpi/resource.c:765:22: note: byref variable will be forcibly initialized struct acpi_device *consumer = NULL; ^ /kisskb/src/fs/nilfs2/file.c: In function 'nilfs_page_mkwrite': /kisskb/src/fs/nilfs2/file.c:50:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^ /kisskb/src/fs/befs/btree.c: In function 'befs_find_key': /kisskb/src/fs/befs/btree.c:335:6: note: byref variable will be forcibly initialized u16 keylen; ^ /kisskb/src/fs/befs/btree.c: In function 'befs_bt_read_node': /kisskb/src/fs/befs/btree.c:194:7: note: byref variable will be forcibly initialized uint off = 0; ^ /kisskb/src/fs/befs/btree.c: In function 'befs_btree_find': /kisskb/src/fs/befs/btree.c:250:13: note: byref variable will be forcibly initialized befs_off_t node_off; ^ /kisskb/src/fs/befs/btree.c:249:19: note: byref variable will be forcibly initialized befs_btree_super bt_super; ^ /kisskb/src/fs/befs/btree.c: In function 'befs_btree_read': /kisskb/src/fs/befs/btree.c:421:6: note: byref variable will be forcibly initialized u16 keylen; ^ /kisskb/src/fs/befs/btree.c:417:13: note: byref variable will be forcibly initialized befs_off_t node_off; ^ /kisskb/src/fs/befs/btree.c:416:19: note: byref variable will be forcibly initialized befs_btree_super bt_super; ^ /kisskb/src/drivers/clk/clk-cdce925.c: In function 'cdce925_pll_round_rate': /kisskb/src/drivers/clk/clk-cdce925.c:149:9: note: byref variable will be forcibly initialized u16 n, m; ^ /kisskb/src/drivers/clk/clk-cdce925.c:149:6: note: byref variable will be forcibly initialized u16 n, m; ^ /kisskb/src/drivers/clk/clk-cdce925.c: In function 'cdce925_regmap_i2c_read': /kisskb/src/drivers/clk/clk-cdce925.c:557:5: note: byref variable will be forcibly initialized u8 reg_data[2]; ^ /kisskb/src/drivers/clk/clk-cdce925.c:555:17: note: byref variable will be forcibly initialized 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:5: note: byref variable will be forcibly initialized u8 reg_data[2]; ^ /kisskb/src/drivers/clk/clk-cdce925.c: In function 'cdce925_probe': /kisskb/src/drivers/clk/clk-cdce925.c:649:7: note: byref variable will be forcibly initialized char child_name[6]; ^ /kisskb/src/drivers/clk/clk-cdce925.c:645:6: note: byref variable will be forcibly initialized u32 value; ^ /kisskb/src/drivers/clk/clk-cdce925.c:644:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/drivers/clk/clk-cdce925.c:642:14: note: byref variable will be forcibly initialized const char *parent_name; ^ /kisskb/src/fs/debugfs/file.c: In function 'debugfs_read_file_bool': /kisskb/src/fs/debugfs/file.c:776:7: note: byref variable will be forcibly initialized char buf[3]; ^ /kisskb/src/fs/debugfs/file.c: In function 'debugfs_write_file_bool': /kisskb/src/fs/debugfs/file.c:800:7: note: byref variable will be forcibly initialized bool bv; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:224:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_buf_readahead': /kisskb/src/fs/xfs/xfs_buf.h:243:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:201:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_read_buf_block': /kisskb/src/fs/xfs/xfs_trans.h:224:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1264:15: note: byref variable will be forcibly initialized xfs_daddr_t d; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_readahead_ptr': /kisskb/src/fs/xfs/xfs_buf.h:243:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:971:15: note: byref variable will be forcibly initialized xfs_daddr_t daddr; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_dup_cursor': /kisskb/src/fs/xfs/xfs_trans.h:224:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:391:18: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* btree block's buffer pointer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_lastrec': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:725:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* buffer containing block */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_firstrec': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:695:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* buffer containing block */ ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_read_bufl': /kisskb/src/fs/xfs/xfs_trans.h:224:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:794:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* return value */ ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_get_buf_block': /kisskb/src/fs/xfs/xfs_trans.h:201:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1235:15: note: byref variable will be forcibly initialized xfs_daddr_t d; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_kill_iroot': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3479:19: note: byref variable will be forcibly initialized struct xfs_buf *cbp; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_log_block': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1459:8: note: byref variable will be forcibly initialized int last; /* last byte offset logged */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1458:8: note: byref variable will be forcibly initialized int first; /* first byte offset logged */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_block_change_owner': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4355:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_increment': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1529:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1527:26: note: byref variable will be forcibly initialized struct xfs_btree_block *block; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_decrement': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1630:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1629:26: note: byref variable will be forcibly initialized struct xfs_btree_block *block; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_dec_cursor': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3603:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_lookup_get_block': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1719:15: note: byref variable will be forcibly initialized xfs_daddr_t daddr; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1718:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* buffer pointer for btree block */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_visit_block': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4247:23: note: byref variable will be forcibly initialized union xfs_btree_ptr rptr; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4246:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4245:27: note: byref variable will be forcibly initialized struct xfs_btree_block *block; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_overlapped_query_range': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4643:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4639:27: note: byref variable will be forcibly initialized struct xfs_btree_block *block; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4635:23: note: byref variable will be forcibly initialized union xfs_btree_key rec_hkey; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4634:23: note: byref variable will be forcibly initialized union xfs_btree_key rec_key; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4632:23: note: byref variable will be forcibly initialized union xfs_btree_ptr ptr; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_lookup': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1931:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1871:25: note: byref variable will be forcibly initialized union xfs_btree_key key; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1812:22: note: byref variable will be forcibly initialized union xfs_btree_ptr ptr; /* ptr to btree block */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1806:26: note: byref variable will be forcibly initialized struct xfs_btree_block *block; /* current btree block */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_get_leaf_keys': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1978:22: note: byref variable will be forcibly initialized union xfs_btree_key hkey; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1977:22: note: byref variable will be forcibly initialized union xfs_btree_key max_hkey; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_new_root': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2994:22: note: byref variable will be forcibly initialized union xfs_btree_ptr lptr; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2993:22: note: byref variable will be forcibly initialized union xfs_btree_ptr rptr; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2992:26: note: byref variable will be forcibly initialized struct xfs_btree_block *right; /* right btree block */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2991:19: note: byref variable will be forcibly initialized struct xfs_buf *rbp; /* right buffer pointer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2989:26: note: byref variable will be forcibly initialized struct xfs_btree_block *new; /* new (root) btree block */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2988:19: note: byref variable will be forcibly initialized struct xfs_buf *nbp; /* new (root) buffer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2987:26: note: byref variable will be forcibly initialized struct xfs_btree_block *left; /* left btree block */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2986:19: note: byref variable will be forcibly initialized struct xfs_buf *lbp; /* left buffer pointer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2984:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* buffer containing block */ ^ /kisskb/src/drivers/acpi/acpi_processor.c: In function 'acpi_processor_ids_walk': /kisskb/src/drivers/acpi/acpi_processor.c:642:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer = { sizeof(union acpi_object), &object }; ^ /kisskb/src/drivers/acpi/acpi_processor.c:640:21: note: byref variable will be forcibly initialized unsigned long long uid; ^ /kisskb/src/drivers/acpi/acpi_processor.c:639:19: note: byref variable will be forcibly initialized acpi_object_type acpi_type; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function '__xfs_btree_updkeys': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2079:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2074:22: note: byref variable will be forcibly initialized union xfs_btree_key key; /* keys from current level */ ^ /kisskb/src/drivers/acpi/acpi_processor.c: In function 'acpi_processor_get_info': /kisskb/src/drivers/acpi/acpi_processor.c:237:21: note: byref variable will be forcibly initialized unsigned long long value; ^ /kisskb/src/drivers/acpi/acpi_processor.c:232:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer = { sizeof(union acpi_object), &object }; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_update_keys': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2145:22: note: byref variable will be forcibly initialized union xfs_btree_key key; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2143:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_rshift': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2451:8: note: byref variable will be forcibly initialized int i; /* loop counter */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2446:22: note: byref variable will be forcibly initialized union xfs_btree_ptr rptr; /* right block pointer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2445:24: note: byref variable will be forcibly initialized struct xfs_btree_cur *tcur; /* temporary btree cursor */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2444:26: note: byref variable will be forcibly initialized struct xfs_btree_block *right; /* right btree block */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2443:19: note: byref variable will be forcibly initialized struct xfs_buf *rbp; /* right buffer pointer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2441:19: note: byref variable will be forcibly initialized struct xfs_buf *lbp; /* left buffer pointer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_lshift': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2256:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2251:22: note: byref variable will be forcibly initialized union xfs_btree_ptr lptr; /* left btree pointer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2249:24: note: byref variable will be forcibly initialized struct xfs_btree_cur *tcur; /* temporary btree cursor */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2247:19: note: byref variable will be forcibly initialized struct xfs_buf *rbp; /* right buffer pointer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2245:26: note: byref variable will be forcibly initialized struct xfs_btree_block *left; /* left btree block */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2244:19: note: byref variable will be forcibly initialized struct xfs_buf *lbp; /* left buffer pointer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function '__xfs_btree_split': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2621:26: note: byref variable will be forcibly initialized struct xfs_btree_block *rrblock; /* right-right btree block */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2620:19: note: byref variable will be forcibly initialized struct xfs_buf *rrbp; /* right-right buffer pointer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2619:22: note: byref variable will be forcibly initialized union xfs_btree_ptr rrptr; /* right-right sibling ptr */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2618:26: note: byref variable will be forcibly initialized struct xfs_btree_block *right; /* right btree block */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2617:19: note: byref variable will be forcibly initialized struct xfs_buf *rbp; /* right buffer pointer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2616:22: note: byref variable will be forcibly initialized union xfs_btree_ptr rptr; /* right sibling block ptr */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2614:19: note: byref variable will be forcibly initialized struct xfs_buf *lbp; /* left buffer pointer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2613:22: note: byref variable will be forcibly initialized union xfs_btree_ptr lptr; /* left sibling block ptr */ ^ In file included from /kisskb/src/include/linux/mm_types.h:12:0, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_split': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2851:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(done); ^ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2850:30: note: byref variable will be forcibly initialized struct xfs_btree_split_args args; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_delrec': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3643:24: note: byref variable will be forcibly initialized struct xfs_btree_cur *tcur; /* temporary btree cursor */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3641:19: note: byref variable will be forcibly initialized struct xfs_buf *rrbp; /* right-right buffer pointer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3640:26: note: byref variable will be forcibly initialized struct xfs_btree_block *rrblock; /* right-right btree block */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3639:26: note: byref variable will be forcibly initialized struct xfs_btree_block *right; /* right btree block */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3638:19: note: byref variable will be forcibly initialized struct xfs_buf *rbp; /* right buffer pointer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3637:22: note: byref variable will be forcibly initialized union xfs_btree_ptr rptr; /* right sibling block ptr */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3634:26: note: byref variable will be forcibly initialized struct xfs_btree_block *left; /* left btree block */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3633:19: note: byref variable will be forcibly initialized struct xfs_buf *lbp; /* left buffer pointer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3632:22: note: byref variable will be forcibly initialized union xfs_btree_ptr lptr; /* left sibling block ptr */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3631:8: note: byref variable will be forcibly initialized int i; /* loop counter */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3629:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* buffer for block */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3628:22: note: byref variable will be forcibly initialized union xfs_btree_ptr cptr; /* current block ptr */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_updkeys_force': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2127:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_update': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2191:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_new_iroot': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2889:22: note: byref variable will be forcibly initialized union xfs_btree_ptr nptr; /* new block addr */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2884:26: note: byref variable will be forcibly initialized struct xfs_btree_block *cblock; /* child btree block */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2882:19: note: byref variable will be forcibly initialized struct xfs_buf *cbp; /* buffer for cblock */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_make_block_unfull': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3128:8: note: byref variable will be forcibly initialized int logflags = 0; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_insrec': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3191:8: note: byref variable will be forcibly initialized int ptr; /* key/record index */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3190:8: note: byref variable will be forcibly initialized int optr; /* old key/record index */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3188:22: note: byref variable will be forcibly initialized union xfs_btree_key nkey; /* new block key */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3187:24: note: byref variable will be forcibly initialized struct xfs_btree_cur *ncur; /* new btree cursor */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3186:22: note: byref variable will be forcibly initialized union xfs_btree_ptr nptr; /* new block ptr */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3185:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* buffer for block */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_insert': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3395:22: note: byref variable will be forcibly initialized union xfs_btree_rec rec; /* record to insert */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3393:22: note: byref variable will be forcibly initialized union xfs_btree_key bkey; /* key of block to insert */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3391:24: note: byref variable will be forcibly initialized struct xfs_btree_cur *ncur; /* new cursor (split result) */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3390:22: note: byref variable will be forcibly initialized union xfs_btree_ptr nptr; /* new block number (split result) */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3388:8: note: byref variable will be forcibly initialized int i; /* result value, 0 for failure */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_delete': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4152:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_get_rec': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4206:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* buffer pointer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_simple_query_range': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4544:9: note: byref variable will be forcibly initialized int stat; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4542:23: note: byref variable will be forcibly initialized union xfs_btree_key rec_key; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4541:24: note: byref variable will be forcibly initialized union xfs_btree_rec *recp; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_visit_blocks': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4278:27: note: byref variable will be forcibly initialized struct xfs_btree_block *block = NULL; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4276:23: note: byref variable will be forcibly initialized union xfs_btree_ptr lptr; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_change_owner': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4400:43: note: byref variable will be forcibly initialized struct xfs_btree_block_change_owner_info bbcoi; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_query_range': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4776:23: note: byref variable will be forcibly initialized union xfs_btree_key high_key; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4775:23: note: byref variable will be forcibly initialized union xfs_btree_key low_key; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4774:23: note: byref variable will be forcibly initialized union xfs_btree_rec rec; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_query_all': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4806:23: note: byref variable will be forcibly initialized union xfs_btree_key high_key; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4805:23: note: byref variable will be forcibly initialized union xfs_btree_key low_key; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_has_more_records': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4909:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/nilfs2/dir.c: In function 'nilfs_inode_by_name': /kisskb/src/fs/nilfs2/dir.c:405:15: note: byref variable will be forcibly initialized struct page *page; ^ /kisskb/src/fs/befs/debug.c: In function 'befs_error': /kisskb/src/fs/befs/debug.c:32:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/befs/debug.c: In function 'befs_warning': /kisskb/src/fs/befs/debug.c:45:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/drivers/acpi/processor_core.c: In function 'map_mat_entry': /kisskb/src/drivers/acpi/processor_core.c:164:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; ^ /kisskb/src/drivers/acpi/processor_core.c: In function 'acpi_map_madt_entry': /kisskb/src/drivers/acpi/processor_core.c:147:26: note: byref variable will be forcibly initialized struct acpi_table_madt *madt = NULL; ^ /kisskb/src/drivers/clk/clk-cs2000-cp.c: In function 'cs2000_clk_register': /kisskb/src/drivers/clk/clk-cs2000-cp.c:422:14: note: byref variable will be forcibly initialized const char *name = np->name; ^ /kisskb/src/drivers/clk/clk-cs2000-cp.c:421:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/lib/stackdepot.c:22: /kisskb/src/lib/stackdepot.c: In function 'init_stack_slab': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/lib/stackdepot.c:99:3: note: in expansion of macro 'smp_store_release' smp_store_release(&next_slab_inited, 1); ^ /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/lib/stackdepot.c:84:6: note: in expansion of macro 'smp_load_acquire' if (smp_load_acquire(&next_slab_inited)) ^ In file included from /kisskb/src/include/linux/vmalloc.h:11:0, from /kisskb/src/include/asm-generic/io.h:911, from /kisskb/src/arch/arm64/include/asm/io.h:194, 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:10, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/lib/stackdepot.c:23: /kisskb/src/lib/stackdepot.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/lib/stackdepot.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/lib/stackdepot.c:22: /kisskb/src/lib/stackdepot.c: In function 'depot_alloc_stack': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/lib/stackdepot.c:126:4: note: in expansion of macro 'smp_store_release' smp_store_release(&next_slab_inited, 0); ^ /kisskb/src/lib/stackdepot.c: In function 'stack_depot_save': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/lib/stackdepot.c:321:4: note: in expansion of macro 'smp_store_release' smp_store_release(bucket, new); ^ In file included from /kisskb/src/include/asm-generic/bug.h:5:0, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/lib/stackdepot.c:22: /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/linux/compiler.h:78:42: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect(!!(x), 0) ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/lib/stackdepot.c:294:16: note: in expansion of macro 'smp_load_acquire' if (unlikely(!smp_load_acquire(&next_slab_inited))) { ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/lib/stackdepot.c:22: /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/lib/stackdepot.c:281:21: note: in expansion of macro 'smp_load_acquire' found = find_stack(smp_load_acquire(bucket), entries, ^ /kisskb/src/lib/stackdepot.c:266:8: note: byref variable will be forcibly initialized void *prealloc = NULL; ^ /kisskb/src/lib/asn1_decoder.c: In function 'asn1_ber_decoder': /kisskb/src/lib/asn1_decoder.c:329:12: note: byref variable will be forcibly initialized size_t tmp = dp; ^ /kisskb/src/lib/asn1_decoder.c:178:34: note: byref variable will be forcibly initialized size_t pc = 0, dp = 0, tdp = 0, len = 0; ^ /kisskb/src/lib/asn1_decoder.c:177:14: note: byref variable will be forcibly initialized const char *errmsg; ^ In file included from /kisskb/src/fs/befs/befs.h:148:0, from /kisskb/src/fs/befs/linuxvfs.c:27: /kisskb/src/fs/befs/linuxvfs.c: In function 'fsds_to_cpu': /kisskb/src/fs/befs/endian.h:108:19: note: byref variable will be forcibly initialized befs_data_stream data; ^ /kisskb/src/fs/befs/linuxvfs.c: In function 'parse_options': /kisskb/src/fs/befs/linuxvfs.c:697:6: note: byref variable will be forcibly initialized int option; ^ /kisskb/src/fs/befs/linuxvfs.c:696:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^ /kisskb/src/fs/befs/linuxvfs.c: In function 'befs_utf2nls': /kisskb/src/fs/befs/linuxvfs.c:511:12: note: byref variable will be forcibly initialized unicode_t uni; ^ /kisskb/src/fs/befs/linuxvfs.c: In function 'befs_readdir': /kisskb/src/fs/befs/linuxvfs.c:251:8: note: byref variable will be forcibly initialized int nlsnamelen; ^ /kisskb/src/fs/befs/linuxvfs.c:250:10: note: byref variable will be forcibly initialized char *nlsname; ^ /kisskb/src/fs/befs/linuxvfs.c:224:7: note: byref variable will be forcibly initialized char keybuf[BEFS_NAME_LEN + 1]; ^ /kisskb/src/fs/befs/linuxvfs.c:223:9: note: byref variable will be forcibly initialized size_t keysize; ^ /kisskb/src/fs/befs/linuxvfs.c:221:13: note: byref variable will be forcibly initialized befs_off_t value; ^ /kisskb/src/fs/befs/linuxvfs.c: In function 'befs_nls2utf': /kisskb/src/fs/befs/linuxvfs.c:588:10: note: byref variable will be forcibly initialized wchar_t uni; ^ /kisskb/src/fs/befs/linuxvfs.c: In function 'befs_get_block': /kisskb/src/fs/befs/linuxvfs.c:138:17: note: byref variable will be forcibly initialized befs_block_run run = BAD_IADDR; ^ /kisskb/src/fs/befs/linuxvfs.c: In function 'befs_lookup': /kisskb/src/fs/befs/linuxvfs.c:180:8: note: byref variable will be forcibly initialized char *utfname; ^ /kisskb/src/fs/befs/linuxvfs.c:179:6: note: byref variable will be forcibly initialized int utfnamelen; ^ /kisskb/src/fs/befs/linuxvfs.c:177:13: note: byref variable will be forcibly initialized befs_off_t offset; ^ /kisskb/src/fs/nilfs2/super.c: In function 'parse_options': /kisskb/src/fs/nilfs2/super.c:721:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^ /kisskb/src/fs/nilfs2/super.c: In function 'nilfs_parse_snapshot_option': /kisskb/src/fs/nilfs2/super.c:1197:21: note: byref variable will be forcibly initialized unsigned long long val; ^ /kisskb/src/fs/nilfs2/super.c: In function 'nilfs_identify': /kisskb/src/fs/nilfs2/super.c:1233:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^ /kisskb/src/fs/nilfs2/super.c:1232:12: note: byref variable will be forcibly initialized char *p, *options = data; ^ /kisskb/src/fs/nilfs2/super.c: In function 'nilfs_statfs': /kisskb/src/fs/nilfs2/super.c:602:18: note: byref variable will be forcibly initialized u64 nmaxinodes, nfreeinodes; ^ /kisskb/src/fs/nilfs2/super.c:602:6: note: byref variable will be forcibly initialized u64 nmaxinodes, nfreeinodes; ^ /kisskb/src/fs/nilfs2/super.c:601:11: note: byref variable will be forcibly initialized sector_t nfreeblocks; ^ /kisskb/src/fs/nilfs2/super.c: In function '__nilfs_msg': /kisskb/src/fs/nilfs2/super.c:68:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/nilfs2/super.c: In function 'nilfs_set_log_cursor': /kisskb/src/fs/nilfs2/super.c:232:11: note: byref variable will be forcibly initialized sector_t nfreeblocks; ^ /kisskb/src/fs/nilfs2/super.c: In function '__nilfs_error': /kisskb/src/fs/nilfs2/super.c:124:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/nilfs2/super.c: In function 'nilfs_attach_checkpoint': /kisskb/src/fs/nilfs2/super.c:515:22: note: byref variable will be forcibly initialized struct buffer_head *bh_cp; ^ /kisskb/src/fs/nilfs2/super.c:514:27: note: byref variable will be forcibly initialized struct nilfs_checkpoint *raw_cp; ^ /kisskb/src/fs/nilfs2/super.c: In function 'nilfs_fill_super': /kisskb/src/fs/nilfs2/super.c:1036:21: note: byref variable will be forcibly initialized struct nilfs_root *fsroot; ^ /kisskb/src/fs/nilfs2/super.c: In function 'nilfs_attach_snapshot': /kisskb/src/fs/nilfs2/super.c:947:21: note: byref variable will be forcibly initialized struct nilfs_root *root; ^ /kisskb/src/fs/nilfs2/super.c: In function 'nilfs_mount': /kisskb/src/fs/nilfs2/super.c:1272:17: note: byref variable will be forcibly initialized struct dentry *root_dentry; ^ /kisskb/src/fs/nilfs2/super.c:1269:26: note: byref variable will be forcibly initialized struct nilfs_super_data sd; ^ /kisskb/src/drivers/clk/clk-sparx5.c: In function 's5_calc_params': /kisskb/src/drivers/clk/clk-sparx5.c:113:28: note: byref variable will be forcibly initialized struct s5_pll_conf alt1, alt2; ^ /kisskb/src/drivers/clk/clk-sparx5.c:113:22: note: byref variable will be forcibly initialized struct s5_pll_conf alt1, alt2; ^ /kisskb/src/drivers/clk/clk-sparx5.c: In function 's5_pll_recalc_rate': /kisskb/src/drivers/clk/clk-sparx5.c:196:21: note: byref variable will be forcibly initialized struct s5_pll_conf conf; ^ /kisskb/src/drivers/clk/clk-sparx5.c: In function 's5_pll_round_rate': /kisskb/src/drivers/clk/clk-sparx5.c:219:21: note: byref variable will be forcibly initialized 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:21: note: byref variable will be forcibly initialized struct s5_pll_conf conf; ^ /kisskb/src/drivers/clk/clk-lochnagar.c: In function 'lochnagar_clk_get_parent': /kisskb/src/drivers/clk/clk-lochnagar.c:194:15: note: byref variable will be forcibly initialized unsigned int val; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/acpi/ec.c:20: /kisskb/src/drivers/acpi/ec.c: In function 'ec_guard': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^ /kisskb/src/drivers/acpi/ec.c:736:8: note: in expansion of macro 'wait_event_timeout' if (wait_event_timeout(ec->wait, ^ /kisskb/src/drivers/acpi/ec.c: In function 'acpi_ec_read': /kisskb/src/drivers/acpi/ec.c:854:5: note: byref variable will be forcibly initialized u8 d; ^ /kisskb/src/drivers/acpi/ec.c: In function 'acpi_ec_write': /kisskb/src/drivers/acpi/ec.c:866:5: note: byref variable will be forcibly initialized u8 wdata[2] = { address, data }; ^ /kisskb/src/drivers/acpi/ec.c: In function 'acpi_ec_burst_enable': /kisskb/src/drivers/acpi/ec.c:833:5: note: byref variable will be forcibly initialized u8 d; ^ /kisskb/src/drivers/acpi/ec.c: In function 'acpi_ec_space_handler': /kisskb/src/drivers/acpi/ec.c:866:5: note: byref variable will be forcibly initialized u8 wdata[2] = { address, data }; ^ /kisskb/src/drivers/acpi/ec.c:867:21: note: byref variable will be forcibly initialized struct transaction t = {.command = ACPI_EC_COMMAND_WRITE, ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/acpi/ec.c:20: /kisskb/src/drivers/acpi/ec.c: In function 'acpi_ec_stop': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/drivers/acpi/ec.c:966:3: note: in expansion of macro 'wait_event' wait_event(ec->wait, acpi_ec_stopped(ec)); ^ In file included from /kisskb/src/include/linux/module.h:12:0, from /kisskb/src/drivers/acpi/ec.c:20: /kisskb/src/drivers/acpi/ec.c: In function 'acpi_ec_remove_query_handlers': /kisskb/src/drivers/acpi/ec.c:1085:12: note: byref variable will be forcibly initialized LIST_HEAD(free_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/drivers/acpi/ec.c: In function 'ec_parse_device': /kisskb/src/drivers/acpi/ec.c:1364:21: note: byref variable will be forcibly initialized unsigned long long tmp = 0; ^ /kisskb/src/drivers/acpi/ec.c: In function 'acpi_ec_query': /kisskb/src/drivers/acpi/ec.c:1146:5: note: byref variable will be forcibly initialized u8 value = 0; ^ /kisskb/src/drivers/acpi/ec.c: In function 'acpi_ec_clear': /kisskb/src/drivers/acpi/ec.c:490:5: note: byref variable will be forcibly initialized u8 value = 0; ^ /kisskb/src/drivers/acpi/ec.c: In function 'acpi_ec_ecdt_start': /kisskb/src/drivers/acpi/ec.c:1758:14: note: byref variable will be forcibly initialized acpi_handle handle; ^ /kisskb/src/drivers/acpi/ec.c:1757:26: note: byref variable will be forcibly initialized struct acpi_table_ecdt *ecdt_ptr; ^ /kisskb/src/drivers/acpi/ec.c: In function 'ec_read': /kisskb/src/drivers/acpi/ec.c:877:5: note: byref variable will be forcibly initialized u8 temp_data; ^ /kisskb/src/drivers/acpi/ec.c: In function 'ec_write': /kisskb/src/drivers/acpi/ec.c:866:5: note: byref variable will be forcibly initialized u8 wdata[2] = { address, data }; ^ /kisskb/src/drivers/acpi/ec.c:867:21: note: byref variable will be forcibly initialized struct transaction t = {.command = ACPI_EC_COMMAND_WRITE, ^ /kisskb/src/drivers/acpi/ec.c: In function 'acpi_ec_register_query_methods': /kisskb/src/drivers/acpi/ec.c:1350:6: note: byref variable will be forcibly initialized int value = 0; ^ /kisskb/src/drivers/acpi/ec.c:1348:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer = { sizeof(node_name), node_name }; ^ /kisskb/src/drivers/acpi/ec.c:1347:7: note: byref variable will be forcibly initialized char node_name[5]; ^ /kisskb/src/drivers/acpi/ec.c: In function 'acpi_ec_ecdt_probe': /kisskb/src/drivers/acpi/ec.c:1864:26: note: byref variable will be forcibly initialized struct acpi_table_ecdt *ecdt_ptr; ^ /kisskb/src/drivers/clk/clk-max77686.c: In function 'max77686_clk_is_prepared': /kisskb/src/drivers/clk/clk-max77686.c:124:6: note: byref variable will be forcibly initialized u32 val; ^ In file included from /kisskb/src/include/linux/platform_device.h:13:0, from /kisskb/src/drivers/clk/clk-max77686.c:12: /kisskb/src/drivers/clk/clk-max77686.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/clk/clk-max77686.c: In function 'max77686_clk_probe': /kisskb/src/drivers/clk/clk-max77686.c:213:15: note: byref variable will be forcibly initialized const char *clk_name; ^ /kisskb/src/fs/gfs2/acl.c: In function '__gfs2_get_acl': /kisskb/src/fs/gfs2/acl.c:45:8: note: byref variable will be forcibly initialized char *data; ^ /kisskb/src/fs/gfs2/acl.c: In function 'gfs2_get_acl': /kisskb/src/fs/gfs2/acl.c:63:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^ /kisskb/src/fs/gfs2/acl.c: In function 'gfs2_set_acl': /kisskb/src/fs/gfs2/acl.c:116:10: note: byref variable will be forcibly initialized umode_t mode; ^ /kisskb/src/fs/gfs2/acl.c:113:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^ In file included from /kisskb/src/include/linux/sbitmap.h:13:0, from /kisskb/src/lib/sbitmap.c:9: /kisskb/src/lib/sbitmap.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:641:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c: In function 'xfs_btree_bload_node': /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:485:20: note: byref variable will be forcibly initialized struct xfs_buf *child_bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:484:27: note: byref variable will be forcibly initialized struct xfs_btree_block *child_block; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:481:23: note: byref variable will be forcibly initialized union xfs_btree_key child_key; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c: In function 'xfs_btree_bload_prep_block': /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:376:27: note: byref variable will be forcibly initialized struct xfs_btree_block *new_block; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:375:20: note: byref variable will be forcibly initialized struct xfs_buf *new_bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:374:23: note: byref variable will be forcibly initialized union xfs_btree_ptr new_ptr; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c: In function 'xfs_btree_bload_compute_geometry': /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:670:16: note: byref variable will be forcibly initialized unsigned int avg_per_block; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:668:12: note: byref variable will be forcibly initialized uint64_t dontcare64; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:667:12: note: byref variable will be forcibly initialized uint64_t level_blocks; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c: In function 'xfs_btree_bload': /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:808:23: note: byref variable will be forcibly initialized union xfs_btree_ptr first_ptr; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:756:17: note: byref variable will be forcibly initialized unsigned int avg_per_block; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:754:13: note: byref variable will be forcibly initialized uint64_t blocks_with_extra; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:752:13: note: byref variable will be forcibly initialized uint64_t blocks; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:750:27: note: byref variable will be forcibly initialized struct xfs_btree_block *block = NULL; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:749:20: note: byref variable will be forcibly initialized struct xfs_buf *bp = NULL; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:748:23: note: byref variable will be forcibly initialized union xfs_btree_ptr ptr; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:747:23: note: byref variable will be forcibly initialized union xfs_btree_ptr child_ptr; ^ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:746:20: note: byref variable will be forcibly initialized struct list_head buffers_list; ^ /kisskb/src/fs/gfs2/bmap.c: In function 'gfs2_hole_size': /kisskb/src/fs/gfs2/bmap.c:588:18: note: byref variable will be forcibly initialized struct metapath clone; ^ /kisskb/src/fs/gfs2/bmap.c: In function 'stuffed_zero_range': /kisskb/src/fs/gfs2/bmap.c:2392:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^ /kisskb/src/fs/gfs2/bmap.c: In function 'gfs2_iomap_get': /kisskb/src/fs/gfs2/bmap.c:855:22: note: byref variable will be forcibly initialized struct buffer_head *dibh = NULL, *bh; ^ /kisskb/src/fs/gfs2/bmap.c:853:6: note: byref variable will be forcibly initialized int eob; ^ /kisskb/src/fs/gfs2/bmap.c: In function 'sweep_bh_for_rgrps': /kisskb/src/fs/gfs2/bmap.c:1627:24: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^ /kisskb/src/fs/gfs2/bmap.c: In function 'punch_hole': /kisskb/src/fs/gfs2/bmap.c:1774:18: note: byref variable will be forcibly initialized __be64 *start, *end; ^ /kisskb/src/fs/gfs2/bmap.c:1774:10: note: byref variable will be forcibly initialized __be64 *start, *end; ^ /kisskb/src/fs/gfs2/bmap.c:1770:6: note: byref variable will be forcibly initialized u32 btotal = 0; ^ /kisskb/src/fs/gfs2/bmap.c:1767:8: note: byref variable will be forcibly initialized __u16 __end_list[GFS2_MAX_META_HEIGHT], *end_list = NULL; ^ /kisskb/src/fs/gfs2/bmap.c:1766:8: note: byref variable will be forcibly initialized __u16 start_list[GFS2_MAX_META_HEIGHT]; ^ /kisskb/src/fs/gfs2/bmap.c:1763:21: note: byref variable will be forcibly initialized struct gfs2_holder rd_gh; ^ /kisskb/src/fs/gfs2/bmap.c:1762:22: note: byref variable will be forcibly initialized struct buffer_head *dibh, *bh; ^ /kisskb/src/fs/gfs2/bmap.c: In function 'gfs2_iomap_alloc': /kisskb/src/fs/gfs2/bmap.c:670:11: note: byref variable will be forcibly initialized unsigned n, i, blks, alloced = 0, iblks = 0, branch_start = 0; ^ /kisskb/src/fs/gfs2/bmap.c:669:6: note: byref variable will be forcibly initialized u64 bn; ^ /kisskb/src/fs/gfs2/bmap.c: In function 'trunc_start': /kisskb/src/fs/gfs2/bmap.c:1415:22: note: byref variable will be forcibly initialized struct buffer_head *dibh = NULL; ^ /kisskb/src/fs/gfs2/bmap.c: In function 'trunc_end': /kisskb/src/fs/gfs2/bmap.c:2023:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^ /kisskb/src/fs/btrfs/super.c: In function 'parse_rescue_options': /kisskb/src/fs/btrfs/super.c:489:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^ /kisskb/src/fs/btrfs/super.c:486:8: note: byref variable will be forcibly initialized char *opts; ^ /kisskb/src/fs/gfs2/bmap.c: In function 'gfs2_unstuff_dinode': /kisskb/src/fs/gfs2/bmap.c:137:16: note: byref variable will be forcibly initialized unsigned int n = 1; ^ /kisskb/src/fs/gfs2/bmap.c:123:6: note: byref variable will be forcibly initialized u64 block = 0; ^ /kisskb/src/fs/gfs2/bmap.c:121:27: note: byref variable will be forcibly initialized struct buffer_head *bh, *dibh; ^ /kisskb/src/fs/gfs2/bmap.c:121:22: note: byref variable will be forcibly initialized struct buffer_head *bh, *dibh; ^ /kisskb/src/fs/gfs2/bmap.c: In function 'gfs2_iomap_begin_write': /kisskb/src/fs/gfs2/bmap.c:1078:27: note: byref variable will be forcibly initialized struct gfs2_alloc_parms ap = {}; ^ /kisskb/src/fs/gfs2/bmap.c:1077:29: note: byref variable will be forcibly initialized unsigned int data_blocks, ind_blocks; ^ /kisskb/src/fs/gfs2/bmap.c:1077:16: note: byref variable will be forcibly initialized unsigned int data_blocks, ind_blocks; ^ In file included from /kisskb/src/include/linux/genhd.h:16:0, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/fs/btrfs/super.c:6: /kisskb/src/fs/btrfs/super.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/gfs2/bmap.c: In function 'do_grow': /kisskb/src/fs/gfs2/bmap.c:2117:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^ /kisskb/src/fs/gfs2/bmap.c: In function 'gfs2_map_journal_extents': /kisskb/src/fs/gfs2/bmap.c:2297:21: note: byref variable will be forcibly initialized struct buffer_head bh; ^ /kisskb/src/fs/gfs2/bmap.c: In function 'gfs2_write_alloc_required': /kisskb/src/fs/gfs2/bmap.c:2353:21: note: byref variable will be forcibly initialized struct buffer_head bh; ^ /kisskb/src/fs/btrfs/super.c: In function 'btrfs_parse_device_options': /kisskb/src/fs/btrfs/super.c:1046:22: note: byref variable will be forcibly initialized char *device_name, *opts, *orig, *p; ^ /kisskb/src/fs/btrfs/super.c:1045:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^ /kisskb/src/fs/btrfs/super.c: In function 'btrfs_statfs': /kisskb/src/fs/btrfs/super.c:2247:6: note: byref variable will be forcibly initialized u64 total_free_data = 0; ^ /kisskb/src/fs/btrfs/super.c: In function 'btrfs_parse_subvol_options': /kisskb/src/fs/btrfs/super.c:1103:6: note: byref variable will be forcibly initialized u64 subvolid; ^ /kisskb/src/fs/btrfs/super.c:1101:8: note: byref variable will be forcibly initialized char *opts, *orig, *p; ^ /kisskb/src/fs/btrfs/super.c:1100:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/fs/btrfs/super.c:6: /kisskb/src/fs/btrfs/super.c: In function 'btrfs_remount_begin': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/super.c:1854:3: note: in expansion of macro 'wait_event' wait_event(fs_info->transaction_wait, ^ /kisskb/src/fs/btrfs/super.c: In function 'get_default_subvol_objectid': /kisskb/src/fs/btrfs/super.c:1294:19: note: byref variable will be forcibly initialized struct btrfs_key location; ^ /kisskb/src/fs/btrfs/super.c: In function '__btrfs_panic': /kisskb/src/fs/btrfs/super.c:304:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/btrfs/super.c: In function 'btrfs_parse_options': /kisskb/src/fs/btrfs/super.c:554:6: note: byref variable will be forcibly initialized int intarg; ^ /kisskb/src/fs/btrfs/super.c:552:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^ /kisskb/src/drivers/clk/clk-s2mps11.c: In function 's2mps11_clk_is_prepared': /kisskb/src/drivers/clk/clk-s2mps11.c:57:6: note: byref variable will be forcibly initialized u32 val; ^ In file included from /kisskb/src/include/linux/slab.h:16:0, from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/clk/clk-s2mps11.c:10: /kisskb/src/drivers/clk/clk-s2mps11.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/platform_device.h:13:0, 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:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/btrfs/super.c: In function 'btrfs_get_subvol_name_from_objectid': /kisskb/src/fs/btrfs/super.c:1160:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/super.c: In function 'btrfs_mount': /kisskb/src/fs/btrfs/super.c:1772:6: note: byref variable will be forcibly initialized u64 subvol_objectid = 0; ^ /kisskb/src/fs/btrfs/super.c:1771:8: note: byref variable will be forcibly initialized char *subvol_name = NULL; ^ /kisskb/src/fs/nilfs2/namei.c: In function 'nilfs_rename': /kisskb/src/fs/nilfs2/namei.c:377:16: note: byref variable will be forcibly initialized struct page *new_page; ^ /kisskb/src/fs/nilfs2/namei.c:354:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^ /kisskb/src/fs/nilfs2/namei.c:352:15: note: byref variable will be forcibly initialized struct page *old_page; ^ /kisskb/src/fs/nilfs2/namei.c:350:15: note: byref variable will be forcibly initialized struct page *dir_page = NULL; ^ /kisskb/src/fs/nilfs2/namei.c: In function 'nilfs_mknod': /kisskb/src/fs/nilfs2/namei.c:107:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^ /kisskb/src/fs/nilfs2/namei.c: In function 'nilfs_create': /kisskb/src/fs/nilfs2/namei.c:79:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^ /kisskb/src/fs/nilfs2/namei.c: In function 'nilfs_do_unlink': /kisskb/src/fs/nilfs2/namei.c:263:15: note: byref variable will be forcibly initialized struct page *page; ^ /kisskb/src/fs/nilfs2/namei.c: In function 'nilfs_rmdir': /kisskb/src/fs/nilfs2/namei.c:317:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^ /kisskb/src/fs/nilfs2/namei.c: In function 'nilfs_unlink': /kisskb/src/fs/nilfs2/namei.c:295:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^ /kisskb/src/fs/nilfs2/namei.c: In function 'nilfs_mkdir': /kisskb/src/fs/nilfs2/namei.c:209:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^ /kisskb/src/fs/nilfs2/namei.c: In function 'nilfs_symlink': /kisskb/src/fs/nilfs2/namei.c:131:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^ /kisskb/src/fs/nilfs2/namei.c: In function 'nilfs_link': /kisskb/src/fs/nilfs2/namei.c:181:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_encode_44_32': /kisskb/src/drivers/clk/clk-si5341.c:366:5: note: byref variable will be forcibly initialized u8 r[10]; ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_output_clk_set_rate': /kisskb/src/drivers/clk/clk-si5341.c:840:5: note: byref variable will be forcibly initialized u8 r[3]; ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_output_get_parent': /kisskb/src/drivers/clk/clk-si5341.c:886:6: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_output_clk_is_on': /kisskb/src/drivers/clk/clk-si5341.c:727:6: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_synth_clk_is_on': /kisskb/src/drivers/clk/clk-si5341.c:545:6: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_clk_get_selected_input': /kisskb/src/drivers/clk/clk-si5341.c:432:6: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_finalize_defaults': /kisskb/src/drivers/clk/clk-si5341.c:1130:6: note: byref variable will be forcibly initialized u32 revision; ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_output_clk_recalc_rate': /kisskb/src/drivers/clk/clk-si5341.c:775:5: note: byref variable will be forcibly initialized u8 r[3]; ^ /kisskb/src/drivers/clk/clk-si5341.c:773:6: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_decode_44_32': /kisskb/src/drivers/clk/clk-si5341.c:350:5: note: byref variable will be forcibly initialized u8 r[10]; ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_synth_clk_recalc_rate': /kisskb/src/drivers/clk/clk-si5341.c:619:6: note: byref variable will be forcibly initialized u32 n_den; ^ /kisskb/src/drivers/clk/clk-si5341.c:618:6: note: byref variable will be forcibly initialized u64 n_num; ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_clk_recalc_rate': /kisskb/src/drivers/clk/clk-si5341.c:393:6: note: byref variable will be forcibly initialized u32 m_den; ^ /kisskb/src/drivers/clk/clk-si5341.c:392:6: note: byref variable will be forcibly initialized u64 m_num; ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_probe_chip_id': /kisskb/src/drivers/clk/clk-si5341.c:962:5: note: byref variable will be forcibly initialized u8 reg[4]; ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_is_programmed_already': /kisskb/src/drivers/clk/clk-si5341.c:913:5: note: byref variable will be forcibly initialized u8 r[4]; ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_read_settings': /kisskb/src/drivers/clk/clk-si5341.c:1024:5: note: byref variable will be forcibly initialized u8 r[10]; ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_dt_parse_dt': /kisskb/src/drivers/clk/clk-si5341.c:1208:6: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/drivers/clk/clk-si5341.c:1207:6: note: byref variable will be forcibly initialized u32 num; ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_send_preamble': /kisskb/src/drivers/clk/clk-si5341.c:1098:6: note: byref variable will be forcibly initialized u32 revision; ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_initialize_pll': /kisskb/src/drivers/clk/clk-si5341.c:1302:6: note: byref variable will be forcibly initialized u32 m_den = 0; ^ /kisskb/src/drivers/clk/clk-si5341.c:1301:6: note: byref variable will be forcibly initialized u32 m_num = 0; ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_probe': /kisskb/src/drivers/clk/clk-si5341.c:1379:34: note: byref variable will be forcibly initialized struct clk_si5341_output_config config[SI5341_MAX_NUM_OUTPUTS]; ^ /kisskb/src/drivers/clk/clk-si5341.c:1376:14: note: byref variable will be forcibly initialized const char *synth_clock_names[SI5341_NUM_SYNTH]; ^ /kisskb/src/drivers/clk/clk-si5341.c:1375:14: note: byref variable will be forcibly initialized const char *root_clock_name; ^ /kisskb/src/drivers/clk/clk-si5341.c:1373:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/fs/xfs/libxfs/xfs_defer.c: In function 'xfs_defer_finish_one': /kisskb/src/fs/xfs/libxfs/xfs_defer.c:411:25: note: byref variable will be forcibly initialized struct xfs_btree_cur *state = NULL; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_defer.c:6: /kisskb/src/fs/xfs/libxfs/xfs_defer.c: In function 'xfs_defer_finish_noroll': /kisskb/src/fs/xfs/libxfs/xfs_defer.c:463:12: note: byref variable will be forcibly initialized LIST_HEAD(dop_pending); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/nilfs2/page.c: In function 'nilfs_copy_dirty_pages': /kisskb/src/fs/nilfs2/page.c:245:10: note: byref variable will be forcibly initialized pgoff_t index = 0; ^ /kisskb/src/fs/nilfs2/page.c:243:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^ /kisskb/src/fs/nilfs2/page.c: In function 'nilfs_copy_back_pages': /kisskb/src/fs/nilfs2/page.c:299:10: note: byref variable will be forcibly initialized pgoff_t index = 0; ^ /kisskb/src/fs/nilfs2/page.c:297:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^ /kisskb/src/fs/nilfs2/page.c: In function 'nilfs_clear_dirty_pages': /kisskb/src/fs/nilfs2/page.c:362:10: note: byref variable will be forcibly initialized pgoff_t index = 0; ^ /kisskb/src/fs/nilfs2/page.c:360:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^ /kisskb/src/fs/nilfs2/page.c: In function 'nilfs_find_uncommitted_extent': /kisskb/src/fs/nilfs2/page.c:498:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:7: /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:7: /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:224:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_dabuf_map': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2513:19: note: byref variable will be forcibly initialized int error = 0, nirecs, i; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2510:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec irec, *irecs = &irec; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_lasthash': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1367:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr nodehdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_order': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1770:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr node2hdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1769:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr node1hdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_rebalance': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:873:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr nodehdr2; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:872:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr nodehdr1; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_add': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1010:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr nodehdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_unbalance': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1497:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr save_hdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1496:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr drop_hdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_remove': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1442:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr nodehdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_verify': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:212:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr ichdr; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:7: /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_read_mapped': /kisskb/src/fs/xfs/xfs_trans.h:224:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_fixhashpath': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1416:29: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr nodehdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1391:8: note: byref variable will be forcibly initialized int count; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_grow_inode_int': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2150:8: note: byref variable will be forcibly initialized int nmap, error, got, i, mapi; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2149:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec map, *mapp; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_grow_inode': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2231:17: note: byref variable will be forcibly initialized xfs_fileoff_t bno; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_get_buf': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2595:8: note: byref variable will be forcibly initialized int nmap = 1; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2594:27: note: byref variable will be forcibly initialized struct xfs_buf_map map, *mapp = ↦ ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2594:21: note: byref variable will be forcibly initialized struct xfs_buf_map map, *mapp = ↦ ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2593:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_create': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:431:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_root_split': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:685:30: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:672:29: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr icnodehdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:647:15: note: byref variable will be forcibly initialized xfs_dablk_t blkno; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:643:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:641:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr nodehdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_read_buf': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2632:8: note: byref variable will be forcibly initialized int nmap = 1; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2631:27: note: byref variable will be forcibly initialized struct xfs_buf_map map, *mapp = ↦ ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2631:21: note: byref variable will be forcibly initialized struct xfs_buf_map map, *mapp = ↦ ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2630:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_blk_unlink': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1894:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_blk_link': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1801:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_split': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:773:15: note: byref variable will be forcibly initialized xfs_dablk_t blkno; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:772:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr nodehdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_split': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:479:8: note: byref variable will be forcibly initialized int action = 0; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_path_shift': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1977:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1976:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr nodehdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_toosmall': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1312:29: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr thdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1253:8: note: byref variable will be forcibly initialized int retval; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1249:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr nodehdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1248:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_lookup_int': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1588:8: note: byref variable will be forcibly initialized int retval; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1579:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr nodehdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_swap_lastblock': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2326:29: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr deadhdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2316:30: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2272:17: note: byref variable will be forcibly initialized xfs_fileoff_t lastoff; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2270:19: note: byref variable will be forcibly initialized struct xfs_buf *par_buf; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2269:19: note: byref variable will be forcibly initialized struct xfs_buf *sib_buf; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2268:19: note: byref variable will be forcibly initialized struct xfs_buf *last_buf; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2263:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr par_hdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_shrink_inode': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2468:8: note: byref variable will be forcibly initialized int done, error, w, count; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_root_join': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1179:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr oldroothdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1178:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_join': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1067:8: note: byref variable will be forcibly initialized int action = 0; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_reada_buf': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2670:8: note: byref variable will be forcibly initialized int nmap; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2669:22: note: byref variable will be forcibly initialized struct xfs_buf_map *mapp; ^ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2668:21: note: byref variable will be forcibly initialized struct xfs_buf_map map; ^ /kisskb/src/drivers/clk/clk-si5351.c: In function 'si5351_reg_read': /kisskb/src/drivers/clk/clk-si5351.c:85:6: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/drivers/clk/clk-si5351.c: In function 'si5351_clkout_get_parent': /kisskb/src/drivers/clk/clk-si5351.c:85:6: note: byref variable will be forcibly initialized /kisskb/src/drivers/clk/clk-si5351.c: In function 'si5351_clkout_recalc_rate': /kisskb/src/drivers/clk/clk-si5351.c:85:6: note: byref variable will be forcibly initialized /kisskb/src/drivers/clk/clk-si5351.c: In function 'si5351_msynth_get_parent': /kisskb/src/drivers/clk/clk-si5351.c:85:6: note: byref variable will be forcibly initialized /kisskb/src/drivers/clk/clk-si5351.c: In function 'si5351_pll_get_parent': /kisskb/src/drivers/clk/clk-si5351.c:85:6: note: byref variable will be forcibly initialized /kisskb/src/drivers/clk/clk-si5351.c: In function 'si5351_msynth_round_rate': /kisskb/src/drivers/clk/clk-si5351.c:649:22: note: byref variable will be forcibly initialized unsigned long a, b, c; ^ /kisskb/src/drivers/clk/clk-si5351.c:649:19: note: byref variable will be forcibly initialized unsigned long a, b, c; ^ /kisskb/src/drivers/clk/clk-si5351.c: In function 'si5351_pll_round_rate': /kisskb/src/drivers/clk/clk-si5351.c:450:36: note: byref variable will be forcibly initialized unsigned long rfrac, denom, a, b, c; ^ /kisskb/src/drivers/clk/clk-si5351.c:450:33: note: byref variable will be forcibly initialized unsigned long rfrac, denom, a, b, c; ^ /kisskb/src/drivers/clk/clk-si5351.c: In function 'si5351_read_parameters': /kisskb/src/drivers/clk/clk-si5351.c:85:6: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/drivers/clk/clk-si5351.c:132:5: note: byref variable will be forcibly initialized u8 buf[SI5351_PARAMETERS_LENGTH]; ^ /kisskb/src/drivers/clk/clk-si5351.c: In function 'si5351_msynth_recalc_rate': /kisskb/src/drivers/clk/clk-si5351.c:85:6: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/drivers/clk/clk-si5351.c: In function 'si5351_dt_parse': /kisskb/src/drivers/clk/clk-si5351.c:1171:6: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/drivers/clk/clk-si5351.c:1170:6: note: byref variable will be forcibly initialized int num = 0; ^ In file included from /kisskb/src/include/linux/acpi.h:15:0, 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:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/clk/clk-si5351.c: In function '_si5351_clkout_reset_pll': /kisskb/src/drivers/clk/clk-si5351.c:85:6: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/drivers/clk/clk-si5351.c:907:15: note: byref variable will be forcibly initialized unsigned int v; ^ /kisskb/src/drivers/clk/clk-si5351.c: In function 'si5351_write_parameters': /kisskb/src/drivers/clk/clk-si5351.c:85:6: note: byref variable will be forcibly initialized u32 val; ^ /kisskb/src/drivers/clk/clk-si5351.c:154:5: note: byref variable will be forcibly initialized u8 buf[SI5351_PARAMETERS_LENGTH]; ^ /kisskb/src/drivers/clk/clk-si5351.c: In function 'si5351_i2c_probe': /kisskb/src/drivers/clk/clk-si5351.c:1377:14: note: byref variable will be forcibly initialized const char *parent_names[4]; ^ /kisskb/src/drivers/clk/clk-si5351.c:1376:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ In file included from /kisskb/src/fs/gfs2/dir.c:55:0: /kisskb/src/fs/gfs2/dir.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_read_stuffed': /kisskb/src/fs/gfs2/dir.c:246:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_read_data': /kisskb/src/fs/gfs2/dir.c:289:7: note: byref variable will be forcibly initialized int new; ^ /kisskb/src/fs/gfs2/dir.c:288:23: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/gfs2/dir.c:272:6: note: byref variable will be forcibly initialized u32 extlen = 0; ^ /kisskb/src/fs/gfs2/dir.c:271:14: note: byref variable will be forcibly initialized u64 lblock, dblock; ^ /kisskb/src/fs/gfs2/dir.c: In function 'get_first_leaf': /kisskb/src/fs/gfs2/dir.c:797:6: note: byref variable will be forcibly initialized u64 leaf_no; ^ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_read_leaf': /kisskb/src/fs/gfs2/dir.c:1379:23: note: byref variable will be forcibly initialized struct dirent_gather g; ^ /kisskb/src/fs/gfs2/dir.c:1374:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/gfs2/dir.c: In function 'dir_e_read': /kisskb/src/fs/gfs2/dir.c:1535:11: note: byref variable will be forcibly initialized unsigned depth = 0; ^ /kisskb/src/fs/gfs2/dir.c:1533:6: note: byref variable will be forcibly initialized int copied = 0; ^ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dirent_search': /kisskb/src/fs/gfs2/dir.c:812:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_get_existing_buffer': /kisskb/src/fs/gfs2/dir.c:105:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_write_stuffed': /kisskb/src/fs/gfs2/dir.c:122:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^ /kisskb/src/fs/gfs2/dir.c: In function 'new_leaf': /kisskb/src/fs/gfs2/dir.c:866:6: note: byref variable will be forcibly initialized u64 bn; ^ /kisskb/src/fs/gfs2/dir.c:865:15: note: byref variable will be forcibly initialized unsigned int n = 1; ^ /kisskb/src/fs/gfs2/dir.c: In function 'dir_make_exhash': /kisskb/src/fs/gfs2/dir.c:912:27: note: byref variable will be forcibly initialized struct buffer_head *bh, *dibh; ^ /kisskb/src/fs/gfs2/dir.c:912:22: note: byref variable will be forcibly initialized struct buffer_head *bh, *dibh; ^ /kisskb/src/fs/gfs2/dir.c:911:14: note: byref variable will be forcibly initialized struct qstr args; ^ /kisskb/src/fs/gfs2/dir.c: In function 'dir_new_leaf': /kisskb/src/fs/gfs2/dir.c:1723:27: note: byref variable will be forcibly initialized struct buffer_head *bh, *obh; ^ /kisskb/src/fs/gfs2/dir.c:1723:22: note: byref variable will be forcibly initialized struct buffer_head *bh, *obh; ^ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_write_data': /kisskb/src/fs/gfs2/dir.c:185:23: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/gfs2/dir.c:162:6: note: byref variable will be forcibly initialized int new = 0; ^ /kisskb/src/fs/gfs2/dir.c:158:6: note: byref variable will be forcibly initialized u32 extlen = 0; ^ /kisskb/src/fs/gfs2/dir.c:157:14: note: byref variable will be forcibly initialized u64 lblock, dblock; ^ /kisskb/src/fs/gfs2/dir.c:156:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^ /kisskb/src/fs/gfs2/dir.c: In function 'leaf_dealloc': /kisskb/src/fs/gfs2/dir.c:1975:27: note: byref variable will be forcibly initialized struct buffer_head *bh, *dibh; ^ /kisskb/src/fs/gfs2/dir.c:1975:22: note: byref variable will be forcibly initialized struct buffer_head *bh, *dibh; ^ /kisskb/src/fs/gfs2/dir.c:1974:24: note: byref variable will be forcibly initialized struct gfs2_rgrp_list rlist; ^ /kisskb/src/fs/gfs2/dir.c: In function 'dir_double_exhash': /kisskb/src/fs/gfs2/dir.c:1152:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^ /kisskb/src/fs/gfs2/dir.c: In function 'dir_split_leaf': /kisskb/src/fs/gfs2/dir.c:1090:16: note: byref variable will be forcibly initialized struct qstr str; ^ /kisskb/src/fs/gfs2/dir.c:1008:10: note: byref variable will be forcibly initialized u64 bn, leaf_no; ^ /kisskb/src/fs/gfs2/dir.c:1006:50: note: byref variable will be forcibly initialized struct gfs2_dirent *dent = NULL, *prev = NULL, *next = NULL, *new; ^ /kisskb/src/fs/gfs2/dir.c:1004:34: note: byref variable will be forcibly initialized struct buffer_head *nbh, *obh, *dibh; ^ /kisskb/src/fs/gfs2/dir.c:1004:28: note: byref variable will be forcibly initialized struct buffer_head *nbh, *obh, *dibh; ^ /kisskb/src/fs/gfs2/dir.c:1004:22: note: byref variable will be forcibly initialized struct buffer_head *nbh, *obh, *dibh; ^ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_read': /kisskb/src/fs/gfs2/dir.c:1573:6: note: byref variable will be forcibly initialized int copied = 0; ^ /kisskb/src/fs/gfs2/dir.c:1572:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^ /kisskb/src/fs/gfs2/dir.c:1570:23: note: byref variable will be forcibly initialized struct dirent_gather g; ^ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_search': /kisskb/src/fs/gfs2/dir.c:1643:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_check': /kisskb/src/fs/gfs2/dir.c:1674:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_add': /kisskb/src/fs/gfs2/dir.c:1797:22: note: byref variable will be forcibly initialized struct buffer_head *bh = da->bh; ^ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_del': /kisskb/src/fs/gfs2/dir.c:1876:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_mvino': /kisskb/src/fs/gfs2/dir.c:1935:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_dir_exhash_dealloc': /kisskb/src/fs/gfs2/dir.c:2098:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/gfs2/dir.c: In function 'gfs2_diradd_alloc_required': /kisskb/src/fs/gfs2/dir.c:2159:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ In file included from /kisskb/src/include/linux/resource_ext.h:11:0, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/acpi/acpi_platform.c:11: /kisskb/src/drivers/acpi/acpi_platform.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/acpi/acpi_platform.c: In function 'acpi_create_platform_device': /kisskb/src/drivers/acpi/acpi_platform.c:103:19: note: byref variable will be forcibly initialized struct list_head resource_list; ^ /kisskb/src/drivers/acpi/acpi_platform.c:101:30: note: byref variable will be forcibly initialized struct platform_device_info pdevinfo; ^ In file included from /kisskb/src/fs/btrfs/ctree.c:7:0: /kisskb/src/fs/btrfs/ctree.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/ctree.c:6: /kisskb/src/fs/btrfs/ctree.c: In function 'insert_new_root': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/btrfs/ctree.c:3345:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(root->node, c); ^ /kisskb/src/fs/btrfs/ctree.c:3312:24: note: byref variable will be forcibly initialized struct btrfs_disk_key lower_key; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'copy_for_split': /kisskb/src/fs/btrfs/ctree.c:4015:25: note: byref variable will be forcibly initialized struct btrfs_map_token token; ^ /kisskb/src/fs/btrfs/ctree.c:4014:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'del_ptr': /kisskb/src/fs/btrfs/ctree.c:4867:25: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'reada_for_search': /kisskb/src/fs/btrfs/ctree.c:2157:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'read_block_for_search': /kisskb/src/fs/btrfs/ctree.c:2308:19: note: byref variable will be forcibly initialized struct btrfs_key first_key; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_copy_root': /kisskb/src/fs/btrfs/ctree.c:187:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'update_ref_for_cow': /kisskb/src/fs/btrfs/ctree.c:857:6: note: byref variable will be forcibly initialized u64 flags; ^ /kisskb/src/fs/btrfs/ctree.c:855:6: note: byref variable will be forcibly initialized u64 refs; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/ctree.c:6: /kisskb/src/fs/btrfs/ctree.c: In function '__btrfs_cow_block': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/btrfs/ctree.c:1095:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(root->node, cow); ^ /kisskb/src/fs/btrfs/ctree.c:1024:6: note: byref variable will be forcibly initialized int last_ref = 0; ^ /kisskb/src/fs/btrfs/ctree.c:1021:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'generic_bin_search': /kisskb/src/fs/btrfs/ctree.c:1682:25: note: byref variable will be forcibly initialized struct btrfs_disk_key unaligned; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'check_sibling_keys': /kisskb/src/fs/btrfs/ctree.c:3117:19: note: byref variable will be forcibly initialized struct btrfs_key right_first; ^ /kisskb/src/fs/btrfs/ctree.c:3116:19: note: byref variable will be forcibly initialized struct btrfs_key left_last; ^ /kisskb/src/fs/nilfs2/mdt.c: In function 'nilfs_mdt_submit_block': /kisskb/src/fs/nilfs2/mdt.c:118:8: note: byref variable will be forcibly initialized __u64 blknum = 0; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_read_node_slot': /kisskb/src/fs/btrfs/ctree.c:1760:19: note: byref variable will be forcibly initialized struct btrfs_key first_key; ^ /kisskb/src/fs/nilfs2/mdt.c: In function 'nilfs_mdt_read_block': /kisskb/src/fs/nilfs2/mdt.c:170:33: note: byref variable will be forcibly initialized struct buffer_head *first_bh, *bh; ^ /kisskb/src/fs/nilfs2/mdt.c:170:22: note: byref variable will be forcibly initialized struct buffer_head *first_bh, *bh; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_realloc_node': /kisskb/src/fs/btrfs/ctree.c:1587:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^ /kisskb/src/fs/btrfs/ctree.c:1576:24: note: byref variable will be forcibly initialized struct extent_buffer *cur; ^ /kisskb/src/fs/nilfs2/mdt.c: In function 'nilfs_mdt_create_block': /kisskb/src/fs/nilfs2/mdt.c:73:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'push_nodes_for_insert': /kisskb/src/fs/btrfs/ctree.c:2120:26: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^ /kisskb/src/fs/btrfs/ctree.c:2066:26: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^ /kisskb/src/fs/btrfs/ctree.c:2019:24: note: byref variable will be forcibly initialized struct extent_buffer *left = NULL; ^ /kisskb/src/fs/btrfs/ctree.c:2017:24: note: byref variable will be forcibly initialized struct extent_buffer *right = NULL; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'split_node': /kisskb/src/fs/btrfs/ctree.c:3420:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^ /kisskb/src/fs/nilfs2/mdt.c: In function 'nilfs_mdt_find_block': /kisskb/src/fs/nilfs2/mdt.c:288:8: note: byref variable will be forcibly initialized __u64 next; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'balance_level': /kisskb/src/fs/btrfs/ctree.c:1965:25: note: byref variable will be forcibly initialized struct btrfs_disk_key mid_key; ^ /kisskb/src/fs/btrfs/ctree.c:1919:26: note: byref variable will be forcibly initialized struct btrfs_disk_key right_key; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/ctree.c:6: /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/btrfs/ctree.c:1843:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(root->node, child); ^ /kisskb/src/fs/btrfs/ctree.c:1819:25: note: byref variable will be forcibly initialized struct extent_buffer *child; ^ /kisskb/src/fs/btrfs/ctree.c:1792:24: note: byref variable will be forcibly initialized struct extent_buffer *left = NULL; ^ /kisskb/src/fs/btrfs/ctree.c:1790:24: note: byref variable will be forcibly initialized struct extent_buffer *right = NULL; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_set_item_key_safe': /kisskb/src/fs/btrfs/ctree.c:3051:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^ /kisskb/src/fs/btrfs/ctree.c: In function '__push_leaf_right': /kisskb/src/fs/btrfs/ctree.c:3555:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^ /kisskb/src/fs/btrfs/ctree.c:3554:25: note: byref variable will be forcibly initialized struct btrfs_map_token token; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'push_leaf_right': /kisskb/src/fs/btrfs/ctree.c:3699:24: note: byref variable will be forcibly initialized struct extent_buffer *right; ^ /kisskb/src/fs/btrfs/ctree.c: In function '__push_leaf_left': /kisskb/src/fs/btrfs/ctree.c:3796:25: note: byref variable will be forcibly initialized struct btrfs_map_token token; ^ /kisskb/src/fs/btrfs/ctree.c:3785:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'push_leaf_left': /kisskb/src/fs/btrfs/ctree.c:3936:24: note: byref variable will be forcibly initialized struct extent_buffer *left; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'split_leaf': /kisskb/src/fs/btrfs/ctree.c:4139:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_search_slot': /kisskb/src/fs/btrfs/ctree.c:2596:6: note: byref variable will be forcibly initialized int write_lock_level = 0; ^ /kisskb/src/fs/btrfs/ctree.c:2590:6: note: byref variable will be forcibly initialized int slot; ^ /kisskb/src/fs/btrfs/ctree.c:2589:24: note: byref variable will be forcibly initialized struct extent_buffer *b; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_search_old_slot': /kisskb/src/fs/btrfs/ctree.c:2846:6: note: byref variable will be forcibly initialized int slot; ^ /kisskb/src/fs/btrfs/ctree.c:2845:24: note: byref variable will be forcibly initialized struct extent_buffer *b; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'setup_leaf_for_split': /kisskb/src/fs/btrfs/ctree.c:4307:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'split_item': /kisskb/src/fs/btrfs/ctree.c:4381:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_truncate_item': /kisskb/src/fs/btrfs/ctree.c:4556:25: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^ /kisskb/src/fs/btrfs/ctree.c:4518:25: note: byref variable will be forcibly initialized struct btrfs_map_token token; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_extend_item': /kisskb/src/fs/btrfs/ctree.c:4613:25: note: byref variable will be forcibly initialized struct btrfs_map_token token; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'setup_items_for_insert': /kisskb/src/fs/btrfs/ctree.c:4688:25: note: byref variable will be forcibly initialized struct btrfs_map_token token; ^ /kisskb/src/fs/btrfs/ctree.c:4685:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_duplicate_item': /kisskb/src/fs/btrfs/ctree.c:4482:6: note: byref variable will be forcibly initialized u32 item_size; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_insert_item': /kisskb/src/fs/btrfs/ctree.c:4806:5: note: byref variable will be forcibly initialized int btrfs_insert_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, ^ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_del_items': /kisskb/src/fs/btrfs/ctree.c:4967:26: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^ /kisskb/src/fs/btrfs/ctree.c:4932:26: note: byref variable will be forcibly initialized struct btrfs_map_token token; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_prev_leaf': /kisskb/src/fs/btrfs/ctree.c:5028:24: note: byref variable will be forcibly initialized struct btrfs_disk_key found_key; ^ /kisskb/src/fs/btrfs/ctree.c:5027:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_find_next_key': /kisskb/src/fs/btrfs/ctree.c:5217:21: note: byref variable will be forcibly initialized struct btrfs_key cur_key; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_search_forward': /kisskb/src/fs/btrfs/ctree.c:5092:6: note: byref variable will be forcibly initialized int slot; ^ /kisskb/src/fs/btrfs/ctree.c:5091:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_next_old_leaf': /kisskb/src/fs/btrfs/ctree.c:5282:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/ctree.c:5281:24: note: byref variable will be forcibly initialized struct extent_buffer *next; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_find_item': /kisskb/src/fs/btrfs/ctree.c:2439:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_previous_item': /kisskb/src/fs/btrfs/ctree.c:5443:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/ctree.c: In function 'btrfs_previous_extent_item': /kisskb/src/fs/btrfs/ctree.c:5484:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_foreach': /kisskb/src/fs/gfs2/xattr.c:130:27: note: byref variable will be forcibly initialized struct buffer_head *bh, *eabh; ^ /kisskb/src/fs/gfs2/xattr.c:130:22: note: byref variable will be forcibly initialized struct buffer_head *bh, *eabh; ^ /kisskb/src/fs/gfs2/xattr.c: In function 'gfs2_ea_find': /kisskb/src/fs/gfs2/xattr.c:205:17: note: byref variable will be forcibly initialized struct ea_find ef; ^ In file included from /kisskb/src/fs/gfs2/xattr.c:7:0: /kisskb/src/fs/gfs2/xattr.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/gfs2/xattr.c: In function '__gfs2_xattr_get': /kisskb/src/fs/gfs2/xattr.c:589:26: note: byref variable will be forcibly initialized struct gfs2_ea_location el; ^ /kisskb/src/fs/gfs2/xattr.c: In function 'gfs2_xattr_get': /kisskb/src/fs/gfs2/xattr.c:616:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_dealloc_unstuffed': /kisskb/src/fs/gfs2/xattr.c:244:21: note: byref variable will be forcibly initialized struct gfs2_holder rg_gh; ^ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_remove_unstuffed': /kisskb/src/fs/gfs2/xattr.c:336:6: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/gfs2/xattr.c: In function 'gfs2_xattr_remove': /kisskb/src/fs/gfs2/xattr.c:1143:26: note: byref variable will be forcibly initialized struct gfs2_ea_location el; ^ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_alloc_blk': /kisskb/src/fs/gfs2/xattr.c:647:6: note: byref variable will be forcibly initialized u64 block; ^ /kisskb/src/fs/gfs2/xattr.c:646:15: note: byref variable will be forcibly initialized unsigned int n = 1; ^ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_write': /kisskb/src/fs/gfs2/xattr.c:710:17: note: byref variable will be forcibly initialized unsigned int n = 1; ^ /kisskb/src/fs/gfs2/xattr.c:708:8: note: byref variable will be forcibly initialized u64 block; ^ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_init_i': /kisskb/src/fs/gfs2/xattr.c:789:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_set_block': /kisskb/src/fs/gfs2/xattr.c:1015:16: note: byref variable will be forcibly initialized unsigned int n = 1; ^ /kisskb/src/fs/gfs2/xattr.c:1014:7: note: byref variable will be forcibly initialized u64 blk; ^ /kisskb/src/fs/gfs2/xattr.c:982:30: note: byref variable will be forcibly initialized struct buffer_head *indbh, *newbh; ^ /kisskb/src/fs/gfs2/xattr.c:982:22: note: byref variable will be forcibly initialized struct buffer_head *indbh, *newbh; ^ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_init': /kisskb/src/fs/gfs2/xattr.c:815:25: note: byref variable will be forcibly initialized struct gfs2_ea_request er; ^ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_set_i': /kisskb/src/fs/gfs2/xattr.c:1056:16: note: byref variable will be forcibly initialized struct ea_set es; ^ /kisskb/src/fs/gfs2/xattr.c:1055:25: note: byref variable will be forcibly initialized struct gfs2_ea_request er; ^ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_dealloc_indirect': /kisskb/src/fs/gfs2/xattr.c:1278:30: note: byref variable will be forcibly initialized struct buffer_head *indbh, *dibh; ^ /kisskb/src/fs/gfs2/xattr.c:1278:22: note: byref variable will be forcibly initialized struct buffer_head *indbh, *dibh; ^ /kisskb/src/fs/gfs2/xattr.c:1276:24: note: byref variable will be forcibly initialized struct gfs2_rgrp_list rlist; ^ /kisskb/src/fs/gfs2/xattr.c: In function 'ea_dealloc_block': /kisskb/src/fs/gfs2/xattr.c:1398:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^ /kisskb/src/fs/gfs2/xattr.c:1397:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^ /kisskb/src/fs/gfs2/xattr.c: In function 'gfs2_listxattr': /kisskb/src/fs/gfs2/xattr.c:438:18: note: byref variable will be forcibly initialized struct ea_list ei = { .ei_er = &er, .ei_size = 0 }; ^ /kisskb/src/fs/gfs2/xattr.c:424:21: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^ /kisskb/src/fs/gfs2/xattr.c:423:25: note: byref variable will be forcibly initialized struct gfs2_ea_request er; ^ /kisskb/src/fs/gfs2/xattr.c: In function 'gfs2_xattr_acl_get': /kisskb/src/fs/gfs2/xattr.c:546:26: note: byref variable will be forcibly initialized struct gfs2_ea_location el; ^ /kisskb/src/fs/gfs2/xattr.c: In function '__gfs2_xattr_set': /kisskb/src/fs/gfs2/xattr.c:1184:26: note: byref variable will be forcibly initialized struct gfs2_ea_location el; ^ /kisskb/src/fs/gfs2/xattr.c: In function 'gfs2_xattr_set': /kisskb/src/fs/gfs2/xattr.c:1245:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_round_rate': /kisskb/src/drivers/clk/clk-si514.c:233:26: note: byref variable will be forcibly initialized struct clk_si514_muldiv settings; ^ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_is_prepared': /kisskb/src/drivers/clk/clk-si514.c:85:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_set_muldiv': /kisskb/src/drivers/clk/clk-si514.c:119:5: note: byref variable will be forcibly initialized u8 reg[7]; ^ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_set_rate': /kisskb/src/drivers/clk/clk-si514.c:256:15: note: byref variable will be forcibly initialized unsigned int old_oe_state; ^ /kisskb/src/drivers/clk/clk-si514.c:255:26: note: byref variable will be forcibly initialized struct clk_si514_muldiv settings; ^ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_get_muldiv': /kisskb/src/drivers/clk/clk-si514.c:100:5: note: byref variable will be forcibly initialized u8 reg[7]; ^ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_recalc_rate': /kisskb/src/drivers/clk/clk-si514.c:218:26: note: byref variable will be forcibly initialized struct clk_si514_muldiv settings; ^ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_probe': /kisskb/src/drivers/clk/clk-si514.c:334:23: note: byref variable will be forcibly initialized struct clk_init_data init; ^ /kisskb/src/drivers/acpi/acpi_amba.c: In function 'amba_handler_attach': /kisskb/src/drivers/acpi/acpi_amba.c:53:19: note: byref variable will be forcibly initialized struct list_head resource_list; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir2_grow_inode': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:562:17: note: byref variable will be forcibly initialized xfs_fileoff_t bno; /* directory offset of new block */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir2_isblock': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:603:17: note: byref variable will be forcibly initialized xfs_fileoff_t last; /* last file offset */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir2_isleaf': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:625:17: note: byref variable will be forcibly initialized xfs_fileoff_t last; /* last file offset */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir2_shrink_inode': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:647:8: note: byref variable will be forcibly initialized int done; /* bunmap is finished */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:645:17: note: byref variable will be forcibly initialized xfs_fileoff_t bno; /* directory file offset */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir_createname': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:252:8: note: byref variable will be forcibly initialized int v; /* type-checking value */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir_lookup': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:348:7: note: byref variable will be forcibly initialized int v; /* type-checking value */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir_removename': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:426:8: note: byref variable will be forcibly initialized int v; /* type-checking value */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir_replace': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:484:8: note: byref variable will be forcibly initialized int v; /* type-checking value */ ^ /kisskb/src/fs/btrfs/print-tree.c: In function 'print_uuid_item': /kisskb/src/fs/btrfs/print-tree.c:177:10: note: byref variable will be forcibly initialized __le64 subvol_id; ^ /kisskb/src/fs/btrfs/print-tree.c: In function 'print_extent_item': /kisskb/src/fs/btrfs/print-tree.c:85:24: note: byref variable will be forcibly initialized struct btrfs_disk_key key; ^ /kisskb/src/fs/btrfs/print-tree.c: In function 'btrfs_print_leaf': /kisskb/src/fs/btrfs/print-tree.c:213:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/print-tree.c:212:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/print-tree.c: In function 'btrfs_print_tree': /kisskb/src/fs/btrfs/print-tree.c:388:20: note: byref variable will be forcibly initialized struct btrfs_key first_key; ^ /kisskb/src/fs/btrfs/print-tree.c:360:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'lookup_tree_block_ref': /kisskb/src/fs/btrfs/extent-tree.c:689:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'do_discard_extent': /kisskb/src/fs/btrfs/extent-tree.c:1276:6: note: byref variable will be forcibly initialized u64 discarded = 0; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'insert_tree_block_ref': /kisskb/src/fs/btrfs/extent-tree.c:707:21: note: byref variable will be forcibly initialized static noinline int insert_tree_block_ref(struct btrfs_trans_handle *trans, ^ /kisskb/src/fs/btrfs/extent-tree.c:712:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'run_delayed_extent_op': /kisskb/src/fs/btrfs/extent-tree.c:1572:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'alloc_reserved_tree_block': /kisskb/src/fs/btrfs/extent-tree.c:4561:12: note: byref variable will be forcibly initialized static int alloc_reserved_tree_block(struct btrfs_trans_handle *trans, ^ /kisskb/src/fs/btrfs/extent-tree.c:4568:19: note: byref variable will be forcibly initialized struct btrfs_key extent_key; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'alloc_reserved_file_extent': /kisskb/src/fs/btrfs/extent-tree.c:4488:12: note: byref variable will be forcibly initialized static int alloc_reserved_file_extent(struct btrfs_trans_handle *trans, ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'remove_extent_data_ref': /kisskb/src/fs/btrfs/extent-tree.c:599:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'find_free_extent': /kisskb/src/fs/btrfs/extent-tree.c:4222:29: note: byref variable will be forcibly initialized struct btrfs_block_group *bg_ret; ^ /kisskb/src/drivers/acpi/power.c: In function 'acpi_power_get_context': /kisskb/src/drivers/acpi/power.c:80:22: note: byref variable will be forcibly initialized struct acpi_device *device; ^ /kisskb/src/drivers/acpi/power.c: In function 'acpi_power_resources_list_add': /kisskb/src/drivers/acpi/power.c:80:22: note: byref variable will be forcibly initialized /kisskb/src/fs/btrfs/extent-tree.c: In function 'btrfs_trim_free_extents': /kisskb/src/fs/btrfs/extent-tree.c:5881:7: note: byref variable will be forcibly initialized u64 bytes; ^ /kisskb/src/fs/btrfs/extent-tree.c:5860:30: note: byref variable will be forcibly initialized u64 start = SZ_1M, len = 0, end = 0; ^ /kisskb/src/fs/btrfs/extent-tree.c:5860:6: note: byref variable will be forcibly initialized u64 start = SZ_1M, len = 0, end = 0; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'btrfs_lookup_data_extent': /kisskb/src/fs/btrfs/extent-tree.c:91:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'btrfs_lookup_extent_info': /kisskb/src/fs/btrfs/extent-tree.c:124:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/drivers/acpi/power.c: In function 'acpi_power_get_state': /kisskb/src/drivers/acpi/power.c:183:21: note: byref variable will be forcibly initialized unsigned long long sta = 0; ^ /kisskb/src/drivers/acpi/power.c: In function 'acpi_power_get_list_state': /kisskb/src/drivers/acpi/power.c:204:6: note: byref variable will be forcibly initialized int cur_state; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'reada_walk_down': /kisskb/src/fs/btrfs/extent-tree.c:4906:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/extent-tree.c:4904:6: note: byref variable will be forcibly initialized u64 flags; ^ /kisskb/src/fs/btrfs/extent-tree.c:4903:6: note: byref variable will be forcibly initialized u64 refs; ^ /kisskb/src/drivers/acpi/power.c: In function 'acpi_power_wakeup_list_init': /kisskb/src/drivers/acpi/power.c:590:7: note: byref variable will be forcibly initialized int state; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'extent_data_ref_count': /kisskb/src/fs/btrfs/extent-tree.c:644:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/drivers/acpi/power.c: In function 'acpi_device_sleep_wake': /kisskb/src/drivers/acpi/power.c:637:26: note: byref variable will be forcibly initialized struct acpi_object_list arg_list = { 3, in_arg }; ^ /kisskb/src/drivers/acpi/power.c:636:20: note: byref variable will be forcibly initialized union acpi_object in_arg[3]; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'check_committed_ref': /kisskb/src/fs/btrfs/extent-tree.c:2303:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/drivers/acpi/power.c: In function 'acpi_power_get_inferred_state': /kisskb/src/drivers/acpi/power.c:788:6: note: byref variable will be forcibly initialized int list_state = 0; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'hash_extent_data_ref': /kisskb/src/fs/btrfs/extent-tree.c:409:9: note: byref variable will be forcibly initialized __le64 lenum; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'lookup_inline_extent_backref': /kisskb/src/fs/btrfs/extent-tree.c:791:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/drivers/acpi/power.c: In function 'acpi_add_power_resource': /kisskb/src/drivers/acpi/power.c:917:6: note: byref variable will be forcibly initialized int state, result = -ENODEV; ^ /kisskb/src/drivers/acpi/power.c:915:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer = { sizeof(acpi_object), &acpi_object }; ^ /kisskb/src/drivers/acpi/power.c:914:20: note: byref variable will be forcibly initialized union acpi_object acpi_object; ^ /kisskb/src/drivers/acpi/power.c:913:22: note: byref variable will be forcibly initialized struct acpi_device *device = NULL; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'insert_inline_extent_backref': /kisskb/src/fs/btrfs/extent-tree.c:1142:34: note: byref variable will be forcibly initialized struct btrfs_extent_inline_ref *iref; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'insert_extent_data_ref': /kisskb/src/fs/btrfs/extent-tree.c:516:21: note: byref variable will be forcibly initialized static noinline int insert_extent_data_ref(struct btrfs_trans_handle *trans, ^ /kisskb/src/fs/btrfs/extent-tree.c:516:21: note: byref variable will be forcibly initialized /kisskb/src/fs/btrfs/extent-tree.c:523:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function '__btrfs_inc_extent_ref': /kisskb/src/fs/btrfs/extent-tree.c:1454:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'lookup_extent_data_ref': /kisskb/src/fs/btrfs/extent-tree.c:447:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function '__btrfs_free_extent': /kisskb/src/fs/btrfs/extent-tree.c:2963:6: note: byref variable will be forcibly initialized int last_ref = 0; ^ /kisskb/src/fs/btrfs/extent-tree.c:2953:34: note: byref variable will be forcibly initialized struct btrfs_extent_inline_ref *iref; ^ /kisskb/src/fs/btrfs/extent-tree.c:2948:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'run_delayed_data_ref': /kisskb/src/fs/btrfs/extent-tree.c:1511:19: note: byref variable will be forcibly initialized struct btrfs_key ins; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'check_ref_exists': /kisskb/src/fs/btrfs/extent-tree.c:5060:34: note: byref variable will be forcibly initialized struct btrfs_extent_inline_ref *iref; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'btrfs_discard_extent': /kisskb/src/fs/btrfs/extent-tree.c:1342:8: note: byref variable will be forcibly initialized u64 bytes; ^ /kisskb/src/fs/btrfs/extent-tree.c:1316:20: note: byref variable will be forcibly initialized struct btrfs_bio *bbio = NULL; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function '__btrfs_run_delayed_refs': /kisskb/src/fs/btrfs/extent-tree.c:1996:16: note: byref variable will be forcibly initialized unsigned long actual_count = 0; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'btrfs_exclude_logged_extents': /kisskb/src/fs/btrfs/extent-tree.c:2649:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'btrfs_finish_extent_commit': /kisskb/src/fs/btrfs/extent-tree.c:2858:7: note: byref variable will be forcibly initialized u64 trimmed = 0; ^ /kisskb/src/fs/btrfs/extent-tree.c:2825:24: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^ /kisskb/src/fs/btrfs/extent-tree.c:2819:6: note: byref variable will be forcibly initialized u64 end; ^ /kisskb/src/fs/btrfs/extent-tree.c:2818:6: note: byref variable will be forcibly initialized u64 start; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function '__btrfs_mod_ref': /kisskb/src/fs/btrfs/extent-tree.c:2404:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'do_walk_down': /kisskb/src/fs/btrfs/extent-tree.c:5101:19: note: byref variable will be forcibly initialized struct btrfs_key first_key; ^ /kisskb/src/fs/btrfs/extent-tree.c:5100:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'walk_down_tree': /kisskb/src/fs/btrfs/extent-tree.c:5412:6: note: byref variable will be forcibly initialized int lookup_info = 1; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'btrfs_alloc_tree_block': /kisskb/src/fs/btrfs/extent-tree.c:4795:19: note: byref variable will be forcibly initialized struct btrfs_key ins; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'btrfs_drop_snapshot': /kisskb/src/fs/btrfs/extent-tree.c:5494:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/extent-tree.c: In function 'btrfs_trim_fs': /kisskb/src/fs/btrfs/extent-tree.c:5963:6: note: byref variable will be forcibly initialized u64 range_end = U64_MAX; ^ /kisskb/src/fs/btrfs/extent-tree.c:5962:6: note: byref variable will be forcibly initialized u64 group_trimmed; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/glock.c:9: /kisskb/src/fs/gfs2/glock.c: In function 'rht_assign_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rhashtable.h:401:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*bkt, (void *)obj); ^ /kisskb/src/fs/gfs2/glock.c: In function '__rhashtable_remove_fast_one': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rhashtable.h:1045:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^ In file included from /kisskb/src/fs/gfs2/glock.c:10:0: /kisskb/src/fs/gfs2/glock.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/glock.c:9: /kisskb/src/fs/gfs2/glock.c: In function '__rhashtable_insert_fast': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rhashtable.h:758:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^ In file included from /kisskb/src/fs/gfs2/glock.c:35:0: /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^ /kisskb/src/fs/gfs2/glock.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^ /kisskb/src/fs/gfs2/glock.c: In function 'find_insert_glock': /kisskb/src/fs/gfs2/glock.c:959:26: note: byref variable will be forcibly initialized struct wait_glock_queue wait; ^ /kisskb/src/fs/gfs2/glock.c: In function 'glock_hash_walk': /kisskb/src/fs/gfs2/glock.c:1868:25: note: byref variable will be forcibly initialized struct rhashtable_iter iter; ^ /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_glock_get': /kisskb/src/fs/gfs2/glock.c:1008:21: note: byref variable will be forcibly initialized struct lm_lockname name = { .ln_number = number, ^ /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_print_dbg': /kisskb/src/fs/gfs2/glock.c:1298:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/gfs2/glock.c: In function 'dump_holder': /kisskb/src/fs/gfs2/glock.c:2077:7: note: byref variable will be forcibly initialized char flags_buf[32]; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/glock.c:9: /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_gl_hash_clear': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^ /kisskb/src/fs/gfs2/glock.c:1999:2: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(sdp->sd_glock_wait, ^ /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_dump_glock': /kisskb/src/fs/gfs2/glock.c:2158:7: note: byref variable will be forcibly initialized char fs_id_buf[sizeof(sdp->sd_fsname) + 7]; ^ /kisskb/src/fs/gfs2/glock.c:2156:7: note: byref variable will be forcibly initialized char gflags_buf[32]; ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/glock.c:9: /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_scan_glock_lru': /kisskb/src/fs/gfs2/glock.c:1809:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/gfs2/glock.c:1808:12: note: byref variable will be forcibly initialized LIST_HEAD(skipped); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/glock.c:9: /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_glock_async_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^ /kisskb/src/fs/gfs2/glock.c:1218:7: note: in expansion of macro 'wait_event_timeout' if (!wait_event_timeout(sdp->sd_async_glock_wait, ^ /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_glock_poke': /kisskb/src/fs/gfs2/glock.c:806:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^ /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_glock_nq_num': /kisskb/src/fs/gfs2/glock.c:1534:21: note: byref variable will be forcibly initialized struct gfs2_glock *gl; ^ /kisskb/src/fs/gfs2/glock.c: In function 'gfs2_glock_nq_m': /kisskb/src/fs/gfs2/glock.c:1614:22: note: byref variable will be forcibly initialized struct gfs2_holder *tmp[4]; ^ /kisskb/src/fs/nilfs2/bmap.c: In function 'nilfs_bmap_do_insert': /kisskb/src/fs/nilfs2/bmap.c:101:8: note: byref variable will be forcibly initialized __u64 ptrs[NILFS_BMAP_SMALL_HIGH + 1]; ^ /kisskb/src/fs/nilfs2/bmap.c:100:8: note: byref variable will be forcibly initialized __u64 keys[NILFS_BMAP_SMALL_HIGH + 1]; ^ /kisskb/src/fs/nilfs2/bmap.c: In function 'nilfs_bmap_do_delete': /kisskb/src/fs/nilfs2/bmap.c:156:8: note: byref variable will be forcibly initialized __u64 ptrs[NILFS_BMAP_LARGE_LOW + 1]; ^ /kisskb/src/fs/nilfs2/bmap.c:155:8: note: byref variable will be forcibly initialized __u64 keys[NILFS_BMAP_LARGE_LOW + 1]; ^ /kisskb/src/fs/nilfs2/bmap.c: In function 'nilfs_bmap_do_truncate': /kisskb/src/fs/nilfs2/bmap.c:253:8: note: byref variable will be forcibly initialized __u64 lastkey; ^ /kisskb/src/fs/nilfs2/bmap.c: In function 'nilfs_bmap_lookup_at_level': /kisskb/src/fs/nilfs2/bmap.c:65:11: note: byref variable will be forcibly initialized sector_t blocknr; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:7: /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_block_compact': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:311:8: note: byref variable will be forcibly initialized int needscan = 0; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_block_lookup_int': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:683:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* block buffer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_block_addname': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:374:12: note: byref variable will be forcibly initialized __be16 *tagp; /* pointer to tag value */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:373:8: note: byref variable will be forcibly initialized int needscan; /* need to rescan freespace */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:372:8: note: byref variable will be forcibly initialized int needlog; /* need to log header */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:367:8: note: byref variable will be forcibly initialized int lfloglow=0; /* first final leaf to log */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:366:8: note: byref variable will be forcibly initialized int lfloghigh=0; /* last final leaf to log */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:362:26: note: byref variable will be forcibly initialized xfs_dir2_data_unused_t *enddup=NULL; /* unused at end of data */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:360:26: note: byref variable will be forcibly initialized xfs_dir2_data_unused_t *dup; /* block unused entry */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:357:8: note: byref variable will be forcibly initialized int compact; /* need to compact leaf ents */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:355:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* buffer for block */ ^ /kisskb/src/drivers/acpi/event.c: In function 'acpi_notifier_call_chain': /kisskb/src/drivers/acpi/event.c:27:24: note: byref variable will be forcibly initialized struct acpi_bus_event event; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_block_lookup': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:639:8: note: byref variable will be forcibly initialized int ent; /* entry index */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:635:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* block buffer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_block_removename': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:791:20: note: byref variable will be forcibly initialized xfs_dir2_sf_hdr_t sfh; /* shortform header */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:790:8: note: byref variable will be forcibly initialized int needscan; /* need to fixup bestfree */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:789:8: note: byref variable will be forcibly initialized int needlog; /* need to log block header */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:787:8: note: byref variable will be forcibly initialized int ent; /* block leaf entry index */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:783:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* block buffer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_block_replace': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:868:8: note: byref variable will be forcibly initialized int ent; /* leaf entry index */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:864:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* block buffer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_leaf_to_block': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:945:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:940:20: note: byref variable will be forcibly initialized xfs_dir2_sf_hdr_t sfh; /* shortform header */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:939:8: note: byref variable will be forcibly initialized int needscan; /* need to scan for bestfree */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:938:8: note: byref variable will be forcibly initialized int needlog; /* need to log data header */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_sf_to_block': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:1095:19: note: byref variable will be forcibly initialized struct xfs_name name; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:1088:8: note: byref variable will be forcibly initialized int needscan; /* need to scan block freespc */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:1087:8: note: byref variable will be forcibly initialized int needlog; /* need to log block header */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:1082:8: note: byref variable will be forcibly initialized int dummy; /* trash */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:1079:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* block buffer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:1076:17: note: byref variable will be forcibly initialized xfs_dir2_db_t blkno; /* dir-relative block # (0) */ ^ /kisskb/src/drivers/acpi/evged.c: In function 'acpi_ged_request_interrupt': /kisskb/src/drivers/acpi/evged.c:82:7: note: byref variable will be forcibly initialized char ev_name[5]; ^ /kisskb/src/drivers/acpi/evged.c:79:18: note: byref variable will be forcibly initialized struct resource r; ^ /kisskb/src/drivers/acpi/evged.c:78:14: note: byref variable will be forcibly initialized acpi_handle evt_handle; ^ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_prepare_convert_and_insert': /kisskb/src/fs/nilfs2/btree.c:1732:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_assign_v': /kisskb/src/fs/nilfs2/btree.c:2224:27: note: byref variable will be forcibly initialized union nilfs_bmap_ptr_req req; ^ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_lookup_dirty_buffers': /kisskb/src/fs/nilfs2/btree.c:2142:10: note: byref variable will be forcibly initialized pgoff_t index = 0; ^ /kisskb/src/fs/nilfs2/btree.c:2140:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^ /kisskb/src/fs/nilfs2/btree.c:2139:19: note: byref variable will be forcibly initialized struct list_head lists[NILFS_BTREE_LEVEL_MAX]; ^ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_propagate_v': /kisskb/src/fs/nilfs2/btree.c:2020:6: note: byref variable will be forcibly initialized int maxlevel = 0, ret; ^ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_commit_convert_and_insert': /kisskb/src/fs/nilfs2/btree.c:1789:8: note: byref variable will be forcibly initialized __u64 tmpptr; ^ /kisskb/src/fs/nilfs2/btree.c: In function '__nilfs_btree_get_block': /kisskb/src/fs/nilfs2/btree.c:475:11: note: byref variable will be forcibly initialized sector_t submit_ptr = 0; ^ /kisskb/src/fs/nilfs2/btree.c:474:27: note: byref variable will be forcibly initialized struct buffer_head *bh, *ra_bh; ^ /kisskb/src/fs/nilfs2/btree.c:474:22: note: byref variable will be forcibly initialized struct buffer_head *bh, *ra_bh; ^ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_gather_data': /kisskb/src/fs/nilfs2/btree.c:1679:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_check_delete': /kisskb/src/fs/nilfs2/btree.c:1639:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_prepare_delete': /kisskb/src/fs/nilfs2/btree.c:1425:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_prepare_insert': /kisskb/src/fs/nilfs2/btree.c:1051:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_do_lookup': /kisskb/src/fs/nilfs2/btree.c:543:13: note: byref variable will be forcibly initialized int level, index, found, ncmax, ret; ^ /kisskb/src/fs/nilfs2/btree.c:541:36: note: byref variable will be forcibly initialized struct nilfs_btree_readahead_info p, *ra; ^ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_mark': /kisskb/src/fs/nilfs2/btree.c:2314:8: note: byref variable will be forcibly initialized __u64 ptr; ^ /kisskb/src/fs/nilfs2/btree.c:2312:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_delete': /kisskb/src/fs/nilfs2/btree.c:1575:6: note: byref variable will be forcibly initialized int level, ret; ^ /kisskb/src/fs/nilfs2/btree.c:1573:26: note: byref variable will be forcibly initialized struct nilfs_bmap_stats stats; ^ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_insert': /kisskb/src/fs/nilfs2/btree.c:1223:6: note: byref variable will be forcibly initialized int level, ret; ^ /kisskb/src/fs/nilfs2/btree.c:1222:26: note: byref variable will be forcibly initialized struct nilfs_bmap_stats stats; ^ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_lookup_contig': /kisskb/src/fs/nilfs2/btree.c:702:36: note: byref variable will be forcibly initialized struct nilfs_btree_readahead_info p; ^ /kisskb/src/fs/nilfs2/btree.c:699:11: note: byref variable will be forcibly initialized sector_t blocknr; ^ /kisskb/src/fs/nilfs2/btree.c:698:8: note: byref variable will be forcibly initialized __u64 ptr, ptr2; ^ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_convert_and_insert': /kisskb/src/fs/nilfs2/btree.c:1857:26: note: byref variable will be forcibly initialized struct nilfs_bmap_stats stats; ^ /kisskb/src/fs/nilfs2/btree.c:1856:33: note: byref variable will be forcibly initialized union nilfs_bmap_ptr_req dreq, nreq, *di, *ni; ^ /kisskb/src/fs/nilfs2/btree.c:1856:27: note: byref variable will be forcibly initialized union nilfs_bmap_ptr_req dreq, nreq, *di, *ni; ^ /kisskb/src/fs/nilfs2/btree.c:1855:22: note: byref variable will be forcibly initialized struct buffer_head *bh = NULL; ^ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_match_name': /kisskb/src/fs/f2fs/dir.c:262:22: note: byref variable will be forcibly initialized struct fscrypt_name f; ^ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_setup_filename': /kisskb/src/fs/f2fs/dir.c:139:22: note: byref variable will be forcibly initialized struct fscrypt_name crypt_name; ^ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_prepare_lookup': /kisskb/src/fs/f2fs/dir.c:158:22: note: byref variable will be forcibly initialized struct fscrypt_name crypt_name; ^ /kisskb/src/fs/f2fs/dir.c: In function 'find_in_block': /kisskb/src/fs/f2fs/dir.c:198:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/f2fs/dir.c: In function 'find_in_level': /kisskb/src/fs/f2fs/dir.c:338:6: note: byref variable will be forcibly initialized int max_slots; ^ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_find_entry': /kisskb/src/fs/f2fs/dir.c:432:23: note: byref variable will be forcibly initialized struct f2fs_filename fname; ^ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_has_enough_room': /kisskb/src/fs/f2fs/dir.c:669:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_do_make_empty_dir': /kisskb/src/fs/f2fs/dir.c:527:21: note: byref variable will be forcibly initialized struct fscrypt_str dotdot = FSTR_INIT("..", 2); ^ /kisskb/src/fs/f2fs/dir.c:526:21: note: byref variable will be forcibly initialized struct fscrypt_str dot = FSTR_INIT(".", 1); ^ /kisskb/src/fs/f2fs/dir.c: In function 'make_empty_dir': /kisskb/src/fs/f2fs/dir.c:541:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_add_regular_entry': /kisskb/src/fs/f2fs/dir.c:712:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_do_add_link': /kisskb/src/fs/f2fs/dir.c:821:15: note: byref variable will be forcibly initialized struct page *page = NULL; ^ /kisskb/src/fs/f2fs/dir.c:820:23: note: byref variable will be forcibly initialized struct f2fs_filename fname; ^ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_fill_dentries': /kisskb/src/fs/f2fs/dir.c:993:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ In file included from /kisskb/src/include/linux/f2fs_fs.h:11:0, from /kisskb/src/fs/f2fs/dir.c:10: /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_readdir': /kisskb/src/include/linux/pagemap.h:839:19: note: byref variable will be forcibly initialized DEFINE_READAHEAD(ractl, file, mapping, index); ^ /kisskb/src/include/linux/pagemap.h:806:27: note: in definition of macro 'DEFINE_READAHEAD' struct readahead_control rac = { \ ^ /kisskb/src/fs/f2fs/dir.c:1075:21: note: byref variable will be forcibly initialized struct fscrypt_str fstr = FSTR_INIT(NULL, 0); ^ /kisskb/src/fs/f2fs/dir.c:1074:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/btrfs/root-tree.c: In function 'btrfs_find_root': /kisskb/src/fs/btrfs/root-tree.c:68:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/root-tree.c: In function 'btrfs_update_root': /kisskb/src/fs/btrfs/root-tree.c:118:5: note: byref variable will be forcibly initialized int btrfs_update_root(struct btrfs_trans_handle *trans, struct btrfs_root ^ /kisskb/src/fs/btrfs/root-tree.c: In function 'btrfs_find_orphan_roots': /kisskb/src/fs/btrfs/root-tree.c:212:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/root-tree.c: In function 'btrfs_del_root_ref': /kisskb/src/fs/btrfs/root-tree.c:325:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/root-tree.c: In function 'btrfs_add_root_ref': /kisskb/src/fs/btrfs/root-tree.c:389:5: note: byref variable will be forcibly initialized int btrfs_add_root_ref(struct btrfs_trans_handle *trans, u64 root_id, ^ /kisskb/src/fs/btrfs/root-tree.c:394:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/root-tree.c: In function 'btrfs_update_root_times': /kisskb/src/fs/btrfs/root-tree.c:460:20: note: byref variable will be forcibly initialized struct timespec64 ct; ^ /kisskb/src/fs/btrfs/root-tree.c: In function 'btrfs_subvolume_release_metadata': /kisskb/src/fs/btrfs/root-tree.c:527:6: note: byref variable will be forcibly initialized u64 qgroup_to_release; ^ /kisskb/src/drivers/acpi/sysfs.c: In function 'acpi_table_attr_init': /kisskb/src/drivers/acpi/sysfs.c:361:7: note: byref variable will be forcibly initialized char instance_str[ACPI_INST_SIZE]; ^ /kisskb/src/drivers/acpi/sysfs.c:359:28: note: byref variable will be forcibly initialized struct acpi_table_header *header = NULL; ^ /kisskb/src/drivers/acpi/sysfs.c: In function 'acpi_table_show': /kisskb/src/drivers/acpi/sysfs.c:340:28: note: byref variable will be forcibly initialized struct acpi_table_header *table_header = NULL; ^ /kisskb/src/drivers/acpi/sysfs.c: In function 'acpi_gpe_set_masked_gpes': /kisskb/src/drivers/acpi/sysfs.c:820:5: note: byref variable will be forcibly initialized u8 gpe; ^ /kisskb/src/drivers/acpi/sysfs.c: In function 'counter_show': /kisskb/src/drivers/acpi/sysfs.c:675:20: note: byref variable will be forcibly initialized acpi_event_status status; ^ /kisskb/src/drivers/acpi/sysfs.c:674:14: note: byref variable will be forcibly initialized acpi_handle handle; ^ /kisskb/src/drivers/acpi/sysfs.c: In function 'counter_set': /kisskb/src/drivers/acpi/sysfs.c:734:16: note: byref variable will be forcibly initialized unsigned long tmp; ^ In file included from /kisskb/src/include/linux/resource_ext.h:11:0, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/acpi/sysfs.c:11: /kisskb/src/drivers/acpi/sysfs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/acpi/sysfs.c: In function 'hotplug_enabled_store': /kisskb/src/drivers/acpi/sysfs.c:956:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/drivers/acpi/sysfs.c: In function 'force_remove_store': /kisskb/src/drivers/acpi/sysfs.c:1011:7: note: byref variable will be forcibly initialized bool val; ^ /kisskb/src/drivers/acpi/sysfs.c: In function 'acpi_tables_sysfs_init': /kisskb/src/drivers/acpi/sysfs.c:496:28: note: byref variable will be forcibly initialized struct acpi_table_header *table_header = NULL; ^ /kisskb/src/drivers/acpi/sysfs.c: In function 'acpi_irq_stats_init': /kisskb/src/drivers/acpi/sysfs.c:876:8: note: byref variable will be forcibly initialized char buffer[12]; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c:7: /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c: In function 'xfs_dir3_data_init': /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c:699:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c: In function '__xfs_dir3_data_check': /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c:115:19: note: byref variable will be forcibly initialized struct xfs_name name; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c:107:24: note: byref variable will be forcibly initialized xfs_dir2_data_free_t *dfp; /* bestfree entry */ ^ /kisskb/src/fs/gfs2/glops.c: In function 'gfs2_ail_empty_gl': /kisskb/src/fs/gfs2/glops.c:88:20: note: byref variable will be forcibly initialized struct gfs2_trans tr; ^ /kisskb/src/fs/gfs2/glops.c: In function 'freeze_go_xmote_bh': /kisskb/src/fs/gfs2/glops.c:605:30: note: byref variable will be forcibly initialized struct gfs2_log_header_host head; ^ /kisskb/src/fs/gfs2/glops.c: In function 'gfs2_inode_refresh': /kisskb/src/fs/gfs2/glops.c:461:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:7: /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^ /kisskb/src/fs/nilfs2/direct.c: In function 'nilfs_direct_assign_v': /kisskb/src/fs/nilfs2/direct.c:294:27: note: byref variable will be forcibly initialized union nilfs_bmap_ptr_req req; ^ /kisskb/src/fs/nilfs2/direct.c: In function 'nilfs_direct_propagate': /kisskb/src/fs/nilfs2/direct.c:259:34: note: byref variable will be forcibly initialized struct nilfs_palloc_req oldreq, newreq; ^ /kisskb/src/fs/nilfs2/direct.c:259:26: note: byref variable will be forcibly initialized struct nilfs_palloc_req oldreq, newreq; ^ /kisskb/src/fs/nilfs2/direct.c: In function 'nilfs_direct_delete': /kisskb/src/fs/nilfs2/direct.c:144:27: note: byref variable will be forcibly initialized union nilfs_bmap_ptr_req req; ^ /kisskb/src/fs/nilfs2/direct.c: In function 'nilfs_direct_insert': /kisskb/src/fs/nilfs2/direct.c:108:27: note: byref variable will be forcibly initialized union nilfs_bmap_ptr_req req; ^ /kisskb/src/fs/nilfs2/direct.c: In function 'nilfs_direct_lookup_contig': /kisskb/src/fs/nilfs2/direct.c:56:11: note: byref variable will be forcibly initialized sector_t blocknr; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir3_leaf_verify': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:190:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir3_leaf_compact_x1': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:978:7: note: byref variable will be forcibly initialized int lowstale; /* stale entry before index */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:975:7: note: byref variable will be forcibly initialized int highstale; /* stale entry at/after index */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir3_leaf_get_buf': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:350:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_block_to_leaf': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:393:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:390:8: note: byref variable will be forcibly initialized int needscan; /* need to rescan bestfree */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:389:8: note: byref variable will be forcibly initialized int needlog; /* need to log block header */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:385:19: note: byref variable will be forcibly initialized struct xfs_buf *lbp; /* leaf block's buffer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:379:15: note: byref variable will be forcibly initialized xfs_dablk_t blkno; /* leaf block's bno */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_search_hash': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1546:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_addname': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:636:17: note: byref variable will be forcibly initialized xfs_dir2_db_t use_block; /* data block number */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:635:8: note: byref variable will be forcibly initialized int needscan; /* need to rescan data free */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:634:8: note: byref variable will be forcibly initialized int needlog; /* need to log data header */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:632:8: note: byref variable will be forcibly initialized int lowstale = 0; /* index of prev stale leaf */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:631:8: note: byref variable will be forcibly initialized int lfloghigh; /* high leaf logging index */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:630:8: note: byref variable will be forcibly initialized int lfloglow; /* low leaf logging index */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:628:8: note: byref variable will be forcibly initialized int index; /* leaf table position */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:626:8: note: byref variable will be forcibly initialized int highstale = 0; /* index of next stale leaf */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:613:19: note: byref variable will be forcibly initialized struct xfs_buf *lbp; /* leaf's buffer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:612:19: note: byref variable will be forcibly initialized struct xfs_buf *dbp; /* data block buffer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:608:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_lookup_int': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1218:19: note: byref variable will be forcibly initialized struct xfs_buf *lbp; /* leaf buffer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1213:19: note: byref variable will be forcibly initialized struct xfs_buf *dbp = NULL; /* data buffer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_lookup': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1161:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1158:19: note: byref variable will be forcibly initialized struct xfs_buf *lbp; /* leaf buffer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1157:8: note: byref variable will be forcibly initialized int index; /* found entry index */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1153:19: note: byref variable will be forcibly initialized struct xfs_buf *dbp; /* data block buffer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_removename': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1357:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1354:8: note: byref variable will be forcibly initialized int needscan; /* need to rescan data frees */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1353:8: note: byref variable will be forcibly initialized int needlog; /* need to log data header */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1349:19: note: byref variable will be forcibly initialized struct xfs_buf *lbp; /* leaf buffer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1348:8: note: byref variable will be forcibly initialized int index; /* index into leaf entries */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1343:19: note: byref variable will be forcibly initialized struct xfs_buf *dbp; /* data block buffer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_replace': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1495:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1492:19: note: byref variable will be forcibly initialized struct xfs_buf *lbp; /* leaf buffer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1491:8: note: byref variable will be forcibly initialized int index; /* index of leaf entry */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1487:19: note: byref variable will be forcibly initialized struct xfs_buf *dbp; /* data block buffer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_trim_data': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1593:19: note: byref variable will be forcibly initialized struct xfs_buf *dbp; /* data block buffer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_node_to_leaf': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1686:29: note: byref variable will be forcibly initialized struct xfs_dir3_icfree_hdr freehdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1685:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1683:8: note: byref variable will be forcibly initialized int rval; /* successful free trim? */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1678:17: note: byref variable will be forcibly initialized xfs_fileoff_t fo; /* freespace file offset */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1677:19: note: byref variable will be forcibly initialized struct xfs_buf *fbp; /* buffer for freespace block */ ^ /kisskb/src/fs/pstore/platform.c: In function 'decompress_record': /kisskb/src/fs/pstore/platform.c:671:6: note: byref variable will be forcibly initialized int unzipped_len; ^ /kisskb/src/fs/pstore/platform.c: In function 'pstore_dump': /kisskb/src/fs/pstore/platform.c:385:13: note: byref variable will be forcibly initialized static void pstore_dump(struct kmsg_dumper *dumper, ^ /kisskb/src/fs/pstore/platform.c:415:24: note: byref variable will be forcibly initialized struct pstore_record record; ^ /kisskb/src/fs/pstore/platform.c: In function 'pstore_console_write': /kisskb/src/fs/pstore/platform.c:491:23: note: byref variable will be forcibly initialized struct pstore_record record; ^ /kisskb/src/fs/pstore/inode.c: In function 'parse_options': /kisskb/src/fs/pstore/inode.c:243:7: note: byref variable will be forcibly initialized int option; ^ /kisskb/src/fs/pstore/inode.c:242:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^ /kisskb/src/fs/pstore/inode.c: In function 'pstore_mkfile': /kisskb/src/fs/pstore/inode.c:350:9: note: byref variable will be forcibly initialized char name[PSTORE_NAMELEN]; ^ /kisskb/src/drivers/acpi/property.c: In function 'acpi_data_get_property_array': /kisskb/src/drivers/acpi/property.c:589:27: note: byref variable will be forcibly initialized const union acpi_object *prop; ^ /kisskb/src/drivers/acpi/property.c: In function 'acpi_data_prop_read_single': /kisskb/src/drivers/acpi/property.c:787:27: note: byref variable will be forcibly initialized const union acpi_object *obj; ^ /kisskb/src/drivers/acpi/property.c: In function 'acpi_data_prop_read': /kisskb/src/drivers/acpi/property.c:589:27: note: byref variable will be forcibly initialized const union acpi_object *prop; ^ /kisskb/src/drivers/acpi/property.c: In function 'acpi_graph_get_child_prop_value': /kisskb/src/drivers/acpi/property.c:1200:7: note: byref variable will be forcibly initialized u32 nr; ^ /kisskb/src/drivers/acpi/property.c: In function 'acpi_nondev_subnode_extract': /kisskb/src/drivers/acpi/property.c:87:15: note: byref variable will be forcibly initialized acpi_handle scope; ^ /kisskb/src/drivers/acpi/property.c: In function 'acpi_nondev_subnode_ok': /kisskb/src/drivers/acpi/property.c:144:14: note: byref variable will be forcibly initialized acpi_handle handle; ^ /kisskb/src/drivers/acpi/property.c: In function 'acpi_init_of_compatible': /kisskb/src/drivers/acpi/property.c:292:27: note: byref variable will be forcibly initialized const union acpi_object *of_compatible; ^ /kisskb/src/drivers/acpi/property.c: In function '__acpi_node_get_property_reference': /kisskb/src/drivers/acpi/property.c:671:22: note: byref variable will be forcibly initialized struct acpi_device *device; ^ /kisskb/src/drivers/acpi/property.c:669:27: note: byref variable will be forcibly initialized const union acpi_object *obj; ^ /kisskb/src/drivers/acpi/property.c: In function 'acpi_graph_get_remote_endpoint': /kisskb/src/drivers/acpi/property.c:1224:31: note: byref variable will be forcibly initialized struct fwnode_reference_args args; ^ /kisskb/src/drivers/acpi/property.c: In function 'acpi_node_get_parent': /kisskb/src/drivers/acpi/property.c:1097:24: note: byref variable will be forcibly initialized struct acpi_device *adev; ^ /kisskb/src/drivers/acpi/property.c:1093:23: note: byref variable will be forcibly initialized acpi_handle handle, parent_handle; ^ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_ioc_fsgetxattr': /kisskb/src/fs/f2fs/file.c:3160:17: note: byref variable will be forcibly initialized struct fsxattr fa; ^ In file included from /kisskb/src/include/linux/mm.h:30:0, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/include/linux/f2fs_fs.h:11, from /kisskb/src/fs/f2fs/file.c:9: /kisskb/src/fs/f2fs/file.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_ioc_get_compress_option': /kisskb/src/fs/f2fs/file.c:3977:26: note: byref variable will be forcibly initialized struct f2fs_comp_option option; ^ /kisskb/src/fs/f2fs/file.c: In function 'try_to_fix_pino': /kisskb/src/fs/f2fs/file.c:239:8: note: byref variable will be forcibly initialized nid_t pino; ^ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_do_sync_file': /kisskb/src/fs/f2fs/file.c:263:15: note: byref variable will be forcibly initialized unsigned int seq_id = 0; ^ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_release_compress_blocks': /kisskb/src/fs/f2fs/file.c:3574:24: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_ioc_fitrim': /kisskb/src/fs/f2fs/file.c:2315:22: note: byref variable will be forcibly initialized struct fstrim_range range; ^ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_ioc_gc_range': /kisskb/src/fs/f2fs/file.c:2544:23: note: byref variable will be forcibly initialized struct f2fs_gc_range range; ^ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_ioc_flush_device': /kisskb/src/fs/f2fs/file.c:2937:27: note: byref variable will be forcibly initialized struct f2fs_flush_device range; ^ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_defragment_range': /kisskb/src/fs/f2fs/file.c:2588:28: note: byref variable will be forcibly initialized pgoff_t pg_start, pg_end, next_pgofs; ^ /kisskb/src/fs/f2fs/file.c:2587:21: note: byref variable will be forcibly initialized struct extent_info ei = {0, 0, 0}; ^ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_ioc_defragment': /kisskb/src/fs/f2fs/file.c:2731:25: note: byref variable will be forcibly initialized struct f2fs_defragment range; ^ /kisskb/src/fs/f2fs/file.c: In function '__read_out_blkaddrs': /kisskb/src/fs/f2fs/file.c:1118:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/file.c: In function '__roll_back_blkaddrs': /kisskb/src/fs/f2fs/file.c:1173:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_ioc_resize_fs': /kisskb/src/fs/f2fs/file.c:3340:8: note: byref variable will be forcibly initialized __u64 block_count; ^ /kisskb/src/fs/f2fs/file.c: In function 'reserve_compress_blocks': /kisskb/src/fs/f2fs/file.c:3648:12: note: byref variable will be forcibly initialized blkcnt_t reserved; ^ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_reserve_compress_blocks': /kisskb/src/fs/f2fs/file.c:3727:24: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_sec_trim_file': /kisskb/src/fs/f2fs/file.c:3889:24: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/file.c:3820:28: note: byref variable will be forcibly initialized struct f2fs_sectrim_range range; ^ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_ioc_set_compress_option': /kisskb/src/fs/f2fs/file.c:4005:26: note: byref variable will be forcibly initialized struct f2fs_comp_option option; ^ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_zero_range': /kisskb/src/fs/f2fs/file.c:1481:25: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_vm_page_mkwrite': /kisskb/src/fs/f2fs/file.c:58:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_seek_block': /kisskb/src/fs/f2fs/file.c:408:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_do_truncate_blocks': /kisskb/src/fs/f2fs/file.c:662:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_truncate_hole': /kisskb/src/fs/f2fs/file.c:1025:24: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/file.c: In function '__clone_blkaddrs': /kisskb/src/fs/f2fs/file.c:1209:21: note: byref variable will be forcibly initialized struct node_info ni; ^ /kisskb/src/fs/f2fs/file.c:1208:25: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_ioc_move_range': /kisskb/src/fs/f2fs/file.c:2922:25: note: byref variable will be forcibly initialized struct f2fs_move_range range; ^ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_ioc_fssetxattr': /kisskb/src/fs/f2fs/file.c:3172:21: note: byref variable will be forcibly initialized struct fsxattr fa, old_fa; ^ /kisskb/src/fs/f2fs/file.c:3172:17: note: byref variable will be forcibly initialized struct fsxattr fa, old_fa; ^ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_precache_extents': /kisskb/src/fs/f2fs/file.c:3303:10: note: byref variable will be forcibly initialized pgoff_t m_next_extent; ^ /kisskb/src/fs/f2fs/file.c:3302:25: note: byref variable will be forcibly initialized struct f2fs_map_blocks map; ^ /kisskb/src/fs/nilfs2/dat.c: In function 'nilfs_dat_mark_dirty': /kisskb/src/fs/nilfs2/dat.c:264:26: note: byref variable will be forcibly initialized struct nilfs_palloc_req req; ^ /kisskb/src/fs/nilfs2/dat.c: In function 'nilfs_dat_move': /kisskb/src/fs/nilfs2/dat.c:315:22: note: byref variable will be forcibly initialized struct buffer_head *entry_bh; ^ /kisskb/src/fs/nilfs2/dat.c: In function 'nilfs_dat_translate': /kisskb/src/fs/nilfs2/dat.c:385:22: note: byref variable will be forcibly initialized struct buffer_head *entry_bh, *bh; ^ /kisskb/src/fs/nilfs2/dat.c: In function 'nilfs_dat_get_vinfo': /kisskb/src/fs/nilfs2/dat.c:422:22: note: byref variable will be forcibly initialized struct buffer_head *entry_bh; ^ /kisskb/src/fs/pstore/ram.c: In function 'ramoops_write_kmsg_hdr': /kisskb/src/fs/pstore/ram.c:294:7: note: byref variable will be forcibly initialized char hdr[36]; /* "===="(4), %lld(20), "."(1), %06lu(6), "-%c\n"(3) */ ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/log.c:7: /kisskb/src/fs/gfs2/log.c: In function '__gfs2_log_reserve': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:323:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:334:2: note: in expansion of macro '__io_wait_event' __io_wait_event(wq_head, condition); \ ^ /kisskb/src/fs/gfs2/log.c:535:3: note: in expansion of macro 'io_wait_event' io_wait_event(sdp->sd_log_waitq, ^ /kisskb/src/fs/pstore/ram.c: In function 'ramoops_read_kmsg_hdr': /kisskb/src/fs/pstore/ram.c:147:6: note: byref variable will be forcibly initialized int header_length = 0; ^ /kisskb/src/fs/pstore/ram.c:146:7: note: byref variable will be forcibly initialized char data_type; ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/log.c:7: /kisskb/src/fs/gfs2/log.c: In function 'gfs2_ordered_write': /kisskb/src/fs/gfs2/log.c:721:12: note: byref variable will be forcibly initialized LIST_HEAD(written); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/pstore/ram.c: In function 'ramoops_parse_dt_u32': /kisskb/src/fs/pstore/ram.c:608:6: note: byref variable will be forcibly initialized u32 val32 = 0; ^ /kisskb/src/fs/pstore/ram.c: In function 'ramoops_parse_dt': /kisskb/src/fs/pstore/ram.c:637:6: note: byref variable will be forcibly initialized u32 value; ^ In file included from /kisskb/src/fs/pstore/ram.c:19:0: /kisskb/src/fs/pstore/ram.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/gfs2/log.c: In function 'gfs2_ail1_flush': /kisskb/src/fs/gfs2/log.c:197:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/pstore/ram.c: In function 'ramoops_probe': /kisskb/src/fs/pstore/ram.c:709:14: note: byref variable will be forcibly initialized phys_addr_t paddr; ^ /kisskb/src/fs/pstore/ram.c:706:31: note: byref variable will be forcibly initialized struct ramoops_platform_data pdata_local; ^ /kisskb/src/fs/pstore/ram.c: In function 'ramoops_register_dummy': /kisskb/src/fs/pstore/ram.c:903:31: note: byref variable will be forcibly initialized struct ramoops_platform_data pdata; ^ /kisskb/src/fs/gfs2/log.c: In function 'empty_ail1_list': /kisskb/src/fs/gfs2/log.c:240:27: note: byref variable will be forcibly initialized struct writeback_control wbc = { ^ /kisskb/src/fs/gfs2/log.c: In function 'gfs2_write_log_header': /kisskb/src/fs/gfs2/log.c:835:6: note: byref variable will be forcibly initialized u64 dblock; ^ /kisskb/src/fs/gfs2/log.c:833:20: note: byref variable will be forcibly initialized struct timespec64 tv; ^ /kisskb/src/fs/gfs2/log.c: In function 'gfs2_logd': /kisskb/src/fs/gfs2/log.c:240:27: note: byref variable will be forcibly initialized struct writeback_control wbc = { ^ In file included from /kisskb/src/fs/pstore/ram_core.c:18:0: /kisskb/src/fs/pstore/ram_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/btrfs/dir-item.c: In function 'insert_with_overflow': /kisskb/src/fs/btrfs/dir-item.c:18:31: note: byref variable will be forcibly initialized static struct btrfs_dir_item *insert_with_overflow(struct btrfs_trans_handle ^ /kisskb/src/fs/btrfs/dir-item.c: In function 'btrfs_insert_xattr_item': /kisskb/src/fs/btrfs/dir-item.c:65:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^ /kisskb/src/fs/btrfs/dir-item.c:64:24: note: byref variable will be forcibly initialized struct btrfs_key key, location; ^ /kisskb/src/fs/btrfs/dir-item.c:64:19: note: byref variable will be forcibly initialized struct btrfs_key key, location; ^ /kisskb/src/fs/btrfs/dir-item.c: In function 'btrfs_insert_dir_item': /kisskb/src/fs/btrfs/dir-item.c:120:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^ /kisskb/src/fs/btrfs/dir-item.c:119:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/dir-item.c: In function 'btrfs_lookup_dir_item': /kisskb/src/fs/btrfs/dir-item.c:185:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/dir-item.c: In function 'btrfs_check_dir_item_collision': /kisskb/src/fs/btrfs/dir-item.c:207:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/dir-item.c: In function 'btrfs_lookup_dir_index_item': /kisskb/src/fs/btrfs/dir-item.c:278:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/dir-item.c: In function 'btrfs_search_dir_index_item': /kisskb/src/fs/btrfs/dir-item.c:301:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/dir-item.c: In function 'btrfs_lookup_xattr': /kisskb/src/fs/btrfs/dir-item.c:349:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:7: /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir3_free_get_buf': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:327:29: note: byref variable will be forcibly initialized struct xfs_dir3_icfree_hdr hdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:325:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_lookup_for_entry': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:796:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:784:19: note: byref variable will be forcibly initialized struct xfs_buf *curbp = NULL; /* current data/free buffer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_add': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:507:8: note: byref variable will be forcibly initialized int lowstale = 0; /* previous stale entry */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:506:8: note: byref variable will be forcibly initialized int lfloglow; /* low leaf entry logging */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:505:8: note: byref variable will be forcibly initialized int lfloghigh; /* high leaf entry logging */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:504:8: note: byref variable will be forcibly initialized int highstale = 0; /* next stale entry */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:498:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_find_freeblk': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1806:17: note: byref variable will be forcibly initialized xfs_fileoff_t fo; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1800:19: note: byref variable will be forcibly initialized struct xfs_buf *fbp = NULL; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_add_datablk': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1692:19: note: byref variable will be forcibly initialized struct xfs_buf *dbp; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1691:19: note: byref variable will be forcibly initialized struct xfs_buf *fbp; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1690:17: note: byref variable will be forcibly initialized xfs_dir2_db_t fbno; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_addname_int': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1914:8: note: byref variable will be forcibly initialized int needscan = 0; /* need to rescan data frees */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1913:8: note: byref variable will be forcibly initialized int needlog = 0; /* need to log data header */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1910:8: note: byref variable will be forcibly initialized int findex; /* freespace entry index */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1908:17: note: byref variable will be forcibly initialized xfs_dir2_db_t dbno; /* data block number */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1906:19: note: byref variable will be forcibly initialized struct xfs_buf *fbp; /* freespace buffer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1905:19: note: byref variable will be forcibly initialized struct xfs_buf *dbp; /* data block buffer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1904:29: note: byref variable will be forcibly initialized struct xfs_dir3_icfree_hdr freehdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir3_data_block_free': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1189:29: note: byref variable will be forcibly initialized struct xfs_dir3_icfree_hdr freehdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_lookup_for_addname': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:698:31: note: byref variable will be forcibly initialized struct xfs_dir3_icfree_hdr freehdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:646:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:631:19: note: byref variable will be forcibly initialized struct xfs_buf *curbp = NULL; /* current data/free buffer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_remove': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1343:19: note: byref variable will be forcibly initialized struct xfs_buf *fbp; /* freeblock buffer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1282:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1279:8: note: byref variable will be forcibly initialized int needscan; /* need to rescan data frees */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1278:8: note: byref variable will be forcibly initialized int needlog; /* need to log data header */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leaf_to_node': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:420:29: note: byref variable will be forcibly initialized struct xfs_dir3_icfree_hdr freehdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:412:17: note: byref variable will be forcibly initialized xfs_dir2_db_t fdb; /* freespace block number */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:411:19: note: byref variable will be forcibly initialized struct xfs_buf *fbp; /* freespace buffer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leaf_lasthash': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:604:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_order': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1038:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr hdr2; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1037:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr hdr1; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_rebalance': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1080:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr hdr2; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1079:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr hdr1; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_split': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1424:15: note: byref variable will be forcibly initialized xfs_dablk_t blkno; /* new leaf block number */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_toosmall': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1551:30: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr hdr2; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1498:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1497:8: note: byref variable will be forcibly initialized int rval; /* result from path_shift */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1490:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* leaf buffer */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_unbalance': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1623:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr drophdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1622:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr savehdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_addname': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2010:8: note: byref variable will be forcibly initialized int rval; /* sub-return value */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_lookup': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2079:7: note: byref variable will be forcibly initialized int rval; /* operation return value */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_removename': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2131:8: note: byref variable will be forcibly initialized int rval; /* operation return value */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_replace': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2225:30: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2196:8: note: byref variable will be forcibly initialized int rval; /* internal return value */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_trim_free': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2288:29: note: byref variable will be forcibly initialized struct xfs_dir3_icfree_hdr freehdr; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2283:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* freespace buffer */ ^ In file included from /kisskb/src/include/linux/resource_ext.h:11:0, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/acpi/acpi_lpat.c:9: /kisskb/src/drivers/acpi/acpi_lpat.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/acpi/acpi_lpat.c: In function 'acpi_lpat_get_conversion_table': /kisskb/src/drivers/acpi/acpi_lpat.c:93:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; ^ /kisskb/src/fs/nilfs2/recovery.c: In function 'nilfs_validate_log': /kisskb/src/fs/nilfs2/recovery.c:204:6: note: byref variable will be forcibly initialized u32 crc; ^ /kisskb/src/fs/nilfs2/recovery.c: In function 'nilfs_scan_dsync_log': /kisskb/src/fs/nilfs2/recovery.c:309:15: note: byref variable will be forcibly initialized unsigned int offset; ^ /kisskb/src/fs/nilfs2/recovery.c:308:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/nilfs2/recovery.c: In function 'nilfs_recover_dsync_blocks': /kisskb/src/fs/nilfs2/recovery.c:500:15: note: byref variable will be forcibly initialized struct page *page; ^ In file included from /kisskb/src/include/linux/wait.h:7:0, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/buffer_head.h:12, from /kisskb/src/fs/nilfs2/recovery.c:10: /kisskb/src/fs/nilfs2/recovery.c: In function 'nilfs_do_roll_forward': /kisskb/src/fs/nilfs2/recovery.c:582:12: note: byref variable will be forcibly initialized LIST_HEAD(dsync_blocks); /* list of data blocks to be recovered */ ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/nilfs2/recovery.c:576:16: note: byref variable will be forcibly initialized unsigned long nsalvaged_blocks = 0; ^ /kisskb/src/fs/nilfs2/recovery.c: In function 'nilfs_prepare_segment_for_recovery': /kisskb/src/fs/nilfs2/recovery.c:422:8: note: byref variable will be forcibly initialized __u64 segnum[4]; ^ /kisskb/src/fs/nilfs2/recovery.c: In function 'nilfs_read_super_root_block': /kisskb/src/fs/nilfs2/recovery.c:135:6: note: byref variable will be forcibly initialized u32 crc; ^ /kisskb/src/fs/nilfs2/recovery.c: In function 'nilfs_salvage_orphan_logs': /kisskb/src/fs/nilfs2/recovery.c:733:21: note: byref variable will be forcibly initialized struct nilfs_root *root; ^ In file included from /kisskb/src/include/linux/wait.h:7:0, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/buffer_head.h:12, from /kisskb/src/fs/nilfs2/recovery.c:10: /kisskb/src/fs/nilfs2/recovery.c: In function 'nilfs_search_super_root': /kisskb/src/fs/nilfs2/recovery.c:810:12: note: byref variable will be forcibly initialized LIST_HEAD(segments); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/nilfs2/the_nilfs.c: In function 'nilfs_load_super_root': /kisskb/src/fs/nilfs2/the_nilfs.c:99:22: note: byref variable will be forcibly initialized struct buffer_head *bh_sr; ^ /kisskb/src/fs/nilfs2/the_nilfs.c: In function 'load_nilfs': /kisskb/src/fs/nilfs2/the_nilfs.c:206:29: note: byref variable will be forcibly initialized struct nilfs_recovery_info ri; ^ /kisskb/src/fs/nilfs2/the_nilfs.c: In function 'init_nilfs': /kisskb/src/fs/nilfs2/the_nilfs.c:565:28: note: byref variable will be forcibly initialized struct nilfs_super_block *sbp; ^ /kisskb/src/fs/pstore/zone.c: In function 'psz_recover_zone': /kisskb/src/fs/pstore/zone.c:484:29: note: byref variable will be forcibly initialized struct psz_buffer *oldbuf, tmpbuf; ^ In file included from /kisskb/src/fs/pstore/zone.c:12:0: /kisskb/src/fs/pstore/zone.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/pstore/zone.c: In function 'psz_init_zones': /kisskb/src/fs/pstore/zone.c:1200:9: note: byref variable will be forcibly initialized int c, i; ^ /kisskb/src/fs/pstore/zone.c:1198:23: note: byref variable will be forcibly initialized struct pstore_zone **zones, *zone; ^ /kisskb/src/fs/pstore/zone.c: In function 'psz_alloc_zones': /kisskb/src/fs/pstore/zone.c:1237:9: note: byref variable will be forcibly initialized loff_t off = 0; ^ /kisskb/src/fs/gfs2/lops.c: In function 'gfs2_end_log_write': /kisskb/src/fs/gfs2/lops.c:209:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ /kisskb/src/fs/gfs2/lops.c: In function 'gfs2_end_log_read': /kisskb/src/fs/gfs2/lops.c:401:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ /kisskb/src/fs/gfs2/lops.c: In function 'gfs2_jhead_pg_srch': /kisskb/src/fs/gfs2/lops.c:430:30: note: byref variable will be forcibly initialized struct gfs2_log_header_host lh; ^ /kisskb/src/fs/gfs2/lops.c: In function 'revoke_lo_scan_elements': /kisskb/src/fs/gfs2/lops.c:917:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/gfs2/lops.c: In function 'buf_lo_scan_elements': /kisskb/src/fs/gfs2/lops.c:769:22: note: byref variable will be forcibly initialized struct buffer_head *bh_log, *bh_ip; ^ /kisskb/src/fs/gfs2/lops.c: In function 'databuf_lo_scan_elements': /kisskb/src/fs/gfs2/lops.c:999:22: note: byref variable will be forcibly initialized struct buffer_head *bh_log, *bh_ip; ^ /kisskb/src/fs/gfs2/lops.c: In function 'gfs2_find_jhead': /kisskb/src/fs/gfs2/lops.c:525:7: note: byref variable will be forcibly initialized bool done = false; ^ /kisskb/src/fs/btrfs/file-item.c: In function 'search_file_offset_in_bio': /kisskb/src/fs/btrfs/file-item.c:327:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/btrfs/file-item.c:6: /kisskb/src/fs/btrfs/file-item.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_lookup_csum': /kisskb/src/fs/btrfs/file-item.c:185:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/file-item.c:184:19: note: byref variable will be forcibly initialized struct btrfs_key file_key; ^ /kisskb/src/fs/btrfs/file-item.c: In function 'search_csum_tree': /kisskb/src/fs/btrfs/file-item.c:261:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_inode_safe_disk_i_size_write': /kisskb/src/fs/btrfs/file-item.c:46:13: note: byref variable will be forcibly initialized u64 start, end, i_size; ^ /kisskb/src/fs/btrfs/file-item.c:46:6: note: byref variable will be forcibly initialized u64 start, end, i_size; ^ /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_insert_file_extent': /kisskb/src/fs/btrfs/file-item.c:131:5: note: byref variable will be forcibly initialized int btrfs_insert_file_extent(struct btrfs_trans_handle *trans, ^ /kisskb/src/fs/btrfs/file-item.c:140:19: note: byref variable will be forcibly initialized struct btrfs_key file_key; ^ /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_lookup_file_extent': /kisskb/src/fs/btrfs/file-item.c:236:19: note: byref variable will be forcibly initialized struct btrfs_key file_key; ^ /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_lookup_bio_sums': /kisskb/src/fs/btrfs/file-item.c:474:9: note: byref variable will be forcibly initialized u64 file_offset; ^ In file included from /kisskb/src/include/linux/wait.h:7:0, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/btrfs/file-item.c:6: /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_lookup_csums_range': /kisskb/src/fs/btrfs/file-item.c:504:12: note: byref variable will be forcibly initialized LIST_HEAD(tmplist); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/btrfs/file-item.c:499:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_csum_one_bio': /kisskb/src/fs/btrfs/file-item.c:631:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^ In file included from /kisskb/src/fs/btrfs/file-item.c:11:0: /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ ^ /kisskb/src/fs/btrfs/file-item.c:627:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' SHASH_DESC_ON_STACK(shash, fs_info->csum_shash); ^ /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_del_csums': /kisskb/src/fs/btrfs/file-item.c:847:23: note: byref variable will be forcibly initialized struct btrfs_key pk; ^ /kisskb/src/fs/btrfs/file-item.c:786:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_csum_file_blocks': /kisskb/src/fs/btrfs/file-item.c:925:5: note: byref variable will be forcibly initialized int btrfs_csum_file_blocks(struct btrfs_trans_handle *trans, ^ /kisskb/src/fs/btrfs/file-item.c:931:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/file-item.c:930:19: note: byref variable will be forcibly initialized struct btrfs_key file_key; ^ /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_file_extent_end': /kisskb/src/fs/btrfs/file-item.c:1203:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/file-item.c: In function 'btrfs_extent_item_to_extent_map': /kisskb/src/fs/btrfs/file-item.c:1137:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/drivers/acpi/irq.c: In function 'acpi_irq_parse_one': /kisskb/src/drivers/acpi/irq.c:235:32: note: byref variable will be forcibly initialized struct acpi_irq_parse_one_ctx ctx = { -EINVAL, index, flags, fwspec }; ^ /kisskb/src/drivers/acpi/irq.c: In function 'acpi_get_irq_source_fwhandle': /kisskb/src/drivers/acpi/irq.c:100:14: note: byref variable will be forcibly initialized acpi_handle handle; ^ /kisskb/src/drivers/acpi/irq.c: In function 'acpi_register_gsi': /kisskb/src/drivers/acpi/irq.c:54:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec; ^ /kisskb/src/drivers/acpi/irq.c: In function 'acpi_irq_get': /kisskb/src/drivers/acpi/irq.c:260:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/drivers/acpi/irq.c:258:20: note: byref variable will be forcibly initialized struct irq_fwspec fwspec; ^ /kisskb/src/fs/pstore/blk.c: In function 'psblk_generic_blk_write': /kisskb/src/fs/pstore/blk.c:334:32: note: byref variable will be forcibly initialized const struct file_operations f_op = {.fsync = blkdev_fsync}; ^ /kisskb/src/fs/pstore/blk.c:309:14: note: byref variable will be forcibly initialized struct kvec iov = {.iov_base = (void *)buf, .iov_len = bytes}; ^ /kisskb/src/fs/pstore/blk.c:307:14: note: byref variable will be forcibly initialized struct file file; ^ /kisskb/src/fs/pstore/blk.c:306:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^ /kisskb/src/fs/pstore/blk.c:305:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^ /kisskb/src/fs/pstore/blk.c: In function 'psblk_generic_blk_read': /kisskb/src/fs/pstore/blk.c:283:14: note: byref variable will be forcibly initialized struct kvec iov = {.iov_base = buf, .iov_len = bytes}; ^ /kisskb/src/fs/pstore/blk.c:282:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^ /kisskb/src/fs/pstore/blk.c:281:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^ /kisskb/src/fs/pstore/blk.c:280:14: note: byref variable will be forcibly initialized struct file file; ^ /kisskb/src/fs/pstore/blk.c: In function '__register_pstore_blk': /kisskb/src/fs/pstore/blk.c:352:19: note: byref variable will be forcibly initialized struct bdev_info binfo; ^ /kisskb/src/fs/pstore/blk.c:351:28: note: byref variable will be forcibly initialized struct pstore_device_info dev; ^ /kisskb/src/fs/pstore/blk.c:349:7: note: byref variable will be forcibly initialized char bdev_name[BDEVNAME_SIZE]; ^ /kisskb/src/fs/pstore/blk.c: In function 'pstore_blk_exit': /kisskb/src/fs/pstore/blk.c:441:29: note: byref variable will be forcibly initialized struct pstore_device_info dev = { }; ^ /kisskb/src/fs/nilfs2/segbuf.c: In function 'nilfs_segbuf_write': /kisskb/src/fs/nilfs2/segbuf.c:451:26: note: byref variable will be forcibly initialized struct nilfs_write_info wi; ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_sf.c: In function 'xfs_dir2_sf_addname': /kisskb/src/fs/xfs/libxfs/xfs_dir2_sf.c:375:23: note: byref variable will be forcibly initialized xfs_dir2_sf_entry_t *sfep = NULL; /* shortform entry */ ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2_sf.c:372:23: note: byref variable will be forcibly initialized xfs_dir2_data_aoff_t offset = 0; /* offset for new entry */ ^ /kisskb/src/drivers/acpi/acpi_ipmi.c: In function 'ipmi_dev_alloc': /kisskb/src/drivers/acpi/acpi_ipmi.c:115:20: note: byref variable will be forcibly initialized struct ipmi_user *user; ^ /kisskb/src/drivers/acpi/acpi_ipmi.c: In function 'ipmi_register_bmc': /kisskb/src/drivers/acpi/acpi_ipmi.c:440:23: note: byref variable will be forcibly initialized struct ipmi_smi_info smi_data; ^ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_collect_dirty_files': /kisskb/src/fs/nilfs2/segment.c:1936:24: note: byref variable will be forcibly initialized struct buffer_head *ibh; ^ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_begin_construction': /kisskb/src/fs/nilfs2/segment.c:1277:8: note: byref variable will be forcibly initialized __u64 nextnum; ^ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_create_checkpoint': /kisskb/src/fs/nilfs2/segment.c:859:27: note: byref variable will be forcibly initialized struct nilfs_checkpoint *raw_cp; ^ /kisskb/src/fs/nilfs2/segment.c:858:22: note: byref variable will be forcibly initialized struct buffer_head *bh_cp; ^ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_lookup_dirty_data_buffers': /kisskb/src/fs/nilfs2/segment.c:684:10: note: byref variable will be forcibly initialized pgoff_t index = 0, last = ULONG_MAX; ^ /kisskb/src/fs/nilfs2/segment.c:683:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/nilfs2/segment.c:11: /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_scan_file_dsync': /kisskb/src/fs/nilfs2/segment.c:1090:12: note: byref variable will be forcibly initialized LIST_HEAD(data_buffers); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_lookup_dirty_node_buffers': /kisskb/src/fs/nilfs2/segment.c:740:10: note: byref variable will be forcibly initialized pgoff_t index = 0; ^ /kisskb/src/fs/nilfs2/segment.c:737:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/nilfs2/segment.c:11: /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_scan_file': /kisskb/src/fs/nilfs2/segment.c:1039:12: note: byref variable will be forcibly initialized LIST_HEAD(node_buffers); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/nilfs2/segment.c:1038:12: note: byref variable will be forcibly initialized LIST_HEAD(data_buffers); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_collect_blocks': /kisskb/src/fs/nilfs2/segment.c:1113:9: note: byref variable will be forcibly initialized size_t ndone; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/nilfs2/segment.c:11: /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_extend_segments': /kisskb/src/fs/nilfs2/segment.c:1339:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/nilfs2/segment.c:1338:8: note: byref variable will be forcibly initialized __u64 nextnextnum; ^ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_update_payload_blocknr': /kisskb/src/fs/nilfs2/segment.c:1554:22: note: byref variable will be forcibly initialized struct buffer_head *bh, *bh_org; ^ /kisskb/src/fs/nilfs2/segment.c:1553:20: note: byref variable will be forcibly initialized union nilfs_binfo binfo; ^ /kisskb/src/fs/nilfs2/segment.c:1551:30: note: byref variable will be forcibly initialized struct nilfs_segsum_pointer ssp; ^ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_fill_in_checkpoint': /kisskb/src/fs/nilfs2/segment.c:885:27: note: byref variable will be forcibly initialized struct nilfs_checkpoint *raw_cp; ^ /kisskb/src/fs/nilfs2/segment.c:884:22: note: byref variable will be forcibly initialized struct buffer_head *bh_cp; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/nilfs2/segment.c:11: /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_abort_construction': /kisskb/src/fs/nilfs2/segment.c:1784:12: note: byref variable will be forcibly initialized LIST_HEAD(logs); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_dispose_list': /kisskb/src/fs/nilfs2/segment.c:767:27: note: byref variable will be forcibly initialized struct nilfs_inode_info *ivec[SC_N_INODEVEC], **pii; ^ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_sync': /kisskb/src/fs/nilfs2/segment.c:2161:36: note: byref variable will be forcibly initialized struct nilfs_segctor_wait_request wait_req; ^ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_thread_construct': /kisskb/src/fs/nilfs2/segment.c:2477:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/nilfs2/segment.c:11: /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_start_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/nilfs2/segment.c:2623:2: note: in expansion of macro 'wait_event' wait_event(sci->sc_wait_task, sci->sc_task != NULL); ^ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_kill_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/nilfs2/segment.c:2636:3: note: in expansion of macro 'wait_event' wait_event(sci->sc_wait_task, sci->sc_task == NULL); ^ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_thread': /kisskb/src/fs/nilfs2/segment.c:2574:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^ /kisskb/src/fs/nilfs2/segment.c:2574:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_write_out': /kisskb/src/fs/nilfs2/segment.c:2691:33: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_construct_dsync_segment': /kisskb/src/fs/nilfs2/segment.c:2273:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_clean_segments': /kisskb/src/fs/nilfs2/segment.c:2423:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/nilfs2/segment.c:11: /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_detach_log_writer': /kisskb/src/fs/nilfs2/segment.c:2803:12: note: byref variable will be forcibly initialized LIST_HEAD(garbage_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/btrfs/inode-item.c: In function 'btrfs_del_inode_extref': /kisskb/src/fs/btrfs/inode-item.c:105:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/inode-item.c: In function 'btrfs_insert_inode_extref': /kisskb/src/fs/btrfs/inode-item.c:247:12: note: byref variable will be forcibly initialized static int btrfs_insert_inode_extref(struct btrfs_trans_handle *trans, ^ /kisskb/src/fs/btrfs/inode-item.c:257:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/inode-item.c: In function 'btrfs_lookup_inode_extref': /kisskb/src/fs/btrfs/inode-item.c:82:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/inode-item.c: In function 'btrfs_del_inode_ref': /kisskb/src/fs/btrfs/inode-item.c:175:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/inode-item.c: In function 'btrfs_insert_inode_ref': /kisskb/src/fs/btrfs/inode-item.c:304:5: note: byref variable will be forcibly initialized int btrfs_insert_inode_ref(struct btrfs_trans_handle *trans, ^ /kisskb/src/fs/btrfs/inode-item.c:311:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/inode-item.c: In function 'btrfs_insert_empty_inode': /kisskb/src/fs/btrfs/inode-item.c:382:5: note: byref variable will be forcibly initialized int btrfs_insert_empty_inode(struct btrfs_trans_handle *trans, ^ /kisskb/src/fs/btrfs/inode-item.c:386:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/inode-item.c: In function 'btrfs_lookup_inode': /kisskb/src/fs/btrfs/inode-item.c:406:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/drivers/acpi/button.c: In function 'acpi_lid_evaluate_state': /kisskb/src/drivers/acpi/button.c:168:21: note: byref variable will be forcibly initialized unsigned long long lid_state; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_dquot_buf.c:7: /kisskb/src/fs/xfs/libxfs/xfs_dquot_buf.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^ In file included from /kisskb/src/fs/f2fs/inode.c:14:0: /kisskb/src/fs/f2fs/inode.c: In function '__f2fs_crc32': /kisskb/src/fs/f2fs/f2fs.h:1721:4: note: byref variable will be forcibly initialized } desc; ^ /kisskb/src/fs/f2fs/inode.c: In function 'f2fs_inode_chksum': /kisskb/src/fs/f2fs/inode.c:146:8: note: byref variable will be forcibly initialized __u32 dummy_cs = 0; ^ /kisskb/src/fs/f2fs/inode.c:144:9: note: byref variable will be forcibly initialized __le32 gen = ri->i_generation; ^ /kisskb/src/fs/f2fs/inode.c:143:9: note: byref variable will be forcibly initialized __le32 ino = node->footer.ino; ^ /kisskb/src/fs/f2fs/inode.c: In function 'f2fs_handle_failed_inode': /kisskb/src/fs/f2fs/inode.c:827:19: note: byref variable will be forcibly initialized struct node_info ni; ^ /kisskb/src/fs/f2fs/namei.c: In function 'f2fs_new_inode': /kisskb/src/fs/f2fs/namei.c:28:8: note: byref variable will be forcibly initialized nid_t ino; ^ /kisskb/src/fs/f2fs/namei.c: In function 'f2fs_cross_rename': /kisskb/src/fs/f2fs/namei.c:1102:26: note: byref variable will be forcibly initialized struct page *old_page, *new_page; ^ /kisskb/src/fs/f2fs/namei.c:1102:15: note: byref variable will be forcibly initialized struct page *old_page, *new_page; ^ /kisskb/src/fs/f2fs/namei.c:1101:30: note: byref variable will be forcibly initialized struct page *old_dir_page, *new_dir_page; ^ /kisskb/src/fs/f2fs/namei.c:1101:15: note: byref variable will be forcibly initialized struct page *old_dir_page, *new_dir_page; ^ /kisskb/src/fs/f2fs/namei.c: In function 'f2fs_unlink': /kisskb/src/fs/f2fs/namei.c:573:15: note: byref variable will be forcibly initialized struct page *page; ^ /kisskb/src/fs/f2fs/namei.c: In function 'f2fs_rename': /kisskb/src/fs/f2fs/namei.c:912:26: note: byref variable will be forcibly initialized struct page *old_page, *new_page = NULL; ^ /kisskb/src/fs/f2fs/namei.c:912:15: note: byref variable will be forcibly initialized struct page *old_page, *new_page = NULL; ^ /kisskb/src/fs/f2fs/namei.c:911:15: note: byref variable will be forcibly initialized struct page *old_dir_page = NULL; ^ /kisskb/src/fs/f2fs/namei.c:910:16: note: byref variable will be forcibly initialized struct inode *whiteout = NULL; ^ /kisskb/src/fs/f2fs/namei.c: In function '__recover_dot_dentries': /kisskb/src/fs/f2fs/namei.c:436:15: note: byref variable will be forcibly initialized struct page *page; ^ /kisskb/src/fs/f2fs/namei.c: In function 'f2fs_lookup': /kisskb/src/fs/f2fs/namei.c:490:23: note: byref variable will be forcibly initialized struct f2fs_filename fname; ^ /kisskb/src/fs/f2fs/namei.c:485:15: note: byref variable will be forcibly initialized struct page *page; ^ /kisskb/src/fs/f2fs/namei.c: In function 'f2fs_update_extension_list': /kisskb/src/fs/f2fs/namei.c:265:8: note: byref variable will be forcibly initialized char buf[F2FS_MAX_EXTENSION][F2FS_EXTENSION_LEN]; ^ /kisskb/src/fs/f2fs/namei.c: In function 'f2fs_get_parent': /kisskb/src/fs/f2fs/namei.c:420:15: note: byref variable will be forcibly initialized struct page *page; ^ /kisskb/src/drivers/acpi/fan.c: In function 'fan_get_state': /kisskb/src/drivers/acpi/fan.c:154:6: note: byref variable will be forcibly initialized int acpi_state = ACPI_STATE_D0; ^ /kisskb/src/drivers/acpi/fan.c: In function 'fan_get_state_acpi4': /kisskb/src/drivers/acpi/fan.c:102:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; ^ /kisskb/src/fs/f2fs/hash.c: In function 'TEA_hash_name': /kisskb/src/fs/f2fs/hash.c:72:15: note: byref variable will be forcibly initialized __u32 in[8], buf[4]; ^ /kisskb/src/fs/f2fs/hash.c:72:8: note: byref variable will be forcibly initialized __u32 in[8], buf[4]; ^ /kisskb/src/drivers/acpi/fan.c: In function 'acpi_fan_get_fif': /kisskb/src/drivers/acpi/fan.c:241:21: note: byref variable will be forcibly initialized struct acpi_buffer fif = { sizeof(fan->fif), &fan->fif }; ^ /kisskb/src/drivers/acpi/fan.c:240:21: note: byref variable will be forcibly initialized struct acpi_buffer format = { sizeof("NNNN"), "NNNN" }; ^ /kisskb/src/drivers/acpi/fan.c:238:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; ^ In file included from /kisskb/src/include/linux/thermal.h:15:0, from /kisskb/src/drivers/acpi/fan.c:14: /kisskb/src/drivers/acpi/fan.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:222:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/acpi/fan.c: In function 'acpi_fan_get_fps': /kisskb/src/drivers/acpi/fan.c:337:22: note: byref variable will be forcibly initialized struct acpi_buffer fps = { offsetof(struct acpi_fan_fps, name), ^ /kisskb/src/drivers/acpi/fan.c:336:22: note: byref variable will be forcibly initialized struct acpi_buffer format = { sizeof("NNNNN"), "NNNNN" }; ^ /kisskb/src/drivers/acpi/fan.c:310:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; ^ /kisskb/src/fs/btrfs/disk-io.c: In function 'check_tree_block_fsid': /kisskb/src/fs/btrfs/disk-io.c:505:5: note: byref variable will be forcibly initialized u8 fsid[BTRFS_FSID_SIZE]; ^ In file included from /kisskb/src/fs/btrfs/disk-io.c:21:0: /kisskb/src/fs/btrfs/disk-io.c: In function 'csum_tree_block': /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ ^ /kisskb/src/fs/btrfs/disk-io.c:213:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' SHASH_DESC_ON_STACK(shash, fs_info->csum_shash); ^ /kisskb/src/fs/btrfs/disk-io.c: In function 'validate_extent_buffer': /kisskb/src/fs/btrfs/disk-io.c:564:6: note: byref variable will be forcibly initialized u8 val[BTRFS_CSUM_SIZE] = { 0 }; ^ /kisskb/src/fs/btrfs/disk-io.c:537:5: note: byref variable will be forcibly initialized u8 result[BTRFS_CSUM_SIZE]; ^ /kisskb/src/fs/btrfs/disk-io.c: In function 'csum_dirty_buffer': /kisskb/src/fs/btrfs/disk-io.c:453:5: note: byref variable will be forcibly initialized u8 result[BTRFS_CSUM_SIZE]; ^ /kisskb/src/fs/btrfs/disk-io.c: In function 'btree_csum_one_bio': /kisskb/src/fs/btrfs/disk-io.c:848:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ /kisskb/src/fs/btrfs/disk-io.c: In function 'verify_parent_transid': /kisskb/src/fs/btrfs/disk-io.c:241:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^ In file included from /kisskb/src/fs/btrfs/disk-io.c:21:0: /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_check_super_csum': /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ ^ /kisskb/src/fs/btrfs/disk-io.c:308:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' SHASH_DESC_ON_STACK(shash, fs_info->csum_shash); ^ /kisskb/src/fs/btrfs/disk-io.c:307:7: note: byref variable will be forcibly initialized char result[BTRFS_CSUM_SIZE]; ^ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_destroy_all_ordered_extents': /kisskb/src/fs/btrfs/disk-io.c:4487:19: note: byref variable will be forcibly initialized struct list_head splice; ^ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_destroy_delalloc_inodes': /kisskb/src/fs/btrfs/disk-io.c:4602:19: note: byref variable will be forcibly initialized struct list_head splice; ^ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_end_super_write': /kisskb/src/fs/btrfs/disk-io.c:3593:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ /kisskb/src/fs/btrfs/disk-io.c: In function 'write_dev_supers': /kisskb/src/fs/btrfs/disk-io.c:3704:6: note: byref variable will be forcibly initialized u64 bytenr, bytenr_orig; ^ In file included from /kisskb/src/fs/btrfs/disk-io.c:21:0: /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ ^ /kisskb/src/fs/btrfs/disk-io.c:3700:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' SHASH_DESC_ON_STACK(shash, fs_info->csum_shash); ^ /kisskb/src/fs/btrfs/disk-io.c: In function 'wait_dev_supers': /kisskb/src/fs/btrfs/disk-io.c:3794:6: note: byref variable will be forcibly initialized u64 bytenr; ^ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_destroy_marked_extents': /kisskb/src/fs/btrfs/disk-io.c:4661:6: note: byref variable will be forcibly initialized u64 end; ^ /kisskb/src/fs/btrfs/disk-io.c:4660:6: note: byref variable will be forcibly initialized u64 start = 0; ^ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_destroy_pinned_extent': /kisskb/src/fs/btrfs/disk-io.c:4695:24: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^ /kisskb/src/fs/btrfs/disk-io.c:4691:6: note: byref variable will be forcibly initialized u64 end; ^ /kisskb/src/fs/btrfs/disk-io.c:4690:6: note: byref variable will be forcibly initialized u64 start; ^ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_verify_level_key': /kisskb/src/fs/btrfs/disk-io.c:331:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_check_leaked_roots': /kisskb/src/fs/btrfs/disk-io.c:1542:8: note: byref variable will be forcibly initialized char buf[BTRFS_ROOT_NAME_BUF_LEN]; ^ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_destroy_all_delalloc_inodes': /kisskb/src/fs/btrfs/disk-io.c:4633:19: note: byref variable will be forcibly initialized struct list_head splice; ^ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_drop_all_logs': /kisskb/src/fs/btrfs/disk-io.c:4441:21: note: byref variable will be forcibly initialized struct btrfs_root *gang[8]; ^ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_read_dev_one_super': /kisskb/src/fs/btrfs/disk-io.c:3624:6: note: byref variable will be forcibly initialized u64 bytenr, bytenr_orig; ^ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_free_fs_roots': /kisskb/src/fs/btrfs/disk-io.c:2122:21: note: byref variable will be forcibly initialized struct btrfs_root *gang[8]; ^ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_cleanup_fs_roots': /kisskb/src/fs/btrfs/disk-io.c:4131:21: note: byref variable will be forcibly initialized struct btrfs_root *gang[8]; ^ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_get_fs_root_commit_root': /kisskb/src/fs/btrfs/disk-io.c:1718:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_create_tree': /kisskb/src/fs/btrfs/disk-io.c:1186:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ In file included from /kisskb/src/include/linux/wait_bit.h:8:0, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/btrfs/disk-io.c:6: /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_cleanup_transaction': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/disk-io.c:4842:4: note: in expansion of macro 'wait_event' wait_event(t->writer_wait, ^ /kisskb/src/fs/btrfs/disk-io.c: In function 'close_ctree': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/disk-io.c:4227:2: note: in expansion of macro 'wait_event' wait_event(fs_info->transaction_wait, ^ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_init_root_free_objectid': /kisskb/src/fs/btrfs/disk-io.c:4876:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/disk-io.c:4875:19: note: byref variable will be forcibly initialized struct btrfs_key search_key; ^ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_get_root_ref': /kisskb/src/fs/btrfs/disk-io.c:1609:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/disk-io.c: In function 'btrfs_read_roots': /kisskb/src/fs/btrfs/disk-io.c:2360:19: note: byref variable will be forcibly initialized struct btrfs_key location; ^ /kisskb/src/fs/gfs2/meta_io.c: In function 'gfs2_meta_read_endio': /kisskb/src/fs/gfs2/meta_io.c:189:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ /kisskb/src/fs/gfs2/meta_io.c: In function 'gfs2_meta_read': /kisskb/src/fs/gfs2/meta_io.c:251:27: note: byref variable will be forcibly initialized struct buffer_head *bh, *bhs[2]; ^ /kisskb/src/fs/gfs2/meta_io.c: In function 'gfs2_meta_indirect_buffer': /kisskb/src/fs/gfs2/meta_io.c:479:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/gfs2/meta_io.c: In function 'gfs2_meta_ra': /kisskb/src/fs/gfs2/meta_io.c:509:33: note: byref variable will be forcibly initialized struct buffer_head *first_bh, *bh; ^ /kisskb/src/fs/gfs2/meta_io.c:509:22: note: byref variable will be forcibly initialized struct buffer_head *first_bh, *bh; ^ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_clear_snapshot': /kisskb/src/fs/nilfs2/cpfile.c:738:54: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *next_bh, *prev_bh, *cp_bh; ^ /kisskb/src/fs/nilfs2/cpfile.c:738:44: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *next_bh, *prev_bh, *cp_bh; ^ /kisskb/src/fs/nilfs2/cpfile.c:738:34: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *next_bh, *prev_bh, *cp_bh; ^ /kisskb/src/fs/nilfs2/cpfile.c:738:22: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *next_bh, *prev_bh, *cp_bh; ^ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_set_snapshot': /kisskb/src/fs/nilfs2/cpfile.c:619:54: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *curr_bh, *prev_bh, *cp_bh; ^ /kisskb/src/fs/nilfs2/cpfile.c:619:44: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *curr_bh, *prev_bh, *cp_bh; ^ /kisskb/src/fs/nilfs2/cpfile.c:619:34: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *curr_bh, *prev_bh, *cp_bh; ^ /kisskb/src/fs/nilfs2/cpfile.c:619:22: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *curr_bh, *prev_bh, *cp_bh; ^ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_do_get_ssinfo': /kisskb/src/fs/nilfs2/cpfile.c:479:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_find_checkpoint_block': /kisskb/src/fs/nilfs2/cpfile.c:166:28: note: byref variable will be forcibly initialized unsigned long start, end, blkoff; ^ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_do_get_cpinfo': /kisskb/src/fs/nilfs2/cpfile.c:431:41: note: byref variable will be forcibly initialized __u64 cur_cno = nilfs_mdt_cno(cpfile), cno = *cnop; ^ /kisskb/src/fs/nilfs2/cpfile.c:429:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_get_checkpoint': /kisskb/src/fs/nilfs2/cpfile.c:220:34: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *cp_bh; ^ /kisskb/src/fs/nilfs2/cpfile.c:220:22: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *cp_bh; ^ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_delete_checkpoints': /kisskb/src/fs/nilfs2/cpfile.c:315:34: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *cp_bh; ^ /kisskb/src/fs/nilfs2/cpfile.c:315:22: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *cp_bh; ^ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_delete_checkpoint': /kisskb/src/fs/nilfs2/cpfile.c:583:8: note: byref variable will be forcibly initialized __u64 tcno = cno; ^ /kisskb/src/fs/nilfs2/cpfile.c:582:22: note: byref variable will be forcibly initialized struct nilfs_cpinfo ci; ^ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_is_snapshot': /kisskb/src/fs/nilfs2/cpfile.c:858:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_get_stat': /kisskb/src/fs/nilfs2/cpfile.c:947:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:201:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_inobt_update': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:58:22: note: byref variable will be forcibly initialized union xfs_btree_rec rec; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_roll': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1688:20: note: byref variable will be forcibly initialized struct xfs_trans *tp = *tpp; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:9:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_difree_inode_chunk': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1873:17: note: byref variable will be forcibly initialized DECLARE_BITMAP(holemask, XFS_INOBT_HOLEMASK_BITS); ^ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' unsigned long name[BITS_TO_LONGS(bits)] ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:224:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_count_inodes_rec': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2763:30: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore irec; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_inobt_get_rec': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:109:24: note: byref variable will be forcibly initialized union xfs_btree_rec *rec; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_get_rec': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1081:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_next_rec': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1052:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_ag_finobt_near': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1405:12: note: byref variable will be forcibly initialized int i, j; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1405:9: note: byref variable will be forcibly initialized int i, j; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1403:30: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore rrec; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1402:25: note: byref variable will be forcibly initialized struct xfs_btree_cur *rcur; /* right search cursor */ ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_ag_finobt_newino': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1490:6: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_ag_update_inobt': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1537:9: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1535:30: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore rec; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_inobt_insert_sprec': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:532:30: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore rec; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:531:9: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_inobt_insert': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:183:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_difree_finobt': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2081:9: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2078:30: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore rec; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_inode_init': /kisskb/src/fs/xfs/xfs_trans.h:201:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:272:19: note: byref variable will be forcibly initialized struct xfs_buf *fbuf; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_log_agi': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2466:8: note: byref variable will be forcibly initialized int last; /* last byte number */ ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2465:8: note: byref variable will be forcibly initialized int first; /* first byte number */ ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_ag_inobt': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1165:8: note: byref variable will be forcibly initialized int doneright; /* done, to the right */ ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1164:8: note: byref variable will be forcibly initialized int doneleft; /* done, to the left */ ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1140:11: note: byref variable will be forcibly initialized int i, j; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1140:8: note: byref variable will be forcibly initialized int i, j; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1136:35: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore rec, trec; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1136:30: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore rec, trec; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1135:30: note: byref variable will be forcibly initialized struct xfs_btree_cur *cur, *tcur; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_ag': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1589:9: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1585:30: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore rec; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1583:25: note: byref variable will be forcibly initialized struct xfs_btree_cur *cur; /* finobt cursor */ ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_ag_alloc': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:628:30: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore rec; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:627:12: note: byref variable will be forcibly initialized uint16_t allocmask = (uint16_t) -1; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:622:15: note: byref variable will be forcibly initialized xfs_agino_t newino; /* new first inode's number */ ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:619:23: note: byref variable will be forcibly initialized struct xfs_alloc_arg args; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_difree_inobt': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1948:9: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1945:30: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore rec; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_difree': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2192:30: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore rec;/* btree record */ ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2187:19: note: byref variable will be forcibly initialized struct xfs_buf *agbp; /* buffer for allocation group header */ ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_imap_lookup': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2268:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2266:19: note: byref variable will be forcibly initialized struct xfs_buf *agbp; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2264:30: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore rec; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_imap': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2331:16: note: byref variable will be forcibly initialized xfs_agblock_t offset_agbno; /* blks from chunk start to inode */ ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2327:16: note: byref variable will be forcibly initialized xfs_agblock_t chunk_agbno; /* first block in inode chunk */ ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_pagi_init': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2683:18: note: byref variable will be forcibly initialized struct xfs_buf *bp = NULL; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_select_ag': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1737:19: note: byref variable will be forcibly initialized struct xfs_buf *agbp; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_has_inode_record': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2705:8: note: byref variable will be forcibly initialized int has_record; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2702:30: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore irec; ^ /kisskb/src/drivers/acpi/processor_driver.c: In function 'acpi_soft_cpu_dead': /kisskb/src/drivers/acpi/processor_driver.c:132:22: note: byref variable will be forcibly initialized struct acpi_device *device; ^ /kisskb/src/drivers/acpi/processor_driver.c: In function 'acpi_soft_cpu_online': /kisskb/src/drivers/acpi/processor_driver.c:103:22: note: byref variable will be forcibly initialized struct acpi_device *device; ^ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_truncate_range': /kisskb/src/fs/nilfs2/sufile.c:642:22: note: byref variable will be forcibly initialized struct buffer_head *su_bh; ^ /kisskb/src/fs/nilfs2/sufile.c:641:22: note: byref variable will be forcibly initialized struct buffer_head *header_bh; ^ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_updatev': /kisskb/src/fs/nilfs2/sufile.c:162:34: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *bh; ^ /kisskb/src/fs/nilfs2/sufile.c:162:22: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *bh; ^ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_update': /kisskb/src/fs/nilfs2/sufile.c:229:34: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *bh; ^ /kisskb/src/fs/nilfs2/sufile.c:229:22: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *bh; ^ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_alloc': /kisskb/src/fs/nilfs2/sufile.c:303:34: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *su_bh; ^ /kisskb/src/fs/nilfs2/sufile.c:303:22: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *su_bh; ^ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_mark_dirty': /kisskb/src/fs/nilfs2/sufile.c:497:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_set_segment_usage': /kisskb/src/fs/nilfs2/sufile.c:519:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_get_stat': /kisskb/src/fs/nilfs2/sufile.c:564:22: note: byref variable will be forcibly initialized struct buffer_head *header_bh; ^ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_resize': /kisskb/src/fs/nilfs2/sufile.c:744:22: note: byref variable will be forcibly initialized struct buffer_head *header_bh; ^ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_get_suinfo': /kisskb/src/fs/nilfs2/sufile.c:812:22: note: byref variable will be forcibly initialized struct buffer_head *su_bh; ^ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_set_suinfo': /kisskb/src/fs/nilfs2/sufile.c:891:34: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *bh; ^ /kisskb/src/fs/nilfs2/sufile.c:891:22: note: byref variable will be forcibly initialized struct buffer_head *header_bh, *bh; ^ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_trim_fs': /kisskb/src/fs/nilfs2/sufile.c:1017:22: note: byref variable will be forcibly initialized struct buffer_head *su_bh; ^ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_read': /kisskb/src/fs/nilfs2/sufile.c:1162:22: note: byref variable will be forcibly initialized struct buffer_head *header_bh; ^ In file included from /kisskb/src/include/linux/resource_ext.h:11:0, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/acpi/processor_idle.c:16: /kisskb/src/drivers/acpi/processor_idle.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/drivers/acpi/processor_idle.c: In function 'acpi_processor_evaluate_lpi': /kisskb/src/drivers/acpi/processor_idle.c:840:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; ^ /kisskb/src/drivers/acpi/processor_idle.c: In function 'acpi_processor_get_lpi_info': /kisskb/src/drivers/acpi/processor_idle.c:1043:31: note: byref variable will be forcibly initialized struct acpi_lpi_states_array info[2], *tmp, *prev, *curr; ^ /kisskb/src/drivers/acpi/processor_idle.c:1042:22: note: byref variable will be forcibly initialized struct acpi_device *d = NULL; ^ /kisskb/src/drivers/acpi/processor_idle.c:1041:35: note: byref variable will be forcibly initialized acpi_handle handle = pr->handle, pr_ahandle; ^ /kisskb/src/fs/gfs2/aops.c: In function 'stuffed_readpage': /kisskb/src/fs/gfs2/aops.c:434:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^ /kisskb/src/fs/gfs2/aops.c: In function 'gfs2_bmap': /kisskb/src/fs/gfs2/aops.c:642:21: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^ /kisskb/src/fs/gfs2/aops.c: In function 'gfs2_writepages': /kisskb/src/fs/gfs2/aops.c:207:29: note: byref variable will be forcibly initialized struct iomap_writepage_ctx wpc = { }; ^ /kisskb/src/fs/gfs2/aops.c: In function 'gfs2_write_cache_jdata': /kisskb/src/fs/gfs2/aops.c:338:10: note: byref variable will be forcibly initialized pgoff_t done_index; ^ /kisskb/src/fs/gfs2/aops.c:336:10: note: byref variable will be forcibly initialized pgoff_t index; ^ /kisskb/src/fs/gfs2/aops.c:333:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^ /kisskb/src/fs/gfs2/aops.c: In function 'adjust_fs_space': /kisskb/src/fs/gfs2/aops.c:583:29: note: byref variable will be forcibly initialized struct buffer_head *m_bh, *l_bh; ^ /kisskb/src/fs/gfs2/aops.c:583:22: note: byref variable will be forcibly initialized struct buffer_head *m_bh, *l_bh; ^ In file included from /kisskb/src/include/linux/mm.h:30:0, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/fs/f2fs/super.c:12: /kisskb/src/fs/f2fs/super.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/fs/f2fs/super.c:31:0: /kisskb/src/fs/f2fs/super.c: In function '__f2fs_crc32': /kisskb/src/fs/f2fs/f2fs.h:1721:4: note: byref variable will be forcibly initialized } desc; ^ /kisskb/src/fs/f2fs/super.c: In function 'kill_f2fs_super': /kisskb/src/fs/f2fs/super.c:4119:22: note: byref variable will be forcibly initialized struct cp_control cpc = { ^ /kisskb/src/fs/f2fs/super.c: In function 'f2fs_quota_write': /kisskb/src/fs/f2fs/super.c:2199:8: note: byref variable will be forcibly initialized void *fsdata = NULL; ^ /kisskb/src/fs/f2fs/super.c:2198:15: note: byref variable will be forcibly initialized struct page *page; ^ /kisskb/src/fs/f2fs/super.c: In function 'init_blkz_info': /kisskb/src/fs/f2fs/super.c:3309:32: note: byref variable will be forcibly initialized struct f2fs_report_zones_args rep_zone_arg; ^ /kisskb/src/fs/f2fs/super.c: In function 'f2fs_printk': /kisskb/src/fs/f2fs/super.c:232:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/f2fs/super.c: In function 'parse_options': /kisskb/src/fs/f2fs/super.c:548:6: note: byref variable will be forcibly initialized int arg = 0; ^ /kisskb/src/fs/f2fs/super.c:542:14: note: byref variable will be forcibly initialized substring_t args[MAX_OPT_ARGS]; ^ /kisskb/src/fs/f2fs/super.c: In function 'f2fs_disable_checkpoint': /kisskb/src/fs/f2fs/super.c:1853:20: note: byref variable will be forcibly initialized struct cp_control cpc; ^ /kisskb/src/fs/f2fs/super.c: In function 'f2fs_put_super': /kisskb/src/fs/f2fs/super.c:1373:21: note: byref variable will be forcibly initialized struct cp_control cpc = { ^ /kisskb/src/fs/f2fs/super.c:1362:21: note: byref variable will be forcibly initialized struct cp_control cpc = { ^ /kisskb/src/fs/f2fs/super.c: In function 'f2fs_fill_super': /kisskb/src/fs/f2fs/super.c:3610:19: note: byref variable will be forcibly initialized int recovery, i, valid_super_block; ^ /kisskb/src/fs/f2fs/super.c:3610:6: note: byref variable will be forcibly initialized int recovery, i, valid_super_block; ^ /kisskb/src/fs/f2fs/super.c:3605:27: note: byref variable will be forcibly initialized struct f2fs_super_block *raw_super; ^ /kisskb/src/fs/gfs2/dentry.c: In function 'gfs2_drevalidate': /kisskb/src/fs/gfs2/dentry.c:39:21: note: byref variable will be forcibly initialized struct gfs2_holder d_gh; ^ /kisskb/src/drivers/acpi/thermal.c: In function 'thermal_get_trend': /kisskb/src/drivers/acpi/thermal.c:641:7: note: byref variable will be forcibly initialized int trip_temp; ^ /kisskb/src/drivers/acpi/thermal.c:634:25: note: byref variable will be forcibly initialized enum thermal_trip_type type; ^ /kisskb/src/drivers/acpi/thermal.c: In function 'acpi_thermal_aml_dependency_fix': /kisskb/src/drivers/acpi/thermal.c:934:8: note: byref variable will be forcibly initialized char name[5] = { '_', 'A', 'C', ('0' + i), '\0' }; ^ /kisskb/src/drivers/acpi/thermal.c:927:21: note: byref variable will be forcibly initialized unsigned long long value; ^ /kisskb/src/drivers/acpi/thermal.c: In function 'acpi_thermal_get_temperature': /kisskb/src/drivers/acpi/thermal.c:185:21: note: byref variable will be forcibly initialized unsigned long long tmp; ^ /kisskb/src/drivers/acpi/thermal.c: In function 'acpi_thermal_get_polling_frequency': /kisskb/src/drivers/acpi/thermal.c:207:21: note: byref variable will be forcibly initialized unsigned long long tmp; ^ /kisskb/src/drivers/acpi/thermal.c: In function 'acpi_thermal_trips_update': /kisskb/src/drivers/acpi/thermal.c:400:8: note: byref variable will be forcibly initialized char name[5] = { '_', 'A', 'C', ('0' + i), '\0' }; ^ /kisskb/src/drivers/acpi/thermal.c:267:26: note: byref variable will be forcibly initialized struct acpi_handle_list devices; ^ /kisskb/src/drivers/acpi/thermal.c:266:21: note: byref variable will be forcibly initialized unsigned long long tmp; ^ /kisskb/src/drivers/acpi/thermal.c: In function 'acpi_thermal_cooling_device_cb': /kisskb/src/drivers/acpi/thermal.c:699:22: note: byref variable will be forcibly initialized struct acpi_device *dev; ^ /kisskb/src/fs/gfs2/export.c: In function 'gfs2_get_name': /kisskb/src/fs/gfs2/export.c:95:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^ /kisskb/src/fs/gfs2/export.c: In function 'gfs2_fh_to_parent': /kisskb/src/fs/gfs2/export.c:171:24: note: byref variable will be forcibly initialized struct gfs2_inum_host parent; ^ /kisskb/src/fs/gfs2/export.c: In function 'gfs2_fh_to_dentry': /kisskb/src/fs/gfs2/export.c:149:24: note: byref variable will be forcibly initialized struct gfs2_inum_host this; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function '__xfs_inobt_alloc_block': /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:97:19: note: byref variable will be forcibly initialized xfs_alloc_arg_t args; /* block allocation args */ ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function 'xfs_finobt_read_blocks': /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:710:19: note: byref variable will be forcibly initialized struct xfs_buf *agbp; ^ /kisskb/src/fs/nilfs2/ifile.c: In function 'nilfs_ifile_create_inode': /kisskb/src/fs/nilfs2/ifile.c:55:26: note: byref variable will be forcibly initialized struct nilfs_palloc_req req; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function 'xfs_inobt_irec_to_allocmask': /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:562:10: note: byref variable will be forcibly initialized uint allocbitmap; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function 'xfs_inobt_count_blocks': /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:688:24: note: byref variable will be forcibly initialized struct xfs_btree_cur *cur = NULL; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:687:19: note: byref variable will be forcibly initialized struct xfs_buf *agbp = NULL; ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function 'xfs_finobt_calc_reserves': /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:735:16: note: byref variable will be forcibly initialized xfs_extlen_t tree_len = 0; ^ /kisskb/src/fs/nilfs2/alloc.c: In function 'nilfs_palloc_count_desc_blocks': /kisskb/src/fs/nilfs2/alloc.c:437:8: note: byref variable will be forcibly initialized __u64 blknum; ^ /kisskb/src/fs/nilfs2/alloc.c: In function 'nilfs_palloc_count_max_entries': /kisskb/src/fs/nilfs2/alloc.c:470:16: note: byref variable will be forcibly initialized unsigned long desc_blocks = 0; ^ /kisskb/src/fs/nilfs2/alloc.c: In function 'nilfs_palloc_prepare_alloc_entry': /kisskb/src/fs/nilfs2/alloc.c:501:32: note: byref variable will be forcibly initialized struct buffer_head *desc_bh, *bitmap_bh; ^ /kisskb/src/fs/nilfs2/alloc.c:501:22: note: byref variable will be forcibly initialized struct buffer_head *desc_bh, *bitmap_bh; ^ /kisskb/src/fs/nilfs2/alloc.c: In function 'nilfs_palloc_prepare_free_entry': /kisskb/src/fs/nilfs2/alloc.c:683:32: note: byref variable will be forcibly initialized struct buffer_head *desc_bh, *bitmap_bh; ^ /kisskb/src/fs/nilfs2/alloc.c:683:22: note: byref variable will be forcibly initialized struct buffer_head *desc_bh, *bitmap_bh; ^ /kisskb/src/fs/nilfs2/alloc.c: In function 'nilfs_palloc_freev': /kisskb/src/fs/nilfs2/alloc.c:726:32: note: byref variable will be forcibly initialized struct buffer_head *desc_bh, *bitmap_bh; ^ /kisskb/src/fs/nilfs2/alloc.c:726:22: note: byref variable will be forcibly initialized struct buffer_head *desc_bh, *bitmap_bh; ^ /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c: In function 'xfs_iext_insert_node': /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c:500:16: note: byref variable will be forcibly initialized int i, pos, nr_entries; ^ /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c:500:11: note: byref variable will be forcibly initialized int i, pos, nr_entries; ^ /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c:499:24: note: byref variable will be forcibly initialized struct xfs_iext_node *node, *new; ^ /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c: In function 'xfs_iext_remove_node': /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c:729:19: note: byref variable will be forcibly initialized int level = 2, pos, nr_entries, i; ^ /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c: In function 'xfs_iext_insert': /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c:634:8: note: byref variable will be forcibly initialized int nr_entries, i; ^ In file included from /kisskb/src/include/linux/wait_bit.h:8:0, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/btrfs/transaction.c:6: /kisskb/src/fs/btrfs/transaction.c: In function 'wait_for_commit': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/transaction.c:841:2: note: in expansion of macro 'wait_event' wait_event(commit->commit_wait, commit->state >= min_state); ^ /kisskb/src/fs/btrfs/transaction.c: In function 'wait_current_trans_commit_start_and_unblock': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/transaction.c:1866:2: note: in expansion of macro 'wait_event' wait_event(fs_info->transaction_wait, ^ /kisskb/src/fs/btrfs/transaction.c: In function 'wait_current_trans_commit_start': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/transaction.c:1853:2: note: in expansion of macro 'wait_event' wait_event(fs_info->transaction_blocked_wait, ^ /kisskb/src/fs/btrfs/transaction.c: In function '__btrfs_wait_marked_extents': /kisskb/src/fs/btrfs/transaction.c:1078:6: note: byref variable will be forcibly initialized u64 end; ^ /kisskb/src/fs/btrfs/transaction.c:1077:6: note: byref variable will be forcibly initialized u64 start = 0; ^ /kisskb/src/fs/btrfs/transaction.c:1076:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^ /kisskb/src/fs/btrfs/transaction.c: In function 'commit_fs_roots': /kisskb/src/fs/btrfs/transaction.c:1328:21: note: byref variable will be forcibly initialized struct btrfs_root *gang[8]; ^ /kisskb/src/fs/btrfs/transaction.c: In function 'commit_cowonly_roots': /kisskb/src/fs/btrfs/transaction.c:1229:24: note: byref variable will be forcibly initialized struct extent_buffer *eb; ^ In file included from /kisskb/src/include/linux/wait_bit.h:8:0, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/btrfs/transaction.c:6: /kisskb/src/fs/btrfs/transaction.c: In function 'wait_current_trans': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/transaction.c:531:3: note: in expansion of macro 'wait_event' wait_event(fs_info->transaction_wait, ^ /kisskb/src/fs/btrfs/transaction.c: In function 'cleanup_transaction': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/transaction.c:1968:3: note: in expansion of macro 'wait_event' wait_event(cur_trans->writer_wait, ^ /kisskb/src/fs/btrfs/transaction.c: In function 'btrfs_write_marked_extents': /kisskb/src/fs/btrfs/transaction.c:1022:6: note: byref variable will be forcibly initialized u64 end; ^ /kisskb/src/fs/btrfs/transaction.c:1021:6: note: byref variable will be forcibly initialized u64 start = 0; ^ /kisskb/src/fs/btrfs/transaction.c:1020:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^ /kisskb/src/fs/btrfs/transaction.c: In function 'btrfs_write_and_wait_transaction': /kisskb/src/fs/btrfs/transaction.c:1159:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/btrfs/transaction.c: In function 'create_pending_snapshot': /kisskb/src/fs/btrfs/transaction.c:1546:6: note: byref variable will be forcibly initialized u64 objectid; ^ /kisskb/src/fs/btrfs/transaction.c:1545:6: note: byref variable will be forcibly initialized u64 index = 0; ^ /kisskb/src/fs/btrfs/transaction.c:1544:6: note: byref variable will be forcibly initialized u64 to_reserve = 0; ^ /kisskb/src/fs/btrfs/transaction.c:1541:24: note: byref variable will be forcibly initialized struct extent_buffer *old; ^ /kisskb/src/fs/btrfs/transaction.c:1540:24: note: byref variable will be forcibly initialized struct extent_buffer *tmp; ^ /kisskb/src/fs/btrfs/transaction.c:1530:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ In file included from /kisskb/src/include/linux/wait_bit.h:8:0, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/btrfs/transaction.c:6: /kisskb/src/fs/btrfs/transaction.c: In function 'btrfs_commit_transaction': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/transaction.c:2206:2: note: in expansion of macro 'wait_event' wait_event(cur_trans->writer_wait, ^ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/transaction.c:2194:2: note: in expansion of macro 'wait_event' wait_event(cur_trans->pending_wait, ^ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/transaction.c:2179:2: note: in expansion of macro 'wait_event' wait_event(cur_trans->writer_wait, ^ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_allocate_page_backing': /kisskb/src/fs/gfs2/file.c:422:16: note: byref variable will be forcibly initialized struct iomap iomap = { }; ^ /kisskb/src/fs/gfs2/file.c: In function 'fallocate_chunk': /kisskb/src/fs/gfs2/file.c:992:16: note: byref variable will be forcibly initialized struct iomap iomap = { }; ^ /kisskb/src/fs/gfs2/file.c:976:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^ /kisskb/src/fs/gfs2/file.c: In function '__gfs2_fallocate': /kisskb/src/fs/gfs2/file.c:1054:16: note: byref variable will be forcibly initialized loff_t bytes, max_bytes, max_blks; ^ /kisskb/src/fs/gfs2/file.c:1053:32: note: byref variable will be forcibly initialized unsigned int data_blocks = 0, ind_blocks = 0, rblocks; ^ /kisskb/src/fs/gfs2/file.c:1053:15: note: byref variable will be forcibly initialized unsigned int data_blocks = 0, ind_blocks = 0, rblocks; ^ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_fallocate': /kisskb/src/fs/gfs2/file.c:1168:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_page_mkwrite': /kisskb/src/fs/gfs2/file.c:454:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^ /kisskb/src/fs/gfs2/file.c:453:28: note: byref variable will be forcibly initialized unsigned int data_blocks, ind_blocks, rblocks; ^ /kisskb/src/fs/gfs2/file.c:453:15: note: byref variable will be forcibly initialized unsigned int data_blocks, ind_blocks, rblocks; ^ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_fault': /kisskb/src/fs/gfs2/file.c:565:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_mmap': /kisskb/src/fs/gfs2/file.c:606:22: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_get_flags': /kisskb/src/fs/gfs2/file.c:160:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_file_write_iter': /kisskb/src/fs/gfs2/file.c:901:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_file_read_iter': /kisskb/src/fs/gfs2/file.c:847:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_llseek': /kisskb/src/fs/gfs2/file.c:59:21: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_readdir': /kisskb/src/fs/gfs2/file.c:107:21: note: byref variable will be forcibly initialized struct gfs2_holder d_gh; ^ /kisskb/src/fs/gfs2/file.c: In function 'do_gfs2_set_flags': /kisskb/src/fs/gfs2/file.c:223:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^ /kisskb/src/fs/gfs2/file.c:222:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/gfs2/file.c: In function 'gfs2_open': /kisskb/src/fs/gfs2/file.c:684:21: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_others_may_mount': /kisskb/src/fs/gfs2/ops_fstype.c:549:8: note: byref variable will be forcibly initialized char *envp[] = { message, NULL }; ^ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_lm_mount': /kisskb/src/fs/gfs2/ops_fstype.c:1021:14: note: byref variable will be forcibly initialized int token, option; ^ /kisskb/src/fs/gfs2/ops_fstype.c:1020:15: note: byref variable will be forcibly initialized substring_t tmp[MAX_OPT_ARGS]; ^ /kisskb/src/fs/gfs2/ops_fstype.c:999:12: note: byref variable will be forcibly initialized char *o, *options; ^ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'init_per_node': /kisskb/src/fs/gfs2/ops_fstype.c:924:7: note: byref variable will be forcibly initialized char buf[30]; ^ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_jindex_hold': /kisskb/src/fs/gfs2/ops_fstype.c:571:7: note: byref variable will be forcibly initialized char buf[20]; ^ /kisskb/src/fs/gfs2/ops_fstype.c:570:14: note: byref variable will be forcibly initialized struct qstr name; ^ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'init_statfs': /kisskb/src/fs/gfs2/ops_fstype.c:647:7: note: byref variable will be forcibly initialized char buf[30]; ^ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'init_journal': /kisskb/src/fs/gfs2/ops_fstype.c:723:21: note: byref variable will be forcibly initialized struct gfs2_holder ji_gh; ^ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'init_sb': /kisskb/src/fs/gfs2/ops_fstype.c:480:21: note: byref variable will be forcibly initialized struct gfs2_holder sb_gh; ^ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_parse_param': /kisskb/src/fs/gfs2/ops_fstype.c:1387:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_meta_get_tree': /kisskb/src/fs/gfs2/ops_fstype.c:1625:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_online_uevent': /kisskb/src/fs/gfs2/ops_fstype.c:1087:8: note: byref variable will be forcibly initialized char *envp[] = { ro, spectator, NULL }; ^ /kisskb/src/fs/gfs2/ops_fstype.c:1086:7: note: byref variable will be forcibly initialized char spectator[20]; ^ /kisskb/src/fs/gfs2/ops_fstype.c:1085:7: note: byref variable will be forcibly initialized char ro[20]; ^ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_reconfigure': /kisskb/src/fs/gfs2/ops_fstype.c:1535:22: note: byref variable will be forcibly initialized struct gfs2_holder freeze_gh; ^ /kisskb/src/fs/gfs2/ops_fstype.c: In function 'gfs2_fill_super': /kisskb/src/fs/gfs2/ops_fstype.c:1107:21: note: byref variable will be forcibly initialized struct gfs2_holder freeze_gh; ^ /kisskb/src/fs/gfs2/ops_fstype.c:1106:21: note: byref variable will be forcibly initialized struct gfs2_holder mount_gh; ^ /kisskb/src/drivers/acpi/battery.c: In function 'acpi_battery_get_info': /kisskb/src/drivers/acpi/battery.c:523:22: note: byref variable will be forcibly initialized struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; ^ /kisskb/src/drivers/acpi/battery.c: In function 'acpi_battery_get_state': /kisskb/src/drivers/acpi/battery.c:557:21: note: byref variable will be forcibly initialized struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; ^ /kisskb/src/drivers/acpi/battery.c: In function 'acpi_battery_alarm_store': /kisskb/src/drivers/acpi/battery.c:658:16: note: byref variable will be forcibly initialized unsigned long x; ^ /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c: In function 'xfs_iformat_extents': /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c:114:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec new; ^ /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c:112:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c: In function 'xfs_iextents_copy': /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c:547:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec rec; ^ /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c:546:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_add_inline_entries': /kisskb/src/fs/f2fs/inline.c:461:24: note: byref variable will be forcibly initialized struct f2fs_filename fname; ^ /kisskb/src/fs/f2fs/inline.c:453:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_move_inline_dirents': /kisskb/src/fs/f2fs/inline.c:383:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr src, dst; ^ /kisskb/src/fs/f2fs/inline.c:381:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_convert_inline_page': /kisskb/src/fs/f2fs/inline.c:124:19: note: byref variable will be forcibly initialized struct node_info ni; ^ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_convert_inline_inode': /kisskb/src/fs/f2fs/inline.c:187:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_write_inline_data': /kisskb/src/fs/f2fs/inline.c:230:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_find_in_inline_dir': /kisskb/src/fs/f2fs/inline.c:327:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_make_empty_inline_dir': /kisskb/src/fs/f2fs/inline.c:357:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_try_convert_inline_dir': /kisskb/src/fs/f2fs/inline.c:566:23: note: byref variable will be forcibly initialized struct f2fs_filename fname; ^ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_add_inline_entry': /kisskb/src/fs/f2fs/inline.c:609:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_delete_inline_entry': /kisskb/src/fs/f2fs/inline.c:669:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_empty_inline_dir': /kisskb/src/fs/f2fs/inline.c:701:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_read_inline_dir': /kisskb/src/fs/f2fs/inline.c:725:25: note: byref variable will be forcibly initialized struct f2fs_dentry_ptr d; ^ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_inline_data_fiemap': /kisskb/src/fs/f2fs/inline.c:762:19: note: byref variable will be forcibly initialized struct node_info ni; ^ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_mark_blocks_dirty': /kisskb/src/fs/nilfs2/ioctl.c:765:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_setflags': /kisskb/src/fs/nilfs2/ioctl.c:131:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_change_cpmode': /kisskb/src/fs/nilfs2/ioctl.c:207:22: note: byref variable will be forcibly initialized struct nilfs_cpmode cpmode; ^ /kisskb/src/fs/nilfs2/ioctl.c:206:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_delete_checkpoint': /kisskb/src/fs/nilfs2/ioctl.c:262:8: note: byref variable will be forcibly initialized __u64 cno; ^ /kisskb/src/fs/nilfs2/ioctl.c:261:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_get_cpstat': /kisskb/src/fs/nilfs2/ioctl.c:340:22: note: byref variable will be forcibly initialized struct nilfs_cpstat cpstat; ^ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_set_suinfo': /kisskb/src/fs/nilfs2/ioctl.c:1219:20: note: byref variable will be forcibly initialized struct nilfs_argv argv; ^ /kisskb/src/fs/nilfs2/ioctl.c:1218:32: note: byref variable will be forcibly initialized struct nilfs_transaction_info ti; ^ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_get_sustat': /kisskb/src/fs/nilfs2/ioctl.c:407:22: note: byref variable will be forcibly initialized struct nilfs_sustat sustat; ^ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_wrap_copy': /kisskb/src/fs/nilfs2/ioctl.c:57:8: note: byref variable will be forcibly initialized __u64 pos, ppos; ^ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_get_info': /kisskb/src/fs/nilfs2/ioctl.c:1172:20: note: byref variable will be forcibly initialized struct nilfs_argv argv; ^ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_get_bdescs': /kisskb/src/fs/nilfs2/ioctl.c:516:20: note: byref variable will be forcibly initialized struct nilfs_argv argv; ^ In file included from /kisskb/src/include/linux/slab.h:16:0, from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/btrfs/inode.c:6: /kisskb/src/fs/btrfs/inode.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_move_inode_block': /kisskb/src/fs/nilfs2/ioctl.c:559:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ In file included from /kisskb/src/include/linux/wait.h:7:0, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/nilfs2/ioctl.c:10: /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_move_blocks': /kisskb/src/fs/nilfs2/ioctl.c:619:12: note: byref variable will be forcibly initialized LIST_HEAD(buffers); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_clean_segments': /kisskb/src/fs/nilfs2/ioctl.c:870:8: note: byref variable will be forcibly initialized void *kbufs[5]; ^ /kisskb/src/fs/nilfs2/ioctl.c:861:20: note: byref variable will be forcibly initialized struct nilfs_argv argv[5]; ^ In file included from /kisskb/src/include/linux/crypto.h:17:0, from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/btrfs/inode.c:6: /kisskb/src/fs/btrfs/inode.c: In function 'csum_exist_in_range': /kisskb/src/fs/btrfs/inode.c:1425:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_sync': /kisskb/src/fs/nilfs2/ioctl.c:1000:8: note: byref variable will be forcibly initialized __u64 cno; ^ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_resize': /kisskb/src/fs/nilfs2/ioctl.c:1034:8: note: byref variable will be forcibly initialized __u64 newsize; ^ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_set_alloc_range': /kisskb/src/fs/nilfs2/ioctl.c:1112:8: note: byref variable will be forcibly initialized __u64 range[2]; ^ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_trim_fs': /kisskb/src/fs/nilfs2/ioctl.c:1071:22: note: byref variable will be forcibly initialized struct fstrim_range range; ^ /kisskb/src/fs/btrfs/inode.c: In function 'insert_inline_extent': /kisskb/src/fs/btrfs/inode.c:204:12: note: byref variable will be forcibly initialized static int insert_inline_extent(struct btrfs_trans_handle *trans, ^ /kisskb/src/fs/btrfs/inode.c:227:20: note: byref variable will be forcibly initialized struct btrfs_key key; ^ In file included from /kisskb/src/include/linux/crypto.h:20:0, from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/btrfs/inode.c:6: /kisskb/src/fs/btrfs/inode.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/btrfs/inode.c: In function '__endio_write_update_ordered': /kisskb/src/fs/btrfs/inode.c:7949:6: note: byref variable will be forcibly initialized u64 ordered_offset = offset; ^ /kisskb/src/fs/btrfs/inode.c:7947:31: note: byref variable will be forcibly initialized struct btrfs_ordered_extent *ordered = NULL; ^ /kisskb/src/fs/btrfs/inode.c: In function 'check_data_csum': /kisskb/src/fs/btrfs/inode.c:3115:5: note: byref variable will be forcibly initialized u8 csum[BTRFS_CSUM_SIZE]; ^ In file included from /kisskb/src/fs/btrfs/inode.c:6:0: /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ ^ /kisskb/src/fs/btrfs/inode.c:3109:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' SHASH_DESC_ON_STACK(shash, fs_info->csum_shash); ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_set_inode_index_count': /kisskb/src/fs/btrfs/inode.c:6134:24: note: byref variable will be forcibly initialized struct btrfs_key key, found_key; ^ /kisskb/src/fs/btrfs/inode.c:6134:19: note: byref variable will be forcibly initialized struct btrfs_key key, found_key; ^ /kisskb/src/fs/btrfs/inode.c: In function 'fill_inode_item': /kisskb/src/fs/btrfs/inode.c:3759:25: note: byref variable will be forcibly initialized struct btrfs_map_token token; ^ /kisskb/src/fs/btrfs/inode.c: In function 'may_destroy_subvol': /kisskb/src/fs/btrfs/inode.c:4161:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/inode.c: In function 'evict_inode_truncate_pages': /kisskb/src/fs/btrfs/inode.c:5304:24: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_iget_locked': /kisskb/src/fs/btrfs/inode.c:5683:25: note: byref variable will be forcibly initialized struct btrfs_iget_args args; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_insert_inode_locked': /kisskb/src/fs/btrfs/inode.c:6208:25: note: byref variable will be forcibly initialized struct btrfs_iget_args args; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_real_readdir': /kisskb/src/fs/btrfs/inode.c:5946:19: note: byref variable will be forcibly initialized struct btrfs_key location; ^ /kisskb/src/fs/btrfs/inode.c:5937:19: note: byref variable will be forcibly initialized struct list_head del_list; ^ /kisskb/src/fs/btrfs/inode.c:5936:19: note: byref variable will be forcibly initialized struct list_head ins_list; ^ /kisskb/src/fs/btrfs/inode.c:5933:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/inode.c:5932:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/inode.c: In function 'acls_after_inode_item': /kisskb/src/fs/btrfs/inode.c:3493:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_read_locked_inode': /kisskb/src/fs/btrfs/inode.c:3568:6: note: byref variable will be forcibly initialized int first_xattr_slot; ^ /kisskb/src/fs/btrfs/inode.c:3565:6: note: byref variable will be forcibly initialized u32 rdev; ^ /kisskb/src/fs/btrfs/inode.c:3562:19: note: byref variable will be forcibly initialized struct btrfs_key location; ^ /kisskb/src/fs/btrfs/inode.c: In function 'fixup_tree_root_location': /kisskb/src/fs/btrfs/inode.c:5547:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_new_extent_direct': /kisskb/src/fs/btrfs/inode.c:7241:19: note: byref variable will be forcibly initialized struct btrfs_key ins; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_check_read_dio_bio': /kisskb/src/fs/btrfs/inode.c:7899:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_submit_direct': /kisskb/src/fs/btrfs/inode.c:8115:27: note: byref variable will be forcibly initialized struct btrfs_io_geometry geom; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_readpage': /kisskb/src/fs/btrfs/inode.c:8263:14: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^ /kisskb/src/fs/btrfs/inode.c:8262:16: note: byref variable will be forcibly initialized unsigned long bio_flags = 0; ^ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_dev_free_blocks_show': /kisskb/src/fs/nilfs2/sysfs.c:879:11: note: byref variable will be forcibly initialized sector_t free_blocks = 0; ^ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_checkpoints_snapshots_number_show': /kisskb/src/fs/nilfs2/sysfs.c:282:22: note: byref variable will be forcibly initialized struct nilfs_cpstat cpstat; ^ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_checkpoints_checkpoints_number_show': /kisskb/src/fs/nilfs2/sysfs.c:259:22: note: byref variable will be forcibly initialized struct nilfs_cpstat cpstat; ^ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_segments_dirty_segments_show': /kisskb/src/fs/nilfs2/sysfs.c:401:22: note: byref variable will be forcibly initialized struct nilfs_sustat sustat; ^ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_superblock_sb_update_frequency_store': /kisskb/src/fs/nilfs2/sysfs.c:777:15: note: byref variable will be forcibly initialized unsigned int val; ^ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_superblock_sb_write_time_show': /kisskb/src/fs/nilfs2/sysfs.c:23:13: note: byref variable will be forcibly initialized struct tm res; \ ^ /kisskb/src/fs/nilfs2/sysfs.c:727:9: note: in expansion of macro 'NILFS_SHOW_TIME' return NILFS_SHOW_TIME(sbwtime, buf); ^ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_segctor_last_nongc_write_time_show': /kisskb/src/fs/nilfs2/sysfs.c:23:13: note: byref variable will be forcibly initialized struct tm res; \ ^ /kisskb/src/fs/nilfs2/sysfs.c:607:9: note: in expansion of macro 'NILFS_SHOW_TIME' return NILFS_SHOW_TIME(nongc_ctime, buf); ^ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_segctor_last_seg_write_time_show': /kisskb/src/fs/nilfs2/sysfs.c:23:13: note: byref variable will be forcibly initialized struct tm res; \ ^ /kisskb/src/fs/nilfs2/sysfs.c:579:9: note: in expansion of macro 'NILFS_SHOW_TIME' return NILFS_SHOW_TIME(ctime, buf); ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_bio_fits_in_stripe': /kisskb/src/fs/btrfs/inode.c:2211:27: note: byref variable will be forcibly initialized struct btrfs_io_geometry geom; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_writepage_endio_finish_ordered': /kisskb/src/fs/btrfs/inode.c:3076:31: note: byref variable will be forcibly initialized struct btrfs_ordered_extent *ordered_extent = NULL; ^ /kisskb/src/fs/btrfs/inode.c: In function 'start_delalloc_inodes': /kisskb/src/fs/btrfs/inode.c:9605:19: note: byref variable will be forcibly initialized struct list_head splice; ^ /kisskb/src/fs/btrfs/inode.c:9604:19: note: byref variable will be forcibly initialized struct list_head works; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/btrfs/inode.c:6: /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_wait_on_delayed_iputs': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:882:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) ^ /kisskb/src/include/linux/wait.h:904:11: note: in expansion of macro '__wait_event_killable' __ret = __wait_event_killable(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/inode.c:3271:12: note: in expansion of macro 'wait_event_killable' int ret = wait_event_killable(fs_info->delayed_iputs_wait, ^ /kisskb/src/fs/btrfs/inode.c: In function '__btrfs_unlink_inode': /kisskb/src/fs/btrfs/inode.c:3892:6: note: byref variable will be forcibly initialized u64 index; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_unlink_subvol': /kisskb/src/fs/btrfs/inode.c:4065:6: note: byref variable will be forcibly initialized u64 index; ^ /kisskb/src/fs/btrfs/inode.c:4062:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_delete_subvolume': /kisskb/src/fs/btrfs/inode.c:4278:25: note: byref variable will be forcibly initialized struct btrfs_block_rsv block_rsv; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_truncate_inode_items': /kisskb/src/fs/btrfs/inode.c:4727:21: note: byref variable will be forcibly initialized struct btrfs_ref ref = { 0 }; ^ /kisskb/src/fs/btrfs/inode.c:4493:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^ /kisskb/src/fs/btrfs/inode.c:4475:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/inode.c:4474:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_orphan_cleanup': /kisskb/src/fs/btrfs/inode.c:3315:24: note: byref variable will be forcibly initialized struct btrfs_key key, found_key; ^ /kisskb/src/fs/btrfs/inode.c:3315:19: note: byref variable will be forcibly initialized struct btrfs_key key, found_key; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_lookup_dentry': /kisskb/src/fs/btrfs/inode.c:5793:5: note: byref variable will be forcibly initialized u8 di_type = 0; ^ /kisskb/src/fs/btrfs/inode.c:5792:19: note: byref variable will be forcibly initialized struct btrfs_key location; ^ /kisskb/src/fs/btrfs/inode.c:5791:21: note: byref variable will be forcibly initialized struct btrfs_root *sub_root = root; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_new_inode': /kisskb/src/fs/btrfs/inode.c:6263:6: note: byref variable will be forcibly initialized u32 sizes[2]; ^ /kisskb/src/fs/btrfs/inode.c:6262:19: note: byref variable will be forcibly initialized struct btrfs_key key[2]; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_tmpfile': /kisskb/src/fs/btrfs/inode.c:10108:6: note: byref variable will be forcibly initialized u64 index; ^ /kisskb/src/fs/btrfs/inode.c:10107:6: note: byref variable will be forcibly initialized u64 objectid; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_add_link': /kisskb/src/fs/btrfs/inode.c:6496:7: note: byref variable will be forcibly initialized u64 local_index; ^ /kisskb/src/fs/btrfs/inode.c:6488:7: note: byref variable will be forcibly initialized u64 local_index; ^ /kisskb/src/fs/btrfs/inode.c:6431:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_rename_exchange': /kisskb/src/fs/btrfs/inode.c:9075:6: note: byref variable will be forcibly initialized u64 new_idx = 0; ^ /kisskb/src/fs/btrfs/inode.c:9074:6: note: byref variable will be forcibly initialized u64 old_idx = 0; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_whiteout_for_rename': /kisskb/src/fs/btrfs/inode.c:9284:6: note: byref variable will be forcibly initialized u64 index; ^ /kisskb/src/fs/btrfs/inode.c:9283:6: note: byref variable will be forcibly initialized u64 objectid; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_rename': /kisskb/src/fs/btrfs/inode.c:9338:6: note: byref variable will be forcibly initialized u64 index = 0; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_mknod': /kisskb/src/fs/btrfs/inode.c:6530:6: note: byref variable will be forcibly initialized u64 index = 0; ^ /kisskb/src/fs/btrfs/inode.c:6529:6: note: byref variable will be forcibly initialized u64 objectid; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_symlink': /kisskb/src/fs/btrfs/inode.c:9749:12: note: byref variable will be forcibly initialized static int btrfs_symlink(struct user_namespace *mnt_userns, struct inode *dir, ^ /kisskb/src/fs/btrfs/inode.c:9760:6: note: byref variable will be forcibly initialized u64 index = 0; ^ /kisskb/src/fs/btrfs/inode.c:9759:6: note: byref variable will be forcibly initialized u64 objectid; ^ /kisskb/src/fs/btrfs/inode.c:9756:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_link': /kisskb/src/fs/btrfs/inode.c:6659:6: note: byref variable will be forcibly initialized u64 index; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_create': /kisskb/src/fs/btrfs/inode.c:6594:6: note: byref variable will be forcibly initialized u64 index = 0; ^ /kisskb/src/fs/btrfs/inode.c:6593:6: note: byref variable will be forcibly initialized u64 objectid; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_mkdir': /kisskb/src/fs/btrfs/inode.c:6739:6: note: byref variable will be forcibly initialized u64 index = 0; ^ /kisskb/src/fs/btrfs/inode.c:6738:6: note: byref variable will be forcibly initialized u64 objectid = 0; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_get_extent': /kisskb/src/fs/btrfs/inode.c:6873:21: note: byref variable will be forcibly initialized struct extent_map *em = NULL; ^ /kisskb/src/fs/btrfs/inode.c:6872:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_writepage_fixup_worker': /kisskb/src/fs/btrfs/inode.c:2549:27: note: byref variable will be forcibly initialized struct extent_changeset *data_reserved = NULL; ^ /kisskb/src/fs/btrfs/inode.c:2548:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_truncate_block': /kisskb/src/fs/btrfs/inode.c:4839:9: note: byref variable will be forcibly initialized size_t write_bytes = blocksize; ^ /kisskb/src/fs/btrfs/inode.c:4831:27: note: byref variable will be forcibly initialized struct extent_changeset *data_reserved = NULL; ^ /kisskb/src/fs/btrfs/inode.c:4830:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_get_extent_fiemap': /kisskb/src/fs/btrfs/inode.c:7078:6: note: byref variable will be forcibly initialized u64 delalloc_start = start; ^ /kisskb/src/fs/btrfs/inode.c: In function 'can_nocow_extent': /kisskb/src/fs/btrfs/inode.c:7293:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_get_blocks_direct_write': /kisskb/src/fs/btrfs/inode.c:7589:48: note: byref variable will be forcibly initialized u64 block_start, orig_start, orig_block_len, ram_bytes; ^ /kisskb/src/fs/btrfs/inode.c:7589:32: note: byref variable will be forcibly initialized u64 block_start, orig_start, orig_block_len, ram_bytes; ^ /kisskb/src/fs/btrfs/inode.c:7589:20: note: byref variable will be forcibly initialized u64 block_start, orig_start, orig_block_len, ram_bytes; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_dio_iomap_begin': /kisskb/src/fs/btrfs/inode.c:7656:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^ /kisskb/src/fs/btrfs/inode.c:7655:21: note: byref variable will be forcibly initialized struct extent_map *em; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_page_mkwrite': /kisskb/src/fs/btrfs/inode.c:8500:27: note: byref variable will be forcibly initialized struct extent_changeset *data_reserved = NULL; ^ /kisskb/src/fs/btrfs/inode.c:8499:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_create_subvol_root': /kisskb/src/fs/btrfs/inode.c:8800:6: note: byref variable will be forcibly initialized u64 ino; ^ /kisskb/src/fs/btrfs/inode.c:8799:6: note: byref variable will be forcibly initialized u64 index = 0; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_start_delalloc_roots': /kisskb/src/fs/btrfs/inode.c:9703:19: note: byref variable will be forcibly initialized struct list_head splice; ^ /kisskb/src/fs/btrfs/inode.c: In function 'cow_file_range': /kisskb/src/fs/btrfs/inode.c:1037:19: note: byref variable will be forcibly initialized struct btrfs_key ins; ^ /kisskb/src/fs/btrfs/inode.c: In function 'fallback_to_cow': /kisskb/src/fs/btrfs/inode.c:1451:6: note: byref variable will be forcibly initialized u64 range_start = start; ^ /kisskb/src/fs/btrfs/inode.c: In function 'run_delalloc_nocow': /kisskb/src/fs/btrfs/inode.c:1546:20: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/inode.c: In function 'submit_compressed_extents': /kisskb/src/fs/btrfs/inode.c:840:18: note: byref variable will be forcibly initialized unsigned long nr_written = 0; ^ /kisskb/src/fs/btrfs/inode.c:839:8: note: byref variable will be forcibly initialized int page_started = 0; ^ /kisskb/src/fs/btrfs/inode.c:822:19: note: byref variable will be forcibly initialized struct btrfs_key ins; ^ /kisskb/src/fs/btrfs/inode.c: In function 'compress_file_range': /kisskb/src/fs/btrfs/inode.c:538:16: note: byref variable will be forcibly initialized unsigned long total_in = 0; ^ /kisskb/src/fs/btrfs/inode.c:537:16: note: byref variable will be forcibly initialized unsigned long total_compressed = 0; ^ /kisskb/src/fs/btrfs/inode.c:536:16: note: byref variable will be forcibly initialized unsigned long nr_pages; ^ /kisskb/src/fs/btrfs/inode.c: In function 'insert_reserved_file_extent': /kisskb/src/fs/btrfs/inode.c:2725:12: note: byref variable will be forcibly initialized static int insert_reserved_file_extent(struct btrfs_trans_handle *trans, ^ /kisskb/src/fs/btrfs/inode.c:2735:19: note: byref variable will be forcibly initialized struct btrfs_key ins; ^ /kisskb/src/fs/btrfs/inode.c: In function 'insert_ordered_extent_file_extent': /kisskb/src/fs/btrfs/inode.c:2837:32: note: byref variable will be forcibly initialized struct btrfs_file_extent_item stack_fi; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_finish_ordered_io': /kisskb/src/fs/btrfs/inode.c:2881:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_invalidatepage': /kisskb/src/fs/btrfs/inode.c:8358:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^ /kisskb/src/fs/btrfs/inode.c:8357:31: note: byref variable will be forcibly initialized struct btrfs_ordered_extent *ordered; ^ /kisskb/src/fs/btrfs/inode.c: In function 'insert_prealloc_file_extent': /kisskb/src/fs/btrfs/inode.c:9876:29: note: byref variable will be forcibly initialized struct btrfs_trans_handle *trans = trans_in; ^ /kisskb/src/fs/btrfs/inode.c:9875:35: note: byref variable will be forcibly initialized struct btrfs_replace_extent_info extent_info; ^ /kisskb/src/fs/btrfs/inode.c:9874:32: note: byref variable will be forcibly initialized struct btrfs_file_extent_item stack_fi; ^ /kisskb/src/fs/btrfs/inode.c: In function '__btrfs_prealloc_file_range': /kisskb/src/fs/btrfs/inode.c:9938:19: note: byref variable will be forcibly initialized struct btrfs_key ins; ^ /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_cont_expand': /kisskb/src/fs/btrfs/inode.c:5023:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_fiemap': /kisskb/src/fs/gfs2/inode.c:2076:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_getattr': /kisskb/src/fs/gfs2/inode.c:2041:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^ /kisskb/src/drivers/acpi/custom_method.c: In function 'cm_write': /kisskb/src/drivers/acpi/custom_method.c:29:27: note: byref variable will be forcibly initialized struct acpi_table_header table; ^ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_get_link': /kisskb/src/fs/gfs2/inode.c:1789:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^ /kisskb/src/fs/gfs2/inode.c:1788:21: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_permission': /kisskb/src/fs/gfs2/inode.c:1847:21: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_create_inode': /kisskb/src/fs/gfs2/inode.c:616:11: note: byref variable will be forcibly initialized unsigned blocks = 1; ^ /kisskb/src/fs/gfs2/inode.c:613:21: note: byref variable will be forcibly initialized struct gfs2_glock *io_gl; ^ /kisskb/src/fs/gfs2/inode.c:609:21: note: byref variable will be forcibly initialized struct gfs2_holder ghs[2]; ^ /kisskb/src/fs/gfs2/inode.c:608:34: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^ /kisskb/src/fs/gfs2/inode.c:608:20: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_unlink': /kisskb/src/fs/gfs2/inode.c:1133:21: note: byref variable will be forcibly initialized struct gfs2_holder ghs[3]; ^ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_link': /kisskb/src/fs/gfs2/inode.c:990:27: note: byref variable will be forcibly initialized struct gfs2_alloc_parms ap = { .target = da.nr_blocks, }; ^ /kisskb/src/fs/gfs2/inode.c:929:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^ /kisskb/src/fs/gfs2/inode.c:928:21: note: byref variable will be forcibly initialized struct gfs2_holder ghs[2]; ^ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_inode_lookup': /kisskb/src/fs/gfs2/inode.c:136:21: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^ /kisskb/src/fs/gfs2/inode.c:135:21: note: byref variable will be forcibly initialized struct gfs2_glock *io_gl = NULL; ^ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_lookupi': /kisskb/src/fs/gfs2/inode.c:306:21: note: byref variable will be forcibly initialized struct gfs2_holder d_gh; ^ /kisskb/src/fs/gfs2/inode.c: In function '__gfs2_lookup': /kisskb/src/fs/gfs2/inode.c:868:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_exchange': /kisskb/src/fs/gfs2/inode.c:1628:29: note: byref variable will be forcibly initialized struct gfs2_holder ghs[4], r_gh; ^ /kisskb/src/fs/gfs2/inode.c:1628:21: note: byref variable will be forcibly initialized struct gfs2_holder ghs[4], r_gh; ^ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_rename': /kisskb/src/fs/gfs2/inode.c:1545:27: note: byref variable will be forcibly initialized struct gfs2_alloc_parms ap = { .target = da.nr_blocks, }; ^ /kisskb/src/fs/gfs2/inode.c:1382:35: note: byref variable will be forcibly initialized struct gfs2_holder ghs[4], r_gh, rd_gh; ^ /kisskb/src/fs/gfs2/inode.c:1382:29: note: byref variable will be forcibly initialized struct gfs2_holder ghs[4], r_gh, rd_gh; ^ /kisskb/src/fs/gfs2/inode.c:1382:21: note: byref variable will be forcibly initialized struct gfs2_holder ghs[4], r_gh, rd_gh; ^ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_lookup_simple': /kisskb/src/fs/gfs2/inode.c:270:14: note: byref variable will be forcibly initialized struct qstr qstr; ^ /kisskb/src/fs/gfs2/inode.c: In function 'setattr_chown': /kisskb/src/fs/gfs2/inode.c:1908:26: note: byref variable will be forcibly initialized struct gfs2_alloc_parms ap; ^ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_setattr': /kisskb/src/fs/gfs2/inode.c:1979:21: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_seek_data': /kisskb/src/fs/gfs2/inode.c:2098:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^ /kisskb/src/fs/gfs2/inode.c: In function 'gfs2_seek_hole': /kisskb/src/fs/gfs2/inode.c:2117:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^ /kisskb/src/fs/xfs/libxfs/xfs_inode_buf.c: In function 'xfs_inode_to_disk_ts': /kisskb/src/fs/xfs/libxfs/xfs_inode_buf.c:288:20: note: byref variable will be forcibly initialized xfs_timestamp_t ts; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_inode_buf.c:6: /kisskb/src/fs/xfs/libxfs/xfs_inode_buf.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:224:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_inode_buf.c:6: /kisskb/src/fs/xfs/libxfs/xfs_inode_buf.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^ /kisskb/src/fs/xfs/libxfs/xfs_inode_buf.c: In function 'xfs_imap_to_bp': /kisskb/src/fs/xfs/libxfs/xfs_inode_buf.c:142:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/quota.c:38: /kisskb/src/fs/gfs2/quota.c: In function 'arch_atomic64_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/atomic-arch-fallback.h:1270:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/quota.c:38: /kisskb/src/fs/gfs2/quota.c: In function 'gfs2_qd_shrink_scan': /kisskb/src/fs/gfs2/quota.c:166:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/gfs2/quota.c:38: /kisskb/src/fs/gfs2/quota.c: In function 'hlist_bl_set_first_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist_bl.h:17:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(h->first, ^ /kisskb/src/fs/gfs2/quota.c: In function 'bh_get': /kisskb/src/fs/gfs2/quota.c:370:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/gfs2/quota.c: In function 'update_qd': /kisskb/src/fs/gfs2/quota.c:979:9: note: byref variable will be forcibly initialized loff_t pos; ^ /kisskb/src/fs/gfs2/quota.c:977:20: note: byref variable will be forcibly initialized struct gfs2_quota q; ^ /kisskb/src/fs/gfs2/quota.c: In function 'do_glock': /kisskb/src/fs/gfs2/quota.c:1004:21: note: byref variable will be forcibly initialized struct gfs2_holder i_gh; ^ /kisskb/src/fs/gfs2/quota.c: In function 'gfs2_get_dqblk': /kisskb/src/fs/gfs2/quota.c:1629:21: note: byref variable will be forcibly initialized struct gfs2_holder q_gh; ^ /kisskb/src/fs/gfs2/quota.c:1628:26: note: byref variable will be forcibly initialized struct gfs2_quota_data *qd; ^ In file included from /kisskb/src/fs/gfs2/quota.c:39:0: /kisskb/src/fs/gfs2/quota.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/gfs2/quota.c: In function 'gfs2_write_buf_to_page': /kisskb/src/fs/gfs2/quota.c:701:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/gfs2/quota.c: In function 'gfs2_adjust_quota': /kisskb/src/fs/gfs2/quota.c:823:20: note: byref variable will be forcibly initialized struct gfs2_quota q; ^ /kisskb/src/fs/gfs2/quota.c: In function 'do_sync': /kisskb/src/fs/gfs2/quota.c:878:27: note: byref variable will be forcibly initialized struct gfs2_holder *ghs, i_gh; ^ /kisskb/src/fs/gfs2/quota.c:877:28: note: byref variable will be forcibly initialized unsigned int data_blocks, ind_blocks; ^ /kisskb/src/fs/gfs2/quota.c:877:15: note: byref variable will be forcibly initialized unsigned int data_blocks, ind_blocks; ^ /kisskb/src/fs/gfs2/quota.c: In function 'gfs2_set_dqblk': /kisskb/src/fs/gfs2/quota.c:1727:27: note: byref variable will be forcibly initialized struct gfs2_alloc_parms ap = { .aflags = 0, }; ^ /kisskb/src/fs/gfs2/quota.c:1669:28: note: byref variable will be forcibly initialized unsigned int data_blocks, ind_blocks; ^ /kisskb/src/fs/gfs2/quota.c:1669:15: note: byref variable will be forcibly initialized unsigned int data_blocks, ind_blocks; ^ /kisskb/src/fs/gfs2/quota.c:1668:27: note: byref variable will be forcibly initialized struct gfs2_holder q_gh, i_gh; ^ /kisskb/src/fs/gfs2/quota.c:1668:21: note: byref variable will be forcibly initialized struct gfs2_holder q_gh, i_gh; ^ /kisskb/src/fs/gfs2/quota.c:1667:26: note: byref variable will be forcibly initialized struct gfs2_quota_data *qd; ^ /kisskb/src/fs/gfs2/quota.c: In function 'gfs2_quota_unlock': /kisskb/src/fs/gfs2/quota.c:1121:26: note: byref variable will be forcibly initialized struct gfs2_quota_data *qda[4]; ^ /kisskb/src/fs/gfs2/quota.c: In function 'gfs2_quota_refresh': /kisskb/src/fs/gfs2/quota.c:1330:21: note: byref variable will be forcibly initialized struct gfs2_holder q_gh; ^ /kisskb/src/fs/gfs2/quota.c:1329:26: note: byref variable will be forcibly initialized struct gfs2_quota_data *qd; ^ /kisskb/src/fs/btrfs/file.c: In function '__btrfs_run_defrag_inode': /kisskb/src/fs/btrfs/file.c:278:39: note: byref variable will be forcibly initialized struct btrfs_ioctl_defrag_range_args range; ^ /kisskb/src/fs/gfs2/quota.c: In function 'gfs2_quota_init': /kisskb/src/fs/gfs2/quota.c:1378:8: note: byref variable will be forcibly initialized int new = 0; ^ /kisskb/src/fs/gfs2/quota.c:1355:6: note: byref variable will be forcibly initialized u32 extlen = 0; ^ /kisskb/src/fs/gfs2/quota.c:1354:6: note: byref variable will be forcibly initialized u64 dblock; ^ /kisskb/src/fs/btrfs/file.c: In function 'hole_mergeable': /kisskb/src/fs/btrfs/file.c:2315:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/file.c: In function 'extent_mergeable': /kisskb/src/fs/btrfs/file.c:1041:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/file.c: In function 'check_can_nocow': /kisskb/src/fs/btrfs/file.c:1477:6: note: byref variable will be forcibly initialized u64 num_bytes; ^ /kisskb/src/fs/gfs2/quota.c: In function 'gfs2_quotad': /kisskb/src/fs/gfs2/quota.c:1546:16: note: byref variable will be forcibly initialized unsigned long quotad_timeo = 0; ^ /kisskb/src/fs/gfs2/quota.c:1545:16: note: byref variable will be forcibly initialized unsigned long statfs_timeo = 0; ^ /kisskb/src/fs/btrfs/file.c: In function 'btrfs_insert_replace_extent': /kisskb/src/fs/btrfs/file.c:2514:12: note: byref variable will be forcibly initialized static int btrfs_insert_replace_extent(struct btrfs_trans_handle *trans, ^ /kisskb/src/fs/btrfs/file.c:2525:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/fs/btrfs/file.c:7: /kisskb/src/fs/btrfs/file.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/btrfs/file.c: In function 'btrfs_zero_range': /kisskb/src/fs/btrfs/file.c:3247:24: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^ /kisskb/src/fs/btrfs/file.c:3119:6: note: byref variable will be forcibly initialized u64 alloc_hint = 0; ^ /kisskb/src/fs/btrfs/file.c:3117:27: note: byref variable will be forcibly initialized struct extent_changeset *data_reserved = NULL; ^ /kisskb/src/fs/btrfs/file.c: In function 'btrfs_write_check': /kisskb/src/fs/btrfs/file.c:1591:10: note: byref variable will be forcibly initialized size_t nocow_bytes = count; ^ /kisskb/src/fs/btrfs/file.c: In function 'find_desired_extent': /kisskb/src/fs/btrfs/file.c:3504:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^ /kisskb/src/fs/btrfs/file.c: In function 'btrfs_drop_extent_cache': /kisskb/src/fs/btrfs/file.c:533:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/fs/btrfs/file.c: In function 'fill_holes': /kisskb/src/fs/btrfs/file.c:2350:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/file.c: In function 'btrfs_drop_extents': /kisskb/src/fs/btrfs/file.c:1015:21: note: byref variable will be forcibly initialized struct btrfs_key slot_key; ^ /kisskb/src/fs/btrfs/file.c:695:19: note: byref variable will be forcibly initialized struct btrfs_key new_key; ^ /kisskb/src/fs/btrfs/file.c:694:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/file.c: In function 'btrfs_mark_extent_written': /kisskb/src/fs/btrfs/file.c:1092:6: note: byref variable will be forcibly initialized u64 other_end; ^ /kisskb/src/fs/btrfs/file.c:1091:6: note: byref variable will be forcibly initialized u64 other_start; ^ /kisskb/src/fs/btrfs/file.c:1086:19: note: byref variable will be forcibly initialized struct btrfs_key new_key; ^ /kisskb/src/fs/btrfs/file.c:1085:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/file.c: In function 'btrfs_buffered_write': /kisskb/src/fs/btrfs/file.c:1684:10: note: byref variable will be forcibly initialized size_t write_bytes = min(iov_iter_count(i), ^ /kisskb/src/fs/btrfs/file.c:1681:24: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^ /kisskb/src/fs/btrfs/file.c:1645:6: note: byref variable will be forcibly initialized u64 lockend; ^ /kisskb/src/fs/btrfs/file.c:1644:6: note: byref variable will be forcibly initialized u64 lockstart; ^ /kisskb/src/fs/btrfs/file.c:1642:27: note: byref variable will be forcibly initialized struct extent_changeset *data_reserved = NULL; ^ /kisskb/src/fs/btrfs/file.c: In function 'btrfs_replace_file_extents': /kisskb/src/fs/btrfs/file.c:2622:6: note: byref variable will be forcibly initialized u64 len = end - start; ^ /kisskb/src/fs/btrfs/file.c:2621:6: note: byref variable will be forcibly initialized u64 cur_offset; ^ /kisskb/src/fs/btrfs/file.c: In function 'btrfs_punch_hole': /kisskb/src/fs/btrfs/file.c:2859:6: note: byref variable will be forcibly initialized u64 tail_len; ^ /kisskb/src/fs/btrfs/file.c:2858:6: note: byref variable will be forcibly initialized u64 tail_start; ^ /kisskb/src/fs/btrfs/file.c:2855:29: note: byref variable will be forcibly initialized struct btrfs_trans_handle *trans = NULL; ^ /kisskb/src/fs/btrfs/file.c:2853:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^ /kisskb/src/fs/btrfs/file.c: In function 'btrfs_fallocate': /kisskb/src/fs/btrfs/file.c:3303:6: note: byref variable will be forcibly initialized u64 alloc_hint = 0; ^ /kisskb/src/fs/btrfs/file.c:3298:19: note: byref variable will be forcibly initialized struct list_head reserve_list; ^ /kisskb/src/fs/btrfs/file.c:3295:27: note: byref variable will be forcibly initialized struct extent_changeset *data_reserved = NULL; ^ /kisskb/src/fs/btrfs/file.c:3294:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^ /kisskb/src/fs/btrfs/file.c: In function 'start_ordered_ops': /kisskb/src/fs/btrfs/file.c:2059:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/btrfs/file.c: In function 'btrfs_sync_file': /kisskb/src/fs/btrfs/file.c:2094:23: note: byref variable will be forcibly initialized struct btrfs_log_ctx ctx; ^ In file included from /kisskb/src/include/linux/mm.h:30:0, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/f2fs/checkpoint.c:9: /kisskb/src/fs/f2fs/checkpoint.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/f2fs/checkpoint.c: In function 'recover_orphan_inode': /kisskb/src/fs/f2fs/checkpoint.c:629:19: note: byref variable will be forcibly initialized struct node_info ni; ^ /kisskb/src/fs/f2fs/gc.c: In function 'gc_node_segment': /kisskb/src/fs/f2fs/gc.c:880:20: note: byref variable will be forcibly initialized struct node_info ni; ^ In file included from /kisskb/src/fs/f2fs/checkpoint.c:18:0: /kisskb/src/fs/f2fs/checkpoint.c: In function '__f2fs_crc32': /kisskb/src/fs/f2fs/f2fs.h:1721:4: note: byref variable will be forcibly initialized } desc; ^ /kisskb/src/fs/f2fs/gc.c: In function 'ra_data_block': /kisskb/src/fs/f2fs/gc.c:1017:21: note: byref variable will be forcibly initialized struct extent_info ei = {0, 0, 0}; ^ /kisskb/src/fs/f2fs/gc.c:1015:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/gc.c: In function 'move_data_block': /kisskb/src/fs/f2fs/gc.c:1120:10: note: byref variable will be forcibly initialized block_t newaddr; ^ /kisskb/src/fs/f2fs/gc.c:1118:19: note: byref variable will be forcibly initialized struct node_info ni; ^ /kisskb/src/fs/f2fs/gc.c:1117:22: note: byref variable will be forcibly initialized struct f2fs_summary sum; ^ /kisskb/src/fs/f2fs/gc.c:1116:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/checkpoint.c: In function '__prepare_cp_block': /kisskb/src/fs/f2fs/checkpoint.c:1134:8: note: byref variable will be forcibly initialized nid_t last_nid = nm_i->next_scan_nid; ^ /kisskb/src/fs/f2fs/gc.c: In function 'move_data_page': /kisskb/src/fs/f2fs/gc.c:1306:23: note: byref variable will be forcibly initialized struct f2fs_io_info fio = { ^ /kisskb/src/fs/f2fs/gc.c: In function 'lookup_central_victim': /kisskb/src/fs/f2fs/gc.c:427:7: note: byref variable will be forcibly initialized bool left_most; ^ /kisskb/src/fs/f2fs/gc.c:426:18: note: byref variable will be forcibly initialized struct rb_node *parent = NULL; ^ /kisskb/src/fs/f2fs/gc.c: In function 'insert_victim_entry': /kisskb/src/fs/f2fs/gc.c:376:7: note: byref variable will be forcibly initialized bool left_most = true; ^ /kisskb/src/fs/f2fs/gc.c:375:18: note: byref variable will be forcibly initialized struct rb_node *parent = NULL; ^ /kisskb/src/fs/f2fs/checkpoint.c: In function 'validate_checkpoint': /kisskb/src/fs/f2fs/checkpoint.c:853:26: note: byref variable will be forcibly initialized struct f2fs_checkpoint *cp_block = NULL; ^ /kisskb/src/fs/f2fs/checkpoint.c:852:34: note: byref variable will be forcibly initialized struct page *cp_page_1 = NULL, *cp_page_2 = NULL; ^ /kisskb/src/fs/f2fs/checkpoint.c:852:15: note: byref variable will be forcibly initialized struct page *cp_page_1 = NULL, *cp_page_2 = NULL; ^ /kisskb/src/fs/f2fs/gc.c: In function 'atssr_lookup_victim': /kisskb/src/fs/f2fs/gc.c:427:7: note: byref variable will be forcibly initialized bool left_most; ^ /kisskb/src/fs/f2fs/gc.c:426:18: note: byref variable will be forcibly initialized struct rb_node *parent = NULL; ^ /kisskb/src/fs/f2fs/checkpoint.c: In function 'f2fs_ra_meta_pages': /kisskb/src/fs/f2fs/checkpoint.c:226:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/f2fs/gc.c: In function 'get_victim_by_default': /kisskb/src/fs/f2fs/gc.c:628:27: note: byref variable will be forcibly initialized struct victim_sel_policy p; ^ /kisskb/src/fs/f2fs/checkpoint.c: In function 'f2fs_sync_meta_pages': /kisskb/src/fs/f2fs/checkpoint.c:380:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/f2fs/checkpoint.c:374:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^ /kisskb/src/fs/f2fs/checkpoint.c:373:10: note: byref variable will be forcibly initialized pgoff_t index = 0, prev = ULONG_MAX; ^ /kisskb/src/fs/f2fs/gc.c: In function 'gc_data_segment': /kisskb/src/fs/f2fs/gc.c:1376:29: note: byref variable will be forcibly initialized unsigned int ofs_in_node, nofs; ^ /kisskb/src/fs/f2fs/gc.c:1375:20: note: byref variable will be forcibly initialized struct node_info dni; /* dnode info for the data */ ^ /kisskb/src/fs/f2fs/checkpoint.c: In function 'f2fs_get_valid_checkpoint': /kisskb/src/fs/f2fs/checkpoint.c:894:38: note: byref variable will be forcibly initialized unsigned long long cp1_version = 0, cp2_version = 0; ^ /kisskb/src/fs/f2fs/checkpoint.c:894:21: note: byref variable will be forcibly initialized unsigned long long cp1_version = 0, cp2_version = 0; ^ /kisskb/src/fs/f2fs/gc.c: In function 'do_garbage_collect': /kisskb/src/fs/f2fs/gc.c:1526:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/f2fs/gc.c: In function 'free_segment_range': /kisskb/src/fs/f2fs/gc.c:1833:24: note: byref variable will be forcibly initialized struct gc_inode_list gc_list = { ^ /kisskb/src/fs/f2fs/gc.c:1807:20: note: byref variable will be forcibly initialized struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; ^ /kisskb/src/fs/f2fs/gc.c: In function 'f2fs_gc': /kisskb/src/fs/f2fs/gc.c:1642:20: note: byref variable will be forcibly initialized struct cp_control cpc; ^ In file included from /kisskb/src/include/linux/wait_bit.h:8:0, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/f2fs/gc.c:8: /kisskb/src/fs/f2fs/gc.c: In function 'gc_thread_func': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^ /kisskb/src/fs/f2fs/gc.c:42:3: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout(*wq, ^ /kisskb/src/fs/f2fs/gc.c: In function 'f2fs_resize_fs': /kisskb/src/fs/f2fs/gc.c:1932:20: note: byref variable will be forcibly initialized struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; ^ In file included from /kisskb/src/include/linux/wait_bit.h:8:0, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/f2fs/checkpoint.c:8: /kisskb/src/fs/f2fs/checkpoint.c: In function 'issue_checkpoint_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^ /kisskb/src/fs/f2fs/checkpoint.c:1769:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(*q, ^ /kisskb/src/fs/f2fs/checkpoint.c: In function 'f2fs_issue_checkpoint': /kisskb/src/fs/f2fs/checkpoint.c:1800:20: note: byref variable will be forcibly initialized struct cp_control cpc; ^ /kisskb/src/fs/f2fs/checkpoint.c:1799:18: note: byref variable will be forcibly initialized struct ckpt_req req; ^ /kisskb/src/fs/xfs/libxfs/xfs_ag_resv.c: In function 'xfs_ag_resv_init': /kisskb/src/fs/xfs/libxfs/xfs_ag_resv.c:251:17: note: byref variable will be forcibly initialized xfs_extlen_t used; ^ /kisskb/src/fs/xfs/libxfs/xfs_ag_resv.c:250:17: note: byref variable will be forcibly initialized xfs_extlen_t ask; ^ /kisskb/src/drivers/acpi/spcr.c: In function 'acpi_parse_spcr': /kisskb/src/drivers/acpi/spcr.c:90:26: note: byref variable will be forcibly initialized struct acpi_table_spcr *table; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_update': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:79:22: note: byref variable will be forcibly initialized union xfs_btree_rec rec; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_delete': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:149:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_insert': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:107:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_query_range_helper': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2284:25: note: byref variable will be forcibly initialized struct xfs_rmap_irec irec; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_get_rec': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:201:23: note: byref variable will be forcibly initialized union xfs_btree_rec *rec; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_unmap': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:556:27: note: byref variable will be forcibly initialized struct xfs_rmap_irec rtrec; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:490:9: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:487:24: note: byref variable will be forcibly initialized struct xfs_rmap_irec ltrec; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_map': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:764:9: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:762:9: note: byref variable will be forcibly initialized int have_lt; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:761:9: note: byref variable will be forcibly initialized int have_gt; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:760:24: note: byref variable will be forcibly initialized struct xfs_rmap_irec gtrec; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:759:24: note: byref variable will be forcibly initialized struct xfs_rmap_irec ltrec; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_convert': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1004:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:995:24: note: byref variable will be forcibly initialized struct xfs_rmap_irec r[4]; /* neighbor extent entries */ ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_query_range': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2304:35: note: byref variable will be forcibly initialized struct xfs_rmap_query_range_info query; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2303:25: note: byref variable will be forcibly initialized union xfs_btree_irec high_brec; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2302:25: note: byref variable will be forcibly initialized union xfs_btree_irec low_brec; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_find_left_neighbor': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:294:37: note: byref variable will be forcibly initialized struct xfs_find_left_neighbor_info info; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_map_shared': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2107:9: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2105:9: note: byref variable will be forcibly initialized int have_lt; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2104:9: note: byref variable will be forcibly initialized int have_gt; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2103:24: note: byref variable will be forcibly initialized struct xfs_rmap_irec gtrec; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2102:24: note: byref variable will be forcibly initialized struct xfs_rmap_irec ltrec; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_map_raw': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2249:24: note: byref variable will be forcibly initialized struct xfs_owner_info oinfo; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_lookup_le_range': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:372:37: note: byref variable will be forcibly initialized struct xfs_find_left_neighbor_info info; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_unmap_shared': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1918:9: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1915:24: note: byref variable will be forcibly initialized struct xfs_rmap_irec ltrec; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_convert_shared': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1500:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1491:24: note: byref variable will be forcibly initialized struct xfs_rmap_irec r[4]; /* neighbor extent entries */ ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_query_all': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2321:35: note: byref variable will be forcibly initialized struct xfs_rmap_query_range_info query; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_finish_one': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2369:25: note: byref variable will be forcibly initialized struct xfs_owner_info oinfo; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2366:20: note: byref variable will be forcibly initialized struct xfs_buf *agbp = NULL; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_alloc_extent': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2563:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec bmap; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_free_extent': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2585:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec bmap; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_has_record': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2635:23: note: byref variable will be forcibly initialized union xfs_btree_irec high; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2634:23: note: byref variable will be forcibly initialized union xfs_btree_irec low; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_record_exists': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2664:24: note: byref variable will be forcibly initialized struct xfs_rmap_irec irec; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2663:9: note: byref variable will be forcibly initialized int has_record; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_has_other_keys': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2728:28: note: byref variable will be forcibly initialized struct xfs_rmap_key_state rks; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2727:24: note: byref variable will be forcibly initialized struct xfs_rmap_irec high; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/umh.h:4, from /kisskb/src/include/linux/kmod.h:9, from /kisskb/src/include/linux/module.h:16, from /kisskb/src/drivers/acpi/acpi_dbg.c:13: /kisskb/src/drivers/acpi/acpi_dbg.c: In function 'acpi_aml_read_cmd': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^ /kisskb/src/drivers/acpi/acpi_dbg.c:357:10: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(acpi_aml_io.wait, ^ /kisskb/src/drivers/acpi/acpi_dbg.c: In function 'acpi_aml_write_log': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^ /kisskb/src/drivers/acpi/acpi_dbg.c:313:10: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(acpi_aml_io.wait, ^ /kisskb/src/drivers/acpi/acpi_dbg.c: In function 'acpi_aml_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^ /kisskb/src/drivers/acpi/acpi_dbg.c:687:11: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(acpi_aml_io.wait, ^ /kisskb/src/drivers/acpi/acpi_dbg.c: In function 'acpi_aml_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^ /kisskb/src/drivers/acpi/acpi_dbg.c:617:11: note: in expansion of macro 'wait_event_interruptible' ret = wait_event_interruptible(acpi_aml_io.wait, ^ /kisskb/src/drivers/acpi/acpi_dbg.c: In function 'acpi_aml_release': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/drivers/acpi/acpi_dbg.c:558:3: note: in expansion of macro 'wait_event' wait_event(acpi_aml_io.wait, !acpi_aml_used()); ^ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/drivers/acpi/acpi_dbg.c:550:3: note: in expansion of macro 'wait_event' wait_event(acpi_aml_io.wait, !acpi_aml_busy()); ^ /kisskb/src/fs/gfs2/recovery.c: In function 'update_statfs_inode': /kisskb/src/fs/gfs2/recovery.c:315:33: note: byref variable will be forcibly initialized struct gfs2_statfs_change_host sc; ^ /kisskb/src/fs/gfs2/recovery.c:314:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/gfs2/recovery.c: In function 'gfs2_recovery_done': /kisskb/src/fs/gfs2/recovery.c:285:8: note: byref variable will be forcibly initialized char *envp[] = { env_jid, env_status, NULL }; ^ /kisskb/src/fs/gfs2/recovery.c:284:7: note: byref variable will be forcibly initialized char env_status[20]; ^ /kisskb/src/fs/gfs2/recovery.c:283:7: note: byref variable will be forcibly initialized char env_jid[20]; ^ /kisskb/src/fs/gfs2/recovery.c: In function 'gfs2_replay_read_block': /kisskb/src/fs/gfs2/recovery.c:39:6: note: byref variable will be forcibly initialized u32 extlen; ^ /kisskb/src/fs/gfs2/recovery.c:38:6: note: byref variable will be forcibly initialized u64 dblock; ^ /kisskb/src/fs/gfs2/recovery.c:37:6: note: byref variable will be forcibly initialized int new = 0; ^ /kisskb/src/fs/gfs2/recovery.c: In function 'get_log_header': /kisskb/src/fs/gfs2/recovery.c:171:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/gfs2/recovery.c: In function 'foreach_descriptor': /kisskb/src/fs/gfs2/recovery.c:222:32: note: byref variable will be forcibly initialized struct gfs2_log_header_host lh; ^ /kisskb/src/fs/gfs2/recovery.c:201:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/gfs2/recovery.c: In function 'gfs2_recover_func': /kisskb/src/fs/gfs2/recovery.c:408:34: note: byref variable will be forcibly initialized struct gfs2_holder j_gh, ji_gh, thaw_gh; ^ /kisskb/src/fs/gfs2/recovery.c:408:27: note: byref variable will be forcibly initialized struct gfs2_holder j_gh, ji_gh, thaw_gh; ^ /kisskb/src/fs/gfs2/recovery.c:408:21: note: byref variable will be forcibly initialized struct gfs2_holder j_gh, ji_gh, thaw_gh; ^ /kisskb/src/fs/gfs2/recovery.c:407:30: note: byref variable will be forcibly initialized struct gfs2_log_header_host head; ^ /kisskb/src/fs/btrfs/tree-defrag.c: In function 'btrfs_defrag_leaves': /kisskb/src/fs/btrfs/tree-defrag.c:28:6: note: byref variable will be forcibly initialized u64 last_ret = 0; ^ /kisskb/src/fs/btrfs/tree-defrag.c:23:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_free_extlen': /kisskb/src/fs/gfs2/rgrp.c:376:18: note: byref variable will be forcibly initialized struct gfs2_rbm rbm = *rrbm; ^ In file included from /kisskb/src/fs/gfs2/rgrp.c:9:0: /kisskb/src/fs/gfs2/rgrp.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/gfs2/rgrp.c: In function 'rg_mblk_search': /kisskb/src/fs/gfs2/rgrp.c:1578:6: note: byref variable will be forcibly initialized u32 extlen; ^ /kisskb/src/fs/gfs2/rgrp.c: In function 'read_rindex_entry': /kisskb/src/fs/gfs2/rgrp.c:898:21: note: byref variable will be forcibly initialized struct gfs2_rindex buf; ^ /kisskb/src/fs/gfs2/rgrp.c:897:9: note: byref variable will be forcibly initialized loff_t pos = sdp->sd_rgrps * sizeof(struct gfs2_rindex); ^ /kisskb/src/fs/gfs2/rgrp.c: In function 'rgblk_free': /kisskb/src/fs/gfs2/rgrp.c:2270:18: note: byref variable will be forcibly initialized struct gfs2_rbm rbm; ^ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_orlov_skip': /kisskb/src/fs/gfs2/rgrp.c:2000:6: note: byref variable will be forcibly initialized u32 skip; ^ /kisskb/src/fs/gfs2/rgrp.c: In function 'try_rgrp_unlink': /kisskb/src/fs/gfs2/rgrp.c:1860:18: note: byref variable will be forcibly initialized struct gfs2_rbm rbm = { .rgd = rgd, .bii = 0, .offset = 0 }; ^ /kisskb/src/fs/gfs2/rgrp.c:1856:21: note: byref variable will be forcibly initialized struct gfs2_glock *gl; ^ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_rgrp_verify': /kisskb/src/fs/gfs2/rgrp.c:470:6: note: byref variable will be forcibly initialized u32 count[4], tmp; ^ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_ri_total': /kisskb/src/fs/gfs2/rgrp.c:849:10: note: byref variable will be forcibly initialized loff_t pos = rgrps * sizeof(struct gfs2_rindex); ^ /kisskb/src/fs/gfs2/rgrp.c:845:7: note: byref variable will be forcibly initialized char buf[sizeof(struct gfs2_rindex)]; ^ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_rindex_update': /kisskb/src/fs/gfs2/rgrp.c:1036:21: note: byref variable will be forcibly initialized struct gfs2_holder ri_gh; ^ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_rgrp_error': /kisskb/src/fs/gfs2/rgrp.c:2332:7: note: byref variable will be forcibly initialized char fs_id_buf[sizeof(sdp->sd_fsname) + 7]; ^ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_check_blk_type': /kisskb/src/fs/gfs2/rgrp.c:2620:18: note: byref variable will be forcibly initialized struct gfs2_rbm rbm; ^ /kisskb/src/fs/gfs2/rgrp.c:2619:21: note: byref variable will be forcibly initialized struct gfs2_holder rgd_gh; ^ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_fitrim': /kisskb/src/fs/gfs2/rgrp.c:1406:6: note: byref variable will be forcibly initialized u64 amt; ^ /kisskb/src/fs/gfs2/rgrp.c:1404:22: note: byref variable will be forcibly initialized struct fstrim_range r; ^ /kisskb/src/fs/gfs2/rgrp.c:1403:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^ /kisskb/src/drivers/acpi/pptt.c: In function 'acpi_find_cache_level': /kisskb/src/drivers/acpi/pptt.c:144:26: note: byref variable will be forcibly initialized struct acpi_pptt_cache *ret = NULL; ^ /kisskb/src/drivers/acpi/pptt.c: In function 'acpi_count_levels': /kisskb/src/drivers/acpi/pptt.c:183:6: note: byref variable will be forcibly initialized int total_levels = 0; ^ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_inplace_reserve': /kisskb/src/fs/gfs2/rgrp.c:2000:6: note: byref variable will be forcibly initialized u32 skip; ^ /kisskb/src/fs/gfs2/rgrp.c:2061:6: note: byref variable will be forcibly initialized u64 last_unlinked = NO_BLOCK; ^ /kisskb/src/drivers/acpi/pptt.c: In function 'acpi_find_cache_node': /kisskb/src/drivers/acpi/pptt.c:325:15: note: byref variable will be forcibly initialized unsigned int total_levels = 0; ^ /kisskb/src/drivers/acpi/pptt.c: In function 'check_acpi_cpu_flag': /kisskb/src/drivers/acpi/pptt.c:559:28: note: byref variable will be forcibly initialized struct acpi_table_header *table; ^ /kisskb/src/fs/gfs2/rgrp.c: In function 'gfs2_alloc_blocks': /kisskb/src/fs/gfs2/rgrp.c:2431:6: note: byref variable will be forcibly initialized u32 minext = 1; ^ /kisskb/src/fs/gfs2/rgrp.c:2428:22: note: byref variable will be forcibly initialized struct buffer_head *dibh; ^ /kisskb/src/drivers/acpi/pptt.c: In function 'find_acpi_cpu_topology_tag': /kisskb/src/drivers/acpi/pptt.c:527:28: note: byref variable will be forcibly initialized struct acpi_table_header *table; ^ /kisskb/src/drivers/acpi/pptt.c: In function 'cache_setup_acpi_cpu': /kisskb/src/drivers/acpi/pptt.c:418:30: note: byref variable will be forcibly initialized struct acpi_pptt_processor *cpu_node = NULL; ^ /kisskb/src/drivers/acpi/pptt.c: In function 'acpi_find_last_cache_level': /kisskb/src/drivers/acpi/pptt.c:595:28: note: byref variable will be forcibly initialized struct acpi_table_header *table; ^ /kisskb/src/drivers/acpi/pptt.c: In function 'cache_setup_acpi': /kisskb/src/drivers/acpi/pptt.c:629:28: note: byref variable will be forcibly initialized struct acpi_table_header *table; ^ /kisskb/src/drivers/acpi/pptt.c: In function 'find_acpi_cpu_cache_topology': /kisskb/src/drivers/acpi/pptt.c:699:30: note: byref variable will be forcibly initialized struct acpi_pptt_processor *cpu_node = NULL; ^ /kisskb/src/drivers/acpi/pptt.c:695:28: note: byref variable will be forcibly initialized struct acpi_table_header *table; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap_btree.c: In function 'xfs_rmapbt_alloc_block': /kisskb/src/fs/xfs/libxfs/xfs_rmap_btree.c:88:17: note: byref variable will be forcibly initialized xfs_agblock_t bno; ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap_btree.c: In function 'xfs_rmapbt_calc_reserves': /kisskb/src/fs/xfs/libxfs/xfs_rmap_btree.c:605:19: note: byref variable will be forcibly initialized struct xfs_buf *agbp; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/gfs2/super.c:9: /kisskb/src/fs/gfs2/super.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_statfs': /kisskb/src/fs/gfs2/super.c:949:33: note: byref variable will be forcibly initialized struct gfs2_statfs_change_host sc; ^ In file included from /kisskb/src/include/linux/wait_bit.h:8:0, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/gfs2/super.c:9: /kisskb/src/fs/gfs2/super.c: In function 'gfs2_upgrade_iopen_glock': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^ /kisskb/src/fs/gfs2/super.c:1257:12: note: in expansion of macro 'wait_event_interruptible_timeout' timeout = wait_event_interruptible_timeout(sdp->sd_async_glock_wait, ^ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_dinode_dealloc': /kisskb/src/fs/gfs2/super.c:1157:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_evict_inode': /kisskb/src/fs/gfs2/super.c:1433:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_jindex_free': /kisskb/src/fs/gfs2/super.c:61:19: note: byref variable will be forcibly initialized struct list_head list; ^ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_lock_fs_check_clean': /kisskb/src/fs/gfs2/super.c:400:30: note: byref variable will be forcibly initialized struct gfs2_log_header_host lh; ^ In file included from /kisskb/src/include/linux/wait.h:7:0, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/gfs2/super.c:9: /kisskb/src/fs/gfs2/super.c:399:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_make_fs_rw': /kisskb/src/fs/gfs2/super.c:161:30: note: byref variable will be forcibly initialized struct gfs2_log_header_host head; ^ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_statfs_init': /kisskb/src/fs/gfs2/super.c:231:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^ /kisskb/src/fs/gfs2/super.c:230:29: note: byref variable will be forcibly initialized struct buffer_head *m_bh, *l_bh; ^ /kisskb/src/fs/gfs2/super.c:230:22: note: byref variable will be forcibly initialized struct buffer_head *m_bh, *l_bh; ^ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_statfs_change': /kisskb/src/fs/gfs2/super.c:276:22: note: byref variable will be forcibly initialized struct buffer_head *l_bh; ^ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_statfs_sync': /kisskb/src/fs/gfs2/super.c:335:29: note: byref variable will be forcibly initialized struct buffer_head *m_bh, *l_bh; ^ /kisskb/src/fs/gfs2/super.c:335:22: note: byref variable will be forcibly initialized struct buffer_head *m_bh, *l_bh; ^ /kisskb/src/fs/gfs2/super.c:334:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_dirty_inode': /kisskb/src/fs/gfs2/super.c:542:21: note: byref variable will be forcibly initialized struct gfs2_holder gh; ^ /kisskb/src/fs/gfs2/super.c:541:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ In file included from /kisskb/src/include/linux/wait_bit.h:8:0, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/gfs2/super.c:9: /kisskb/src/fs/gfs2/super.c: In function 'gfs2_make_fs_ro': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^ /kisskb/src/fs/gfs2/super.c:618:3: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(sdp->sd_log_waitq, ^ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^ /kisskb/src/fs/gfs2/super.c:613:3: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(sdp->sd_log_waitq, ^ /kisskb/src/fs/gfs2/super.c: In function 'gfs2_freeze_func': /kisskb/src/fs/gfs2/super.c:720:21: note: byref variable will be forcibly initialized struct gfs2_holder freeze_gh; ^ /kisskb/src/fs/f2fs/data.c: In function '__has_merged_page': /kisskb/src/fs/f2fs/data.c:537:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_write_end_io': /kisskb/src/fs/f2fs/data.c:291:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_handle_step_decompress': /kisskb/src/fs/f2fs/data.c:228:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ In file included from /kisskb/src/include/linux/mm.h:30:0, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/include/linux/f2fs_fs.h:11, from /kisskb/src/fs/f2fs/node.c:9: /kisskb/src/fs/f2fs/node.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_finish_read_bio': /kisskb/src/fs/f2fs/data.c:123:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ /kisskb/src/fs/f2fs/node.c: In function 'remove_nats_in_journal': /kisskb/src/fs/f2fs/node.c:2785:25: note: byref variable will be forcibly initialized struct f2fs_nat_entry raw_ne; ^ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_bmap_compress': /kisskb/src/fs/f2fs/data.c:3665:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_xattr_fiemap': /kisskb/src/fs/f2fs/data.c:1742:19: note: byref variable will be forcibly initialized struct node_info ni; ^ /kisskb/src/fs/f2fs/node.c: In function 'last_fsync_dnode': /kisskb/src/fs/f2fs/node.c:1452:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^ /kisskb/src/fs/f2fs/node.c:1451:10: note: byref variable will be forcibly initialized pgoff_t index; ^ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_merge_page_bio': /kisskb/src/fs/f2fs/data.c:845:14: note: byref variable will be forcibly initialized struct bio *bio = *fio->bio; ^ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_available_free_memory': /kisskb/src/fs/f2fs/node.c:46:17: note: byref variable will be forcibly initialized struct sysinfo val; ^ /kisskb/src/fs/f2fs/data.c: In function '__allocate_data_block': /kisskb/src/fs/f2fs/data.c:1331:11: note: byref variable will be forcibly initialized blkcnt_t count = 1; ^ /kisskb/src/fs/f2fs/data.c:1329:19: note: byref variable will be forcibly initialized struct node_info ni; ^ /kisskb/src/fs/f2fs/data.c:1328:22: note: byref variable will be forcibly initialized struct f2fs_summary sum; ^ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_get_block': /kisskb/src/fs/f2fs/data.c:1130:21: note: byref variable will be forcibly initialized struct extent_info ei = {0, 0, 0}; ^ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_get_read_data_page': /kisskb/src/fs/f2fs/data.c:1147:21: note: byref variable will be forcibly initialized struct extent_info ei = {0,0,0}; ^ /kisskb/src/fs/f2fs/data.c:1145:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_get_node_info': /kisskb/src/fs/f2fs/node.c:525:24: note: byref variable will be forcibly initialized struct f2fs_nat_entry ne; ^ /kisskb/src/fs/f2fs/node.c: In function 'truncate_node': /kisskb/src/fs/f2fs/node.c:832:19: note: byref variable will be forcibly initialized struct node_info ni; ^ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_get_new_data_page': /kisskb/src/fs/f2fs/data.c:1280:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/node.c: In function 'read_node_page': /kisskb/src/fs/f2fs/node.c:1278:19: note: byref variable will be forcibly initialized struct node_info ni; ^ /kisskb/src/fs/f2fs/data.c: In function 'prepare_write_begin': /kisskb/src/fs/f2fs/data.c:3176:21: note: byref variable will be forcibly initialized struct extent_info ei = {0,0,0}; ^ /kisskb/src/fs/f2fs/data.c:3173:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/node.c: In function '__write_node_page': /kisskb/src/fs/f2fs/node.c:1511:19: note: byref variable will be forcibly initialized struct node_info ni; ^ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_write_begin': /kisskb/src/fs/f2fs/data.c:3263:10: note: byref variable will be forcibly initialized block_t blkaddr = NULL_ADDR; ^ /kisskb/src/fs/f2fs/data.c:3262:7: note: byref variable will be forcibly initialized bool need_balance = false, drop_atomic = false; ^ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_new_node_page': /kisskb/src/fs/f2fs/node.c:1220:19: note: byref variable will be forcibly initialized struct node_info new_ni; ^ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_map_blocks': /kisskb/src/fs/f2fs/data.c:1443:21: note: byref variable will be forcibly initialized struct extent_info ei = {0,0,0}; ^ /kisskb/src/fs/f2fs/data.c:1436:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_new_inode_page': /kisskb/src/fs/f2fs/node.c:1208:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_ra_node_pages': /kisskb/src/fs/f2fs/node.c:588:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_preallocate_blocks': /kisskb/src/fs/f2fs/data.c:1368:25: note: byref variable will be forcibly initialized struct f2fs_map_blocks map; ^ /kisskb/src/fs/f2fs/data.c: In function '__get_data_block': /kisskb/src/fs/f2fs/data.c:1700:25: note: byref variable will be forcibly initialized struct f2fs_map_blocks map; ^ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_bmap': /kisskb/src/fs/f2fs/data.c:3710:26: note: byref variable will be forcibly initialized struct f2fs_map_blocks map; ^ /kisskb/src/fs/f2fs/node.c: In function 'truncate_nodes': /kisskb/src/fs/f2fs/node.c:895:23: note: byref variable will be forcibly initialized struct dnode_of_data rdn = *dn; ^ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_truncate_inode_blocks': /kisskb/src/fs/f2fs/node.c:1041:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/node.c:1038:24: note: byref variable will be forcibly initialized int level, offset[4], noffset[4]; ^ /kisskb/src/fs/f2fs/node.c:1038:13: note: byref variable will be forcibly initialized int level, offset[4], noffset[4]; ^ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_truncate_xattr_node': /kisskb/src/fs/f2fs/node.c:1136:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_overwrite_io': /kisskb/src/fs/f2fs/data.c:1662:25: note: byref variable will be forcibly initialized struct f2fs_map_blocks map; ^ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_move_node_page': /kisskb/src/fs/f2fs/node.c:1623:28: note: byref variable will be forcibly initialized struct writeback_control wbc = { ^ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_fiemap': /kisskb/src/fs/f2fs/data.c:1834:10: note: byref variable will be forcibly initialized pgoff_t next_pgofs; ^ /kisskb/src/fs/f2fs/data.c:1832:25: note: byref variable will be forcibly initialized struct f2fs_map_blocks map; ^ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_fsync_node_pages': /kisskb/src/fs/f2fs/node.c:1691:9: note: byref variable will be forcibly initialized bool submitted = false; ^ /kisskb/src/fs/f2fs/node.c:1668:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^ /kisskb/src/fs/f2fs/node.c:1667:10: note: byref variable will be forcibly initialized pgoff_t index; ^ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_read_multi_pages': /kisskb/src/fs/f2fs/data.c:2092:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_flush_inline_data': /kisskb/src/fs/f2fs/node.c:1825:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^ /kisskb/src/fs/f2fs/node.c:1824:10: note: byref variable will be forcibly initialized pgoff_t index = 0; ^ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_sync_node_pages': /kisskb/src/fs/f2fs/node.c:1889:9: note: byref variable will be forcibly initialized bool submitted = false; ^ /kisskb/src/fs/f2fs/node.c:1872:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^ /kisskb/src/fs/f2fs/node.c:1871:10: note: byref variable will be forcibly initialized pgoff_t index; ^ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_mpage_readpages': /kisskb/src/fs/f2fs/data.c:2239:25: note: byref variable will be forcibly initialized struct f2fs_map_blocks map; ^ /kisskb/src/fs/f2fs/data.c:2238:11: note: byref variable will be forcibly initialized sector_t last_block_in_bio = 0; ^ /kisskb/src/fs/f2fs/data.c:2237:14: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_write_node_pages': /kisskb/src/fs/f2fs/node.c:2039:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_do_write_data_page': /kisskb/src/fs/f2fs/data.c:2501:19: note: byref variable will be forcibly initialized struct node_info ni; ^ /kisskb/src/fs/f2fs/data.c:2500:21: note: byref variable will be forcibly initialized struct extent_info ei = {0,0,0}; ^ /kisskb/src/fs/f2fs/data.c:2499:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_get_dnode_of_data': /kisskb/src/fs/f2fs/node.c:728:8: note: byref variable will be forcibly initialized nid_t nids[4]; ^ /kisskb/src/fs/f2fs/node.c:727:15: note: byref variable will be forcibly initialized unsigned int noffset[4]; ^ /kisskb/src/fs/f2fs/node.c:726:6: note: byref variable will be forcibly initialized int offset[4]; ^ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_remove_inode_page': /kisskb/src/fs/f2fs/node.c:1165:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_recover_xattr_data': /kisskb/src/fs/f2fs/node.c:2625:19: note: byref variable will be forcibly initialized struct node_info ni; ^ /kisskb/src/fs/f2fs/node.c:2624:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/node.c:2623:8: note: byref variable will be forcibly initialized nid_t new_xnid; ^ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_write_cache_pages': /kisskb/src/fs/f2fs/data.c:2903:19: note: byref variable will be forcibly initialized struct page *pagep; ^ /kisskb/src/fs/f2fs/data.c:2902:12: note: byref variable will be forcibly initialized void *fsdata = NULL; ^ /kisskb/src/fs/f2fs/data.c:2841:6: note: byref variable will be forcibly initialized int submitted = 0; ^ /kisskb/src/fs/f2fs/data.c:2835:10: note: byref variable will be forcibly initialized pgoff_t index; ^ /kisskb/src/fs/f2fs/data.c:2817:11: note: byref variable will be forcibly initialized sector_t last_block; ^ /kisskb/src/fs/f2fs/data.c:2816:14: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^ /kisskb/src/fs/f2fs/data.c:2814:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_recover_inode_page': /kisskb/src/fs/f2fs/node.c:2669:27: note: byref variable will be forcibly initialized struct node_info old_ni, new_ni; ^ /kisskb/src/fs/f2fs/node.c:2669:19: note: byref variable will be forcibly initialized struct node_info old_ni, new_ni; ^ /kisskb/src/fs/f2fs/data.c: In function '__f2fs_write_data_pages': /kisskb/src/fs/f2fs/data.c:3074:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ In file included from /kisskb/src/include/linux/wait.h:7:0, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/f2fs/node.c:8: /kisskb/src/fs/f2fs/node.c: In function 'f2fs_flush_nat_entries': /kisskb/src/fs/f2fs/node.c:2952:12: note: byref variable will be forcibly initialized LIST_HEAD(sets); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/f2fs/node.c:2948:24: note: byref variable will be forcibly initialized struct nat_entry_set *setvec[SETVEC_SIZE]; ^ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_destroy_node_manager': /kisskb/src/fs/f2fs/node.c:3199:24: note: byref variable will be forcibly initialized struct nat_entry_set *setvec[SETVEC_SIZE]; ^ /kisskb/src/fs/f2fs/node.c:3198:20: note: byref variable will be forcibly initialized struct nat_entry *natvec[NATVEC_SIZE]; ^ make[1]: *** [/kisskb/src/Makefile:1851: drivers] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/fs/btrfs/extent_map.c: In function '__lookup_extent_mapping': /kisskb/src/fs/btrfs/extent_map.c:427:18: note: byref variable will be forcibly initialized struct rb_node *next = NULL; ^ /kisskb/src/fs/btrfs/extent_map.c:426:18: note: byref variable will be forcibly initialized struct rb_node *prev = NULL; ^ In file included from /kisskb/src/include/linux/mm.h:30:0, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/include/linux/f2fs_fs.h:11, from /kisskb/src/fs/f2fs/segment.c:9: /kisskb/src/fs/f2fs/segment.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/wait_bit.h:8:0, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/f2fs/segment.c:8: /kisskb/src/fs/f2fs/segment.c: In function 'issue_flush_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^ /kisskb/src/fs/f2fs/segment.c:620:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(*q, ^ /kisskb/src/fs/f2fs/segment.c: In function 'get_ssr_segment': /kisskb/src/fs/f2fs/segment.c:2784:11: note: byref variable will be forcibly initialized unsigned segno = NULL_SEGNO; ^ /kisskb/src/fs/f2fs/segment.c: In function '__insert_discard_tree': /kisskb/src/fs/f2fs/segment.c:1256:7: note: byref variable will be forcibly initialized bool leftmost = true; ^ /kisskb/src/fs/f2fs/segment.c:1255:18: note: byref variable will be forcibly initialized struct rb_node *parent = NULL; ^ /kisskb/src/fs/f2fs/segment.c: In function '__update_discard_tree_range': /kisskb/src/fs/f2fs/segment.c:1322:37: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^ /kisskb/src/fs/f2fs/segment.c:1322:19: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^ /kisskb/src/fs/f2fs/segment.c:1319:39: note: byref variable will be forcibly initialized struct discard_cmd *prev_dc = NULL, *next_dc = NULL; ^ /kisskb/src/fs/f2fs/segment.c:1319:22: note: byref variable will be forcibly initialized struct discard_cmd *prev_dc = NULL, *next_dc = NULL; ^ /kisskb/src/fs/f2fs/segment.c: In function '__submit_discard_cmd': /kisskb/src/fs/f2fs/segment.c:1170:15: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^ /kisskb/src/fs/f2fs/segment.c: In function '__issue_discard_cmd_orderly': /kisskb/src/fs/f2fs/segment.c:1435:15: note: byref variable will be forcibly initialized unsigned int issued = 0; ^ /kisskb/src/fs/f2fs/segment.c:1433:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/f2fs/segment.c:1431:37: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^ /kisskb/src/fs/f2fs/segment.c:1431:19: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^ /kisskb/src/fs/f2fs/segment.c:1430:39: note: byref variable will be forcibly initialized struct discard_cmd *prev_dc = NULL, *next_dc = NULL; ^ /kisskb/src/fs/f2fs/segment.c:1430:22: note: byref variable will be forcibly initialized struct discard_cmd *prev_dc = NULL, *next_dc = NULL; ^ /kisskb/src/fs/f2fs/segment.c: In function '__wait_all_discard_cmd': /kisskb/src/fs/f2fs/segment.c:1651:24: note: byref variable will be forcibly initialized struct discard_policy dp; ^ /kisskb/src/fs/f2fs/segment.c: In function '__issue_discard_cmd': /kisskb/src/fs/f2fs/segment.c:1495:9: note: byref variable will be forcibly initialized int i, issued; ^ /kisskb/src/fs/f2fs/segment.c:1494:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/f2fs/segment.c: In function '__issue_discard_cmd_range': /kisskb/src/fs/f2fs/segment.c:2964:6: note: byref variable will be forcibly initialized int issued; ^ /kisskb/src/fs/f2fs/segment.c:2963:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/f2fs/segment.c:2961:37: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^ /kisskb/src/fs/f2fs/segment.c:2961:19: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^ /kisskb/src/fs/f2fs/segment.c:2960:39: note: byref variable will be forcibly initialized struct discard_cmd *prev_dc = NULL, *next_dc = NULL; ^ /kisskb/src/fs/f2fs/segment.c:2960:22: note: byref variable will be forcibly initialized struct discard_cmd *prev_dc = NULL, *next_dc = NULL; ^ In file included from /kisskb/src/include/linux/wait_bit.h:8:0, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/f2fs/segment.c:8: /kisskb/src/fs/f2fs/segment.c: In function 'issue_discard_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' __ret = __wait_event_interruptible_timeout(wq_head, \ ^ /kisskb/src/fs/f2fs/segment.c:1736:3: note: in expansion of macro 'wait_event_interruptible_timeout' wait_event_interruptible_timeout(*q, ^ /kisskb/src/fs/f2fs/segment.c:1726:24: note: byref variable will be forcibly initialized struct discard_policy dpolicy; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_update': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:169:22: note: byref variable will be forcibly initialized union xfs_btree_rec rec; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_get_rec': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:112:24: note: byref variable will be forcibly initialized union xfs_btree_rec *rec; ^ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_balance_fs_bg': /kisskb/src/fs/f2fs/segment.c:549:19: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_find_left_extents': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:618:9: note: byref variable will be forcibly initialized int found_rec; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:616:27: note: byref variable will be forcibly initialized struct xfs_refcount_irec tmp; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_find_right_extents': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:707:9: note: byref variable will be forcibly initialized int found_rec; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:705:27: note: byref variable will be forcibly initialized struct xfs_refcount_irec tmp; ^ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_issue_flush': /kisskb/src/fs/f2fs/segment.c:628:19: note: byref variable will be forcibly initialized struct flush_cmd cmd; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_delete': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:227:8: note: byref variable will be forcibly initialized int found_rec; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:226:27: note: byref variable will be forcibly initialized struct xfs_refcount_irec irec; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_merge_center_extents': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:411:9: note: byref variable will be forcibly initialized int found_rec; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_merge_left_extent': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:487:9: note: byref variable will be forcibly initialized int found_rec; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_merge_right_extent': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:548:9: note: byref variable will be forcibly initialized int found_rec; ^ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_issue_discard_timeout': /kisskb/src/fs/f2fs/segment.c:1706:24: note: byref variable will be forcibly initialized struct discard_policy dpolicy; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_split_extent': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:348:9: note: byref variable will be forcibly initialized int found_rec; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:347:34: note: byref variable will be forcibly initialized struct xfs_refcount_irec rcext, tmp; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:347:27: note: byref variable will be forcibly initialized struct xfs_refcount_irec rcext, tmp; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_adjust_extents': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:923:20: note: byref variable will be forcibly initialized int found_rec, found_tmp; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:923:9: note: byref variable will be forcibly initialized int found_rec, found_tmp; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:921:32: note: byref variable will be forcibly initialized struct xfs_refcount_irec ext, tmp; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:921:27: note: byref variable will be forcibly initialized struct xfs_refcount_irec ext, tmp; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_adjust': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1053:9: note: byref variable will be forcibly initialized bool shape_changed; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_adjust_cow_extents': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1447:20: note: byref variable will be forcibly initialized int found_rec, found_tmp; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1447:9: note: byref variable will be forcibly initialized int found_rec, found_tmp; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1445:32: note: byref variable will be forcibly initialized struct xfs_refcount_irec ext, tmp; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1445:27: note: byref variable will be forcibly initialized struct xfs_refcount_irec ext, tmp; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_adjust_cow': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1537:9: note: byref variable will be forcibly initialized bool shape_changed; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_finish_one': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1147:18: note: byref variable will be forcibly initialized xfs_agblock_t new_agbno; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1143:20: note: byref variable will be forcibly initialized struct xfs_buf *agbp = NULL; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_find_shared': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1294:9: note: byref variable will be forcibly initialized int have; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1293:9: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1292:27: note: byref variable will be forcibly initialized struct xfs_refcount_irec tmp; ^ /kisskb/src/fs/f2fs/segment.c: In function 'new_curseg': /kisskb/src/fs/f2fs/segment.c:2588:15: note: byref variable will be forcibly initialized unsigned int segno = curseg->segno; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_recover_cow_leftovers': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1683:24: note: byref variable will be forcibly initialized union xfs_btree_irec high; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1682:24: note: byref variable will be forcibly initialized union xfs_btree_irec low; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1681:20: note: byref variable will be forcibly initialized struct list_head debris; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1679:20: note: byref variable will be forcibly initialized struct xfs_buf *agbp; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1677:21: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_has_record': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1772:23: note: byref variable will be forcibly initialized union xfs_btree_irec high; ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1771:23: note: byref variable will be forcibly initialized union xfs_btree_irec low; ^ /kisskb/src/fs/f2fs/segment.c: In function 'fix_curseg_write_pointer': /kisskb/src/fs/f2fs/segment.c:4743:18: note: byref variable will be forcibly initialized struct blk_zone zone; ^ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_trim_fs': /kisskb/src/fs/f2fs/segment.c:3034:24: note: byref variable will be forcibly initialized struct discard_policy dpolicy; ^ /kisskb/src/fs/f2fs/segment.c:3033:20: note: byref variable will be forcibly initialized struct cp_control cpc; ^ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_check_write_pointer': /kisskb/src/fs/f2fs/segment.c:4860:39: note: byref variable will be forcibly initialized struct check_zone_write_pointer_args args; ^ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_replace_block': /kisskb/src/fs/f2fs/segment.c:3621:22: note: byref variable will be forcibly initialized struct f2fs_summary sum; ^ /kisskb/src/fs/f2fs/segment.c: In function '__revoke_inmem_pages': /kisskb/src/fs/f2fs/segment.c:236:21: note: byref variable will be forcibly initialized struct node_info ni; ^ /kisskb/src/fs/f2fs/segment.c:235:25: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/segment.c: In function '__f2fs_commit_inmem_pages': /kisskb/src/fs/f2fs/segment.c:388:19: note: byref variable will be forcibly initialized struct list_head revoke_list; ^ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_do_write_node_page': /kisskb/src/fs/f2fs/segment.c:3464:22: note: byref variable will be forcibly initialized struct f2fs_summary sum; ^ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_outplace_write_data': /kisskb/src/fs/f2fs/segment.c:3476:22: note: byref variable will be forcibly initialized struct f2fs_summary sum; ^ /kisskb/src/fs/f2fs/segment.c: In function 'build_sit_entries': /kisskb/src/fs/f2fs/segment.c:4376:24: note: byref variable will be forcibly initialized struct f2fs_sit_entry sit; ^ /kisskb/src/fs/gfs2/sys.c: In function 'quota_scale_store': /kisskb/src/fs/gfs2/sys.c:561:18: note: byref variable will be forcibly initialized unsigned int x, y; ^ /kisskb/src/fs/gfs2/sys.c:561:15: note: byref variable will be forcibly initialized unsigned int x, y; ^ /kisskb/src/fs/gfs2/sys.c: In function 'lkfirst_store': /kisskb/src/fs/gfs2/sys.c:390:11: note: byref variable will be forcibly initialized unsigned first; ^ /kisskb/src/fs/gfs2/sys.c: In function 'jid_store': /kisskb/src/fs/gfs2/sys.c:492:13: note: byref variable will be forcibly initialized int jid; ^ /kisskb/src/fs/gfs2/sys.c: In function 'wdack_store': /kisskb/src/fs/gfs2/sys.c:368:11: note: byref variable will be forcibly initialized int ret, val; ^ /kisskb/src/fs/gfs2/sys.c: In function 'block_store': /kisskb/src/fs/gfs2/sys.c:341:11: note: byref variable will be forcibly initialized int ret, val; ^ /kisskb/src/fs/gfs2/sys.c: In function 'tune_set': /kisskb/src/fs/gfs2/sys.c:580:15: note: byref variable will be forcibly initialized unsigned int x; ^ /kisskb/src/fs/gfs2/sys.c: In function 'demote_rq_store': /kisskb/src/fs/gfs2/sys.c:234:7: note: byref variable will be forcibly initialized char mode[16]; ^ /kisskb/src/fs/gfs2/sys.c:233:21: note: byref variable will be forcibly initialized unsigned long long glnum; ^ /kisskb/src/fs/gfs2/sys.c:232:15: note: byref variable will be forcibly initialized unsigned int gltype; ^ /kisskb/src/fs/gfs2/sys.c:229:21: note: byref variable will be forcibly initialized struct gfs2_glock *gl; ^ /kisskb/src/fs/gfs2/sys.c: In function 'quota_refresh_group_store': /kisskb/src/fs/gfs2/sys.c:210:6: note: byref variable will be forcibly initialized u32 id; ^ /kisskb/src/fs/gfs2/sys.c: In function 'quota_refresh_user_store': /kisskb/src/fs/gfs2/sys.c:188:6: note: byref variable will be forcibly initialized u32 id; ^ /kisskb/src/fs/gfs2/sys.c: In function 'quota_sync_store': /kisskb/src/fs/gfs2/sys.c:167:13: note: byref variable will be forcibly initialized int error, val; ^ /kisskb/src/fs/gfs2/sys.c: In function 'statfs_sync_store': /kisskb/src/fs/gfs2/sys.c:148:13: note: byref variable will be forcibly initialized int error, val; ^ /kisskb/src/fs/gfs2/sys.c: In function 'withdraw_store': /kisskb/src/fs/gfs2/sys.c:127:13: note: byref variable will be forcibly initialized int error, val; ^ /kisskb/src/fs/gfs2/sys.c: In function 'freeze_store': /kisskb/src/fs/gfs2/sys.c:91:13: note: byref variable will be forcibly initialized int error, n; ^ /kisskb/src/fs/gfs2/sys.c: In function 'recover_store': /kisskb/src/fs/gfs2/sys.c:456:11: note: byref variable will be forcibly initialized unsigned jid; ^ /kisskb/src/fs/gfs2/sys.c: In function 'gfs2_sys_fs_add': /kisskb/src/fs/gfs2/sys.c:653:8: note: byref variable will be forcibly initialized char *envp[] = { ro, spectator, NULL }; ^ /kisskb/src/fs/gfs2/sys.c:652:7: note: byref variable will be forcibly initialized char spectator[20]; ^ /kisskb/src/fs/gfs2/sys.c:651:7: note: byref variable will be forcibly initialized char ro[20]; ^ /kisskb/src/fs/btrfs/sysfs.c: In function 'btrfs_feature_attr_store': /kisskb/src/fs/btrfs/sysfs.c:170:16: note: byref variable will be forcibly initialized unsigned long val; ^ /kisskb/src/fs/btrfs/sysfs.c: In function 'quota_override_store': /kisskb/src/fs/btrfs/sysfs.c:807:16: note: byref variable will be forcibly initialized unsigned long knob; ^ /kisskb/src/fs/btrfs/sysfs.c: In function 'btrfs_discard_max_discard_size_store': /kisskb/src/fs/btrfs/sysfs.c:521:6: note: byref variable will be forcibly initialized u64 max_discard_size; ^ /kisskb/src/fs/btrfs/sysfs.c: In function 'btrfs_discard_kbps_limit_store': /kisskb/src/fs/btrfs/sysfs.c:491:6: note: byref variable will be forcibly initialized u32 kbps_limit; ^ /kisskb/src/fs/btrfs/sysfs.c: In function 'btrfs_discard_iops_limit_store': /kisskb/src/fs/btrfs/sysfs.c:460:6: note: byref variable will be forcibly initialized u32 iops_limit; ^ /kisskb/src/fs/btrfs/sysfs.c: In function 'addrm_unknown_feature_attrs': /kisskb/src/fs/btrfs/sysfs.c:1027:26: note: byref variable will be forcibly initialized struct attribute_group agroup = { ^ /kisskb/src/fs/btrfs/sysfs.c:1026:21: note: byref variable will be forcibly initialized struct attribute *attrs[2]; ^ /kisskb/src/fs/btrfs/sysfs.c: In function 'btrfs_sysfs_update_sprout_fsid': /kisskb/src/fs/btrfs/sysfs.c:1531:7: note: byref variable will be forcibly initialized char fsid_buf[BTRFS_UUID_UNPARSED_SIZE]; ^ /kisskb/src/fs/btrfs/sysfs.c: In function 'btrfs_sysfs_update_devid': /kisskb/src/fs/btrfs/sysfs.c:1545:7: note: byref variable will be forcibly initialized char tmp[24]; ^ /kisskb/src/fs/btrfs/struct-funcs.c: In function 'btrfs_get_token_8': /kisskb/src/fs/btrfs/struct-funcs.c:64:5: note: byref variable will be forcibly initialized u8 lebytes[sizeof(u##bits)]; \ ^ /kisskb/src/fs/btrfs/struct-funcs.c:160:1: note: in expansion of macro 'DEFINE_BTRFS_SETGET_BITS' DEFINE_BTRFS_SETGET_BITS(8) ^ /kisskb/src/fs/btrfs/struct-funcs.c: In function 'btrfs_get_8': /kisskb/src/fs/btrfs/struct-funcs.c:94:5: note: byref variable will be forcibly initialized u8 lebytes[sizeof(u##bits)]; \ ^ /kisskb/src/fs/btrfs/struct-funcs.c:160:1: note: in expansion of macro 'DEFINE_BTRFS_SETGET_BITS' DEFINE_BTRFS_SETGET_BITS(8) ^ /kisskb/src/fs/btrfs/struct-funcs.c: In function 'btrfs_set_token_8': /kisskb/src/fs/btrfs/struct-funcs.c:114:5: note: byref variable will be forcibly initialized u8 lebytes[sizeof(u##bits)]; \ ^ /kisskb/src/fs/btrfs/struct-funcs.c:160:1: note: in expansion of macro 'DEFINE_BTRFS_SETGET_BITS' DEFINE_BTRFS_SETGET_BITS(8) ^ /kisskb/src/fs/btrfs/struct-funcs.c: In function 'btrfs_set_8': /kisskb/src/fs/btrfs/struct-funcs.c:146:5: note: byref variable will be forcibly initialized u8 lebytes[sizeof(u##bits)]; \ ^ /kisskb/src/fs/btrfs/struct-funcs.c:160:1: note: in expansion of macro 'DEFINE_BTRFS_SETGET_BITS' DEFINE_BTRFS_SETGET_BITS(8) ^ /kisskb/src/fs/btrfs/struct-funcs.c: In function 'btrfs_get_token_16': /kisskb/src/fs/btrfs/struct-funcs.c:64:5: note: byref variable will be forcibly initialized u8 lebytes[sizeof(u##bits)]; \ ^ /kisskb/src/fs/btrfs/struct-funcs.c:161:1: note: in expansion of macro 'DEFINE_BTRFS_SETGET_BITS' DEFINE_BTRFS_SETGET_BITS(16) ^ /kisskb/src/fs/btrfs/struct-funcs.c: In function 'btrfs_get_16': /kisskb/src/fs/btrfs/struct-funcs.c:94:5: note: byref variable will be forcibly initialized u8 lebytes[sizeof(u##bits)]; \ ^ /kisskb/src/fs/btrfs/struct-funcs.c:161:1: note: in expansion of macro 'DEFINE_BTRFS_SETGET_BITS' DEFINE_BTRFS_SETGET_BITS(16) ^ /kisskb/src/fs/btrfs/struct-funcs.c: In function 'btrfs_set_token_16': /kisskb/src/fs/btrfs/struct-funcs.c:114:5: note: byref variable will be forcibly initialized u8 lebytes[sizeof(u##bits)]; \ ^ /kisskb/src/fs/btrfs/struct-funcs.c:161:1: note: in expansion of macro 'DEFINE_BTRFS_SETGET_BITS' DEFINE_BTRFS_SETGET_BITS(16) ^ /kisskb/src/fs/btrfs/struct-funcs.c: In function 'btrfs_set_16': /kisskb/src/fs/btrfs/struct-funcs.c:146:5: note: byref variable will be forcibly initialized u8 lebytes[sizeof(u##bits)]; \ ^ /kisskb/src/fs/btrfs/struct-funcs.c:161:1: note: in expansion of macro 'DEFINE_BTRFS_SETGET_BITS' DEFINE_BTRFS_SETGET_BITS(16) ^ /kisskb/src/fs/btrfs/struct-funcs.c: In function 'btrfs_get_token_32': /kisskb/src/fs/btrfs/struct-funcs.c:64:5: note: byref variable will be forcibly initialized u8 lebytes[sizeof(u##bits)]; \ ^ /kisskb/src/fs/btrfs/struct-funcs.c:162:1: note: in expansion of macro 'DEFINE_BTRFS_SETGET_BITS' DEFINE_BTRFS_SETGET_BITS(32) ^ /kisskb/src/fs/btrfs/struct-funcs.c: In function 'btrfs_get_32': /kisskb/src/fs/btrfs/struct-funcs.c:94:5: note: byref variable will be forcibly initialized u8 lebytes[sizeof(u##bits)]; \ ^ /kisskb/src/fs/btrfs/struct-funcs.c:162:1: note: in expansion of macro 'DEFINE_BTRFS_SETGET_BITS' DEFINE_BTRFS_SETGET_BITS(32) ^ /kisskb/src/fs/btrfs/struct-funcs.c: In function 'btrfs_set_token_32': /kisskb/src/fs/btrfs/struct-funcs.c:114:5: note: byref variable will be forcibly initialized u8 lebytes[sizeof(u##bits)]; \ ^ /kisskb/src/fs/btrfs/struct-funcs.c:162:1: note: in expansion of macro 'DEFINE_BTRFS_SETGET_BITS' DEFINE_BTRFS_SETGET_BITS(32) ^ /kisskb/src/fs/btrfs/struct-funcs.c: In function 'btrfs_set_32': /kisskb/src/fs/btrfs/struct-funcs.c:146:5: note: byref variable will be forcibly initialized u8 lebytes[sizeof(u##bits)]; \ ^ /kisskb/src/fs/btrfs/struct-funcs.c:162:1: note: in expansion of macro 'DEFINE_BTRFS_SETGET_BITS' DEFINE_BTRFS_SETGET_BITS(32) ^ /kisskb/src/fs/btrfs/struct-funcs.c: In function 'btrfs_get_token_64': /kisskb/src/fs/btrfs/struct-funcs.c:64:5: note: byref variable will be forcibly initialized u8 lebytes[sizeof(u##bits)]; \ ^ /kisskb/src/fs/btrfs/struct-funcs.c:163:1: note: in expansion of macro 'DEFINE_BTRFS_SETGET_BITS' DEFINE_BTRFS_SETGET_BITS(64) ^ /kisskb/src/fs/btrfs/struct-funcs.c: In function 'btrfs_get_64': /kisskb/src/fs/btrfs/struct-funcs.c:94:5: note: byref variable will be forcibly initialized u8 lebytes[sizeof(u##bits)]; \ ^ /kisskb/src/fs/btrfs/struct-funcs.c:163:1: note: in expansion of macro 'DEFINE_BTRFS_SETGET_BITS' DEFINE_BTRFS_SETGET_BITS(64) ^ /kisskb/src/fs/btrfs/struct-funcs.c: In function 'btrfs_set_token_64': /kisskb/src/fs/btrfs/struct-funcs.c:114:5: note: byref variable will be forcibly initialized u8 lebytes[sizeof(u##bits)]; \ ^ /kisskb/src/fs/btrfs/struct-funcs.c:163:1: note: in expansion of macro 'DEFINE_BTRFS_SETGET_BITS' DEFINE_BTRFS_SETGET_BITS(64) ^ /kisskb/src/fs/btrfs/struct-funcs.c: In function 'btrfs_set_64': /kisskb/src/fs/btrfs/struct-funcs.c:146:5: note: byref variable will be forcibly initialized u8 lebytes[sizeof(u##bits)]; \ ^ /kisskb/src/fs/btrfs/struct-funcs.c:163:1: note: in expansion of macro 'DEFINE_BTRFS_SETGET_BITS' DEFINE_BTRFS_SETGET_BITS(64) ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount_btree.c: In function 'xfs_refcountbt_alloc_block': /kisskb/src/fs/xfs/libxfs/xfs_refcount_btree.c:61:23: note: byref variable will be forcibly initialized struct xfs_alloc_arg args; /* block allocation args */ ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount_btree.c: In function 'xfs_refcountbt_calc_reserves': /kisskb/src/fs/xfs/libxfs/xfs_refcount_btree.c:457:19: note: byref variable will be forcibly initialized struct xfs_buf *agbp; ^ /kisskb/src/fs/btrfs/xattr.c: In function 'btrfs_listxattr': /kisskb/src/fs/btrfs/xattr.c:306:20: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/xattr.c:276:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/gfs2/trans.c: In function '__gfs2_trans_begin': /kisskb/src/fs/gfs2/trans.c:44:15: note: byref variable will be forcibly initialized unsigned int extra_revokes; ^ /kisskb/src/fs/gfs2/util.c: In function 'check_journal_clean': /kisskb/src/fs/gfs2/util.c:55:30: note: byref variable will be forcibly initialized struct gfs2_log_header_host head; ^ /kisskb/src/fs/gfs2/util.c:54:21: note: byref variable will be forcibly initialized struct gfs2_holder j_gh; ^ /kisskb/src/fs/gfs2/util.c: In function 'signal_our_withdraw': /kisskb/src/fs/gfs2/util.c:153:22: note: byref variable will be forcibly initialized struct gfs2_holder freeze_gh; ^ /kisskb/src/fs/gfs2/util.c: In function 'gfs2_lm': /kisskb/src/fs/gfs2/util.c:306:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/gfs2/util.c: In function 'gfs2_consist_rgrpd_i': /kisskb/src/fs/gfs2/util.c:465:7: note: byref variable will be forcibly initialized char fs_id_buf[sizeof(sdp->sd_fsname) + 7]; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_symlink_remote.c:7: /kisskb/src/fs/xfs/libxfs/xfs_symlink_remote.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_sb.c:6: /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized uint32_t zero = 0; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_sb.c:6: /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_buf_get': /kisskb/src/fs/xfs/xfs_buf.h:216:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:224:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:201:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_perag_get_tag': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:66:20: note: byref variable will be forcibly initialized struct xfs_perag *pag; ^ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_sync_sb': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:954:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_sb.c:6: /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_update_secondary_sbs': /kisskb/src/fs/xfs/xfs_buf.h:216:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/libxfs/xfs_sb.c:989:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_sb.c:6: /kisskb/src/fs/xfs/libxfs/xfs_sb.c:985:14: note: byref variable will be forcibly initialized LIST_HEAD (buffer_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_sync_sb_buf': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:1049:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_sb_read_secondary': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:1172:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_sb_get_secondary': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:1194:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_sb_write_verify': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:750:17: note: byref variable will be forcibly initialized struct xfs_sb sb; ^ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_sb_read_verify': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:684:17: note: byref variable will be forcibly initialized struct xfs_sb sb; ^ /kisskb/src/fs/xfs/libxfs/xfs_trans_inode.c: In function 'xfs_trans_log_inode': /kisskb/src/fs/xfs/libxfs/xfs_trans_inode.c:154:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/btrfs/ordered-data.c: In function 'tree_search': /kisskb/src/fs/btrfs/ordered-data.c:138:18: note: byref variable will be forcibly initialized struct rb_node *prev = NULL; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/btrfs/ordered-data.c:6: /kisskb/src/fs/btrfs/ordered-data.c: In function 'btrfs_wait_ordered_extents': /kisskb/src/fs/btrfs/ordered-data.c:585:12: note: byref variable will be forcibly initialized LIST_HEAD(works); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/btrfs/ordered-data.c:584:12: note: byref variable will be forcibly initialized LIST_HEAD(skipped); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/btrfs/ordered-data.c:583:12: note: byref variable will be forcibly initialized LIST_HEAD(splice); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/btrfs/ordered-data.c: In function 'btrfs_wait_ordered_roots': /kisskb/src/fs/btrfs/ordered-data.c:639:19: note: byref variable will be forcibly initialized struct list_head splice; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/btrfs/ordered-data.c:6: /kisskb/src/fs/btrfs/ordered-data.c: In function 'btrfs_start_ordered_extent': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/ordered-data.c:693:3: note: in expansion of macro 'wait_event' wait_event(entry->wait, test_bit(BTRFS_ORDERED_COMPLETE, ^ /kisskb/src/fs/btrfs/ordered-data.c: In function 'btrfs_lock_and_flush_ordered_range': /kisskb/src/fs/btrfs/ordered-data.c:901:23: note: byref variable will be forcibly initialized struct extent_state *cache = NULL; ^ /kisskb/src/fs/efivarfs/file.c: In function 'efivarfs_ioc_getxflags': /kisskb/src/fs/efivarfs/file.c:124:15: note: byref variable will be forcibly initialized unsigned int flags = efivarfs_getflags(inode); ^ /kisskb/src/fs/efivarfs/file.c: In function 'efivarfs_ioc_setxflags': /kisskb/src/fs/efivarfs/file.c:135:15: note: byref variable will be forcibly initialized unsigned int flags; ^ /kisskb/src/fs/efivarfs/file.c: In function 'efivarfs_file_write': /kisskb/src/fs/efivarfs/file.c:24:7: note: byref variable will be forcibly initialized bool set = false; ^ /kisskb/src/fs/efivarfs/file.c:22:16: note: byref variable will be forcibly initialized unsigned long datasize = count - sizeof(attributes); ^ /kisskb/src/fs/efivarfs/file.c:20:6: note: byref variable will be forcibly initialized u32 attributes; ^ /kisskb/src/fs/efivarfs/file.c: In function 'efivarfs_file_read': /kisskb/src/fs/efivarfs/file.c:71:6: note: byref variable will be forcibly initialized u32 attributes; ^ /kisskb/src/fs/efivarfs/file.c:70:16: note: byref variable will be forcibly initialized unsigned long datasize = 0; ^ /kisskb/src/fs/efivarfs/super.c: In function 'efivarfs_alloc_dentry': /kisskb/src/fs/efivarfs/super.c:89:14: note: byref variable will be forcibly initialized struct qstr q; ^ /kisskb/src/fs/efivarfs/super.c: In function 'efivarfs_callback': /kisskb/src/fs/efivarfs/super.c:113:16: note: byref variable will be forcibly initialized unsigned long size = 0; ^ /kisskb/src/fs/f2fs/recovery.c: In function 'recover_quota_data': /kisskb/src/fs/f2fs/recovery.c:241:15: note: byref variable will be forcibly initialized struct iattr attr; ^ /kisskb/src/fs/f2fs/recovery.c: In function 'recover_dentry': /kisskb/src/fs/f2fs/recovery.c:165:15: note: byref variable will be forcibly initialized struct page *page; ^ /kisskb/src/fs/f2fs/recovery.c:164:14: note: byref variable will be forcibly initialized struct qstr usr_fname; ^ /kisskb/src/fs/f2fs/recovery.c:163:23: note: byref variable will be forcibly initialized struct f2fs_filename fname; ^ /kisskb/src/fs/f2fs/recovery.c: In function 'check_index_in_prev_nodes': /kisskb/src/fs/f2fs/recovery.c:447:23: note: byref variable will be forcibly initialized struct dnode_of_data tdn = *dn; ^ /kisskb/src/fs/f2fs/recovery.c: In function 'do_recover_data': /kisskb/src/fs/f2fs/recovery.c:551:19: note: byref variable will be forcibly initialized struct node_info ni; ^ /kisskb/src/fs/f2fs/recovery.c:550:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/recovery.c: In function 'f2fs_recover_fsync_data': /kisskb/src/fs/f2fs/recovery.c:862:22: note: byref variable will be forcibly initialized struct cp_control cpc = { ^ /kisskb/src/fs/f2fs/recovery.c:768:19: note: byref variable will be forcibly initialized struct list_head dir_list; ^ /kisskb/src/fs/f2fs/recovery.c:767:31: note: byref variable will be forcibly initialized struct list_head inode_list, tmp_inode_list; ^ /kisskb/src/fs/f2fs/recovery.c:767:19: note: byref variable will be forcibly initialized struct list_head inode_list, tmp_inode_list; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'check_eb_range': /kisskb/src/fs/btrfs/extent_io.c:6083:16: note: byref variable will be forcibly initialized unsigned long offset; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'tree_search_for_insert': /kisskb/src/fs/btrfs/extent_io.c:470:18: note: byref variable will be forcibly initialized struct rb_node *next= NULL; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'tree_search': /kisskb/src/fs/btrfs/extent_io.c:470:18: note: byref variable will be forcibly initialized /kisskb/src/fs/btrfs/extent_io.c: In function '__process_pages_contig': /kisskb/src/fs/btrfs/extent_io.c:1946:15: note: byref variable will be forcibly initialized struct page *pages[16]; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'lock_delalloc_pages': /kisskb/src/fs/btrfs/extent_io.c:1833:16: note: byref variable will be forcibly initialized unsigned long index_ret = index; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'end_bio_extent_buffer_writepage': /kisskb/src/fs/btrfs/extent_io.c:4061:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ In file included from /kisskb/src/include/linux/radix-tree.h:19:0, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/btrfs/extent_io.c:5: /kisskb/src/fs/btrfs/extent_io.c: In function '__readahead_batch': /kisskb/src/include/linux/pagemap.h:899:11: note: byref variable will be forcibly initialized XA_STATE(xas, &rac->mapping->i_pages, 0); ^ /kisskb/src/include/linux/xarray.h:1349:18: note: in definition of macro 'XA_STATE' struct xa_state name = __XA_STATE(array, index, 0, 0) ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'get_next_extent_buffer': /kisskb/src/fs/btrfs/extent_io.c:6573:24: note: byref variable will be forcibly initialized struct extent_buffer *gang[BTRFS_SUBPAGE_BITMAP_SIZE]; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'set_extent_bit': /kisskb/src/fs/btrfs/extent_io.c:470:18: note: byref variable will be forcibly initialized struct rb_node *next= NULL; ^ /kisskb/src/fs/btrfs/extent_io.c:974:18: note: byref variable will be forcibly initialized struct rb_node *parent; ^ /kisskb/src/fs/btrfs/extent_io.c:973:19: note: byref variable will be forcibly initialized struct rb_node **p; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'endio_readpage_release_extent': /kisskb/src/fs/btrfs/extent_io.c:2811:23: note: byref variable will be forcibly initialized struct extent_state *cached = NULL; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'convert_extent_bit': /kisskb/src/fs/btrfs/extent_io.c:470:18: note: byref variable will be forcibly initialized struct rb_node *next= NULL; ^ /kisskb/src/fs/btrfs/extent_io.c:1211:18: note: byref variable will be forcibly initialized struct rb_node *parent; ^ /kisskb/src/fs/btrfs/extent_io.c:1210:19: note: byref variable will be forcibly initialized struct rb_node **p; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'lock_extent_bits': /kisskb/src/fs/btrfs/extent_io.c:1455:6: note: byref variable will be forcibly initialized u64 failed_start; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'try_lock_extent': /kisskb/src/fs/btrfs/extent_io.c:1474:6: note: byref variable will be forcibly initialized u64 failed_start; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'find_first_clear_extent_bit': /kisskb/src/fs/btrfs/extent_io.c:1650:39: note: byref variable will be forcibly initialized struct rb_node *node, *prev = NULL, *next; ^ /kisskb/src/fs/btrfs/extent_io.c:1650:25: note: byref variable will be forcibly initialized struct rb_node *node, *prev = NULL, *next; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'find_lock_delalloc_range': /kisskb/src/fs/btrfs/extent_io.c:1866:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^ /kisskb/src/fs/btrfs/extent_io.c:1864:6: note: byref variable will be forcibly initialized u64 delalloc_end; ^ /kisskb/src/fs/btrfs/extent_io.c:1863:6: note: byref variable will be forcibly initialized u64 delalloc_start; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'writepage_delalloc': /kisskb/src/fs/btrfs/extent_io.c:3606:6: note: byref variable will be forcibly initialized int page_started = 0; ^ /kisskb/src/fs/btrfs/extent_io.c:3604:6: note: byref variable will be forcibly initialized u64 delalloc_end = 0; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'end_bio_extent_writepage': /kisskb/src/fs/btrfs/extent_io.c:2741:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'read_extent_buffer_subpage': /kisskb/src/fs/btrfs/extent_io.c:5880:14: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'repair_io_failure': /kisskb/src/fs/btrfs/extent_io.c:2257:20: note: byref variable will be forcibly initialized struct btrfs_bio *bbio = NULL; ^ /kisskb/src/fs/btrfs/extent_io.c:2255:6: note: byref variable will be forcibly initialized u64 map_length = 0; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'clean_io_failure': /kisskb/src/fs/btrfs/extent_io.c:2365:6: note: byref variable will be forcibly initialized u64 private; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'end_bio_extent_readpage': /kisskb/src/fs/btrfs/extent_io.c:2913:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ /kisskb/src/fs/btrfs/extent_io.c: In function '__extent_writepage': /kisskb/src/fs/btrfs/extent_io.c:3802:16: note: byref variable will be forcibly initialized unsigned long nr_written = 0; ^ /kisskb/src/fs/btrfs/extent_io.c:3798:6: note: byref variable will be forcibly initialized int nr = 0; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'extent_write_cache_pages': /kisskb/src/fs/btrfs/extent_io.c:4388:10: note: byref variable will be forcibly initialized pgoff_t index; ^ /kisskb/src/fs/btrfs/extent_io.c:4386:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'btrfs_do_readpage': /kisskb/src/fs/btrfs/extent_io.c:3503:25: note: byref variable will be forcibly initialized struct extent_state *cached = NULL; ^ /kisskb/src/fs/btrfs/extent_io.c:3413:25: note: byref variable will be forcibly initialized struct extent_state *cached = NULL; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'extent_write_full_page': /kisskb/src/fs/btrfs/extent_io.c:4530:26: note: byref variable will be forcibly initialized struct extent_page_data epd = { ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'extent_write_locked_range': /kisskb/src/fs/btrfs/extent_io.c:4557:26: note: byref variable will be forcibly initialized struct extent_page_data epd = { ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'extent_writepages': /kisskb/src/fs/btrfs/extent_io.c:4600:26: note: byref variable will be forcibly initialized struct extent_page_data epd = { ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'extent_readahead': /kisskb/src/fs/btrfs/extent_io.c:4622:6: note: byref variable will be forcibly initialized u64 prev_em_start = (u64)-1; ^ /kisskb/src/fs/btrfs/extent_io.c:4621:21: note: byref variable will be forcibly initialized struct extent_map *em_cached = NULL; ^ /kisskb/src/fs/btrfs/extent_io.c:4620:15: note: byref variable will be forcibly initialized struct page *pagepool[16]; ^ /kisskb/src/fs/btrfs/extent_io.c:4619:16: note: byref variable will be forcibly initialized unsigned long bio_flags = 0; ^ /kisskb/src/fs/btrfs/extent_io.c:4618:14: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'extent_invalidatepage': /kisskb/src/fs/btrfs/extent_io.c:4652:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'alloc_extent_buffer': /kisskb/src/fs/btrfs/extent_io.c:5587:25: note: byref variable will be forcibly initialized struct btrfs_subpage *prealloc = NULL; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'read_extent_buffer_pages': /kisskb/src/fs/btrfs/extent_io.c:5951:14: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'extent_fiemap': /kisskb/src/fs/btrfs/extent_io.c:4959:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^ /kisskb/src/fs/btrfs/extent_io.c:4957:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/xfs/libxfs/xfs_types.c: In function 'xfs_verify_agino': /kisskb/src/fs/xfs/libxfs/xfs_types.c:126:15: note: byref variable will be forcibly initialized xfs_agino_t last; ^ /kisskb/src/fs/xfs/libxfs/xfs_types.c:125:15: note: byref variable will be forcibly initialized xfs_agino_t first; ^ /kisskb/src/fs/xfs/libxfs/xfs_types.c: In function 'xfs_icount_range': /kisskb/src/fs/xfs/libxfs/xfs_types.c:231:22: note: byref variable will be forcibly initialized xfs_agino_t first, last; ^ /kisskb/src/fs/xfs/libxfs/xfs_types.c:231:15: note: byref variable will be forcibly initialized xfs_agino_t first, last; ^ /kisskb/src/fs/xfs/libxfs/xfs_types.c: In function 'xfs_verify_icount': /kisskb/src/fs/xfs/libxfs/xfs_types.c:245:26: note: byref variable will be forcibly initialized unsigned long long min, max; ^ /kisskb/src/fs/xfs/libxfs/xfs_types.c:245:21: note: byref variable will be forcibly initialized unsigned long long min, max; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'submit_eb_page': /kisskb/src/fs/btrfs/extent_io.c:4179:28: note: byref variable will be forcibly initialized struct btrfs_block_group *cache = NULL; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'btree_write_cache_pages': /kisskb/src/fs/btrfs/extent_io.c:4259:10: note: byref variable will be forcibly initialized pgoff_t index; ^ /kisskb/src/fs/btrfs/extent_io.c:4257:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^ /kisskb/src/fs/btrfs/extent_io.c:4248:26: note: byref variable will be forcibly initialized struct extent_page_data epd = { ^ /kisskb/src/fs/btrfs/extent_io.c:4247:24: note: byref variable will be forcibly initialized struct extent_buffer *eb_context = NULL; ^ /kisskb/src/fs/erofs/super.c: In function 'erofs_fc_parse_param': /kisskb/src/fs/erofs/super.c:238:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^ /kisskb/src/fs/erofs/super.c: In function '_erofs_err': /kisskb/src/fs/erofs/super.c:26:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/erofs/super.c: In function '_erofs_info': /kisskb/src/fs/erofs/super.c:41:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/xfs/xfs_aops.c: In function 'xfs_setfilesize_trans_alloc': /kisskb/src/fs/xfs/xfs_aops.c:47:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_aops.c: In function 'xfs_map_blocks': /kisskb/src/fs/xfs/xfs_aops.c:352:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/xfs_aops.c:351:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec imap; ^ /kisskb/src/fs/xfs/xfs_aops.c: In function 'xfs_setfilesize': /kisskb/src/fs/xfs/xfs_aops.c:105:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_aops.c: In function 'xfs_end_io': /kisskb/src/fs/xfs/xfs_aops.c:222:19: note: byref variable will be forcibly initialized struct list_head tmp; ^ /kisskb/src/fs/erofs/inode.c: In function 'erofs_fill_inode': /kisskb/src/fs/erofs/inode.c:230:15: note: byref variable will be forcibly initialized unsigned int ofs; ^ /kisskb/src/fs/erofs/inode.c: In function 'erofs_iget': /kisskb/src/fs/erofs/inode.c:308:15: note: byref variable will be forcibly initialized struct inode *erofs_iget(struct super_block *sb, ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/fs/open.c:9: /kisskb/src/fs/open.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^ /kisskb/src/fs/open.c: In function 'do_faccessat': /kisskb/src/fs/open.c:401:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/open.c: In function '__do_sys_chdir': /kisskb/src/fs/open.c:489:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/open.c: In function '__do_sys_chroot': /kisskb/src/fs/open.c:537:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/open.c: In function 'do_truncate': /kisskb/src/fs/open.c:42:15: note: byref variable will be forcibly initialized struct iattr newattrs; ^ /kisskb/src/fs/open.c: In function 'do_sys_truncate': /kisskb/src/fs/open.c:126:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/open.c: In function 'chmod_common': /kisskb/src/fs/open.c:572:15: note: byref variable will be forcibly initialized struct iattr newattrs; ^ /kisskb/src/fs/open.c:571:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^ /kisskb/src/fs/open.c: In function 'do_fchmodat': /kisskb/src/fs/open.c:618:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/open.c: In function 'chown_common': /kisskb/src/fs/open.c:651:15: note: byref variable will be forcibly initialized struct iattr newattrs; ^ /kisskb/src/fs/open.c:649:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^ /kisskb/src/fs/open.c: In function 'do_fchownat': /kisskb/src/fs/open.c:696:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/open.c: In function 'do_sys_openat2': /kisskb/src/fs/open.c:1174:20: note: byref variable will be forcibly initialized struct open_flags op; ^ /kisskb/src/fs/open.c: In function '__do_sys_openat2': /kisskb/src/fs/open.c:1226:18: note: byref variable will be forcibly initialized struct open_how tmp; ^ /kisskb/src/fs/open.c: In function 'file_open_name': /kisskb/src/fs/open.c:1128:18: note: byref variable will be forcibly initialized struct open_how how = build_open_how(flags, mode); ^ /kisskb/src/fs/open.c:1127:20: note: byref variable will be forcibly initialized struct open_flags op; ^ /kisskb/src/fs/open.c: In function 'file_open_root': /kisskb/src/fs/open.c:1163:18: note: byref variable will be forcibly initialized struct open_how how = build_open_how(flags, mode); ^ /kisskb/src/fs/open.c:1162:20: note: byref variable will be forcibly initialized struct open_flags op; ^ /kisskb/src/fs/open.c: In function 'do_sys_open': /kisskb/src/fs/open.c:1202:18: note: byref variable will be forcibly initialized struct open_how how = build_open_how(flags, mode); ^ /kisskb/src/fs/xfs/xfs_attr_inactive.c: In function 'xfs_attr3_rmt_stale': /kisskb/src/fs/xfs/xfs_attr_inactive.c:40:8: note: byref variable will be forcibly initialized int nmap; ^ /kisskb/src/fs/xfs/xfs_attr_inactive.c:39:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec map; ^ /kisskb/src/fs/xfs/xfs_attr_inactive.c: In function 'xfs_attr3_leaf_inactive': /kisskb/src/fs/xfs/xfs_attr_inactive.c:87:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_attr_inactive.c:7: /kisskb/src/fs/xfs/xfs_attr_inactive.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:201:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/xfs_attr_inactive.c: In function 'xfs_attr3_node_inactive': /kisskb/src/fs/xfs/xfs_trans.h:201:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/xfs_attr_inactive.c:226:30: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr phdr; ^ /kisskb/src/fs/xfs/xfs_attr_inactive.c:141:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr ichdr; ^ /kisskb/src/fs/xfs/xfs_attr_inactive.c:140:19: note: byref variable will be forcibly initialized struct xfs_buf *child_bp; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_attr_inactive.c:7: /kisskb/src/fs/xfs/xfs_attr_inactive.c: In function 'xfs_attr3_root_inactive': /kisskb/src/fs/xfs/xfs_trans.h:201:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/xfs_attr_inactive.c:261:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/xfs_attr_inactive.c: In function 'xfs_attr_inactive': /kisskb/src/fs/xfs/xfs_attr_inactive.c:332:20: note: byref variable will be forcibly initialized struct xfs_trans *trans; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/volumes.c:6: /kisskb/src/fs/btrfs/volumes.c: In function '__list_splice_init_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:271:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), first); ^ /kisskb/src/fs/erofs/data.c: In function 'erofs_readendio': /kisskb/src/fs/erofs/data.c:16:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ /kisskb/src/fs/erofs/data.c: In function 'erofs_read_raw_page': /kisskb/src/fs/erofs/data.c:156:27: note: byref variable will be forcibly initialized struct erofs_map_blocks map = { ^ /kisskb/src/fs/erofs/data.c: In function 'erofs_raw_access_readahead': /kisskb/src/fs/erofs/data.c:278:15: note: byref variable will be forcibly initialized unsigned int eblks; ^ /kisskb/src/fs/erofs/data.c:277:14: note: byref variable will be forcibly initialized erofs_off_t last_block; ^ /kisskb/src/fs/erofs/data.c: In function 'erofs_raw_access_readpage': /kisskb/src/fs/erofs/data.c:259:15: note: byref variable will be forcibly initialized unsigned int eblks; ^ /kisskb/src/fs/erofs/data.c:258:14: note: byref variable will be forcibly initialized erofs_off_t last_block; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_add_system_chunk': /kisskb/src/fs/btrfs/volumes.c:4850:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^ In file included from /kisskb/src/fs/read_write.c:13:0: /kisskb/src/fs/read_write.c: In function 'iov_iter_iovec': /kisskb/src/include/linux/uio.h:107:9: note: userspace variable will be forcibly initialized return (struct iovec) { ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/volumes.c:6: /kisskb/src/fs/btrfs/volumes.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:93:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(list_next_rcu(prev), new); ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_del_sys_chunk': /kisskb/src/fs/btrfs/volumes.c:2942:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/btrfs/volumes.c:8: /kisskb/src/fs/btrfs/volumes.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'find_next_devid': /kisskb/src/fs/btrfs/volumes.c:1831:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/volumes.c:1830:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/read_write.c: In function 'new_sync_read': /kisskb/src/fs/read_write.c:408:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^ /kisskb/src/fs/read_write.c:407:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^ /kisskb/src/fs/read_write.c:406:15: note: byref variable will be forcibly initialized struct iovec iov = { .iov_base = buf, .iov_len = len }; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_dev_stats_value': /kisskb/src/fs/btrfs/volumes.c:7423:6: note: byref variable will be forcibly initialized u64 val; ^ /kisskb/src/fs/read_write.c: In function 'new_sync_write': /kisskb/src/fs/read_write.c:511:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^ /kisskb/src/fs/read_write.c:510:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^ /kisskb/src/fs/read_write.c:509:15: note: byref variable will be forcibly initialized struct iovec iov = { .iov_base = (void __user *)buf, .iov_len = len }; ^ /kisskb/src/fs/read_write.c: In function 'do_iter_readv_writev': /kisskb/src/fs/read_write.c:728:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_device_init_dev_stats': /kisskb/src/fs/btrfs/volumes.c:7423:6: note: byref variable will be forcibly initialized /kisskb/src/fs/btrfs/volumes.c:7447:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ In file included from /kisskb/src/fs/read_write.c:13:0: /kisskb/src/fs/read_write.c: In function 'do_loop_readv_writev': /kisskb/src/include/linux/uio.h:107:9: note: userspace variable will be forcibly initialized return (struct iovec) { ^ /kisskb/src/fs/read_write.c:757:16: note: userspace variable will be forcibly initialized struct iovec iovec = iov_iter_iovec(iter); ^ /kisskb/src/fs/btrfs/volumes.c: In function 'contains_pending_extent': /kisskb/src/fs/btrfs/volumes.c:1389:22: note: byref variable will be forcibly initialized u64 physical_start, physical_end; ^ /kisskb/src/fs/btrfs/volumes.c:1389:6: note: byref variable will be forcibly initialized u64 physical_start, physical_end; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'find_free_dev_extent_start': /kisskb/src/fs/btrfs/volumes.c:1563:6: note: byref variable will be forcibly initialized u64 hole_size; ^ /kisskb/src/fs/btrfs/volumes.c:1560:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_rm_dev_item': /kisskb/src/fs/btrfs/volumes.c:1947:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/read_write.c: In function 'vfs_readv': /kisskb/src/fs/read_write.c:916:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^ /kisskb/src/fs/read_write.c:915:16: note: byref variable will be forcibly initialized struct iovec *iov = iovstack; ^ /kisskb/src/fs/read_write.c:914:15: note: byref variable will be forcibly initialized struct iovec iovstack[UIO_FASTIOV]; ^ /kisskb/src/fs/read_write.c: In function 'do_readv': /kisskb/src/fs/read_write.c:953:10: note: byref variable will be forcibly initialized loff_t pos, *ppos = file_ppos(f.file); ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_free_dev_extent': /kisskb/src/fs/btrfs/volumes.c:1715:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/volumes.c:1714:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_free_chunk': /kisskb/src/fs/btrfs/volumes.c:2902:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/read_write.c: In function 'vfs_writev': /kisskb/src/fs/read_write.c:933:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^ /kisskb/src/fs/read_write.c:932:16: note: byref variable will be forcibly initialized struct iovec *iov = iovstack; ^ /kisskb/src/fs/read_write.c:931:15: note: byref variable will be forcibly initialized struct iovec iovstack[UIO_FASTIOV]; ^ /kisskb/src/fs/read_write.c: In function 'do_writev': /kisskb/src/fs/btrfs/volumes.c: In function 'update_dev_stat_item': /kisskb/src/fs/read_write.c:977:10: note: byref variable will be forcibly initialized loff_t pos, *ppos = file_ppos(f.file); ^ /kisskb/src/fs/btrfs/volumes.c:7514:12: note: byref variable will be forcibly initialized static int update_dev_stat_item(struct btrfs_trans_handle *trans, ^ /kisskb/src/fs/btrfs/volumes.c:7514:12: note: byref variable will be forcibly initialized /kisskb/src/fs/btrfs/volumes.c:7520:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_alloc_dev_extent': /kisskb/src/fs/btrfs/volumes.c:1765:12: note: byref variable will be forcibly initialized static int btrfs_alloc_dev_extent(struct btrfs_trans_handle *trans, ^ /kisskb/src/fs/btrfs/volumes.c:1775:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/read_write.c: In function 'do_sendfile': /kisskb/src/fs/read_write.c:1193:9: note: byref variable will be forcibly initialized loff_t out_pos; ^ /kisskb/src/fs/read_write.c:1192:9: note: byref variable will be forcibly initialized loff_t pos; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_update_device': /kisskb/src/fs/btrfs/volumes.c:2820:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_add_dev_item': /kisskb/src/fs/btrfs/volumes.c:1873:12: note: byref variable will be forcibly initialized static int btrfs_add_dev_item(struct btrfs_trans_handle *trans, ^ /kisskb/src/fs/btrfs/volumes.c:1880:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/read_write.c: In function '__do_sys_sendfile': /kisskb/src/fs/read_write.c:1294:9: note: byref variable will be forcibly initialized loff_t pos; ^ /kisskb/src/fs/read_write.c: In function '__do_sys_sendfile64': /kisskb/src/fs/read_write.c:1313:9: note: byref variable will be forcibly initialized loff_t pos; ^ /kisskb/src/fs/read_write.c: In function '__kernel_read': /kisskb/src/fs/read_write.c:437:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^ /kisskb/src/fs/read_write.c:436:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^ /kisskb/src/fs/read_write.c:432:14: note: byref variable will be forcibly initialized struct kvec iov = { ^ /kisskb/src/fs/read_write.c: In function '__kernel_write': /kisskb/src/fs/read_write.c:533:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^ /kisskb/src/fs/read_write.c:532:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^ /kisskb/src/fs/read_write.c:528:14: note: byref variable will be forcibly initialized struct kvec iov = { ^ /kisskb/src/fs/btrfs/volumes.c: In function 'insert_balance_item': /kisskb/src/fs/btrfs/volumes.c:3268:12: note: byref variable will be forcibly initialized static int insert_balance_item(struct btrfs_fs_info *fs_info, ^ /kisskb/src/fs/btrfs/volumes.c:3277:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/volumes.c:3274:33: note: byref variable will be forcibly initialized struct btrfs_disk_balance_args disk_bargs; ^ /kisskb/src/fs/read_write.c: In function 'ksys_read': /kisskb/src/fs/read_write.c:629:10: note: byref variable will be forcibly initialized loff_t pos, *ppos = file_ppos(f.file); ^ /kisskb/src/fs/read_write.c: In function 'ksys_write': /kisskb/src/fs/read_write.c:653:10: note: byref variable will be forcibly initialized loff_t pos, *ppos = file_ppos(f.file); ^ /kisskb/src/fs/btrfs/volumes.c: In function 'del_balance_item': /kisskb/src/fs/btrfs/volumes.c:3327:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_uuid_scan_kthread': /kisskb/src/fs/btrfs/volumes.c:4486:25: note: byref variable will be forcibly initialized struct btrfs_root_item root_item; ^ /kisskb/src/fs/btrfs/volumes.c:4481:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/read_write.c: In function 'do_copy_file_range': /kisskb/src/fs/read_write.c:1398:16: note: byref variable will be forcibly initialized static ssize_t do_copy_file_range(struct file *file_in, loff_t pos_in, ^ /kisskb/src/fs/read_write.c:1398:16: note: byref variable will be forcibly initialized /kisskb/src/fs/read_write.c: In function 'generic_write_checks': /kisskb/src/fs/read_write.c:1646:9: note: byref variable will be forcibly initialized loff_t count; ^ /kisskb/src/fs/read_write.c: In function 'generic_copy_file_checks': /kisskb/src/fs/read_write.c:1433:11: note: byref variable will be forcibly initialized uint64_t count = *req_count; ^ /kisskb/src/fs/read_write.c: In function '__do_sys_copy_file_range': /kisskb/src/fs/read_write.c:1548:9: note: byref variable will be forcibly initialized loff_t pos_out; ^ /kisskb/src/fs/read_write.c:1547:9: note: byref variable will be forcibly initialized loff_t pos_in; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_free_extra_devids': /kisskb/src/fs/btrfs/volumes.c:1095:23: note: byref variable will be forcibly initialized struct btrfs_device *latest_dev = NULL; ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/volumes.c:6: /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_close_devices': /kisskb/src/fs/btrfs/volumes.c:1176:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_open_one_device': /kisskb/src/fs/btrfs/volumes.c:624:28: note: byref variable will be forcibly initialized struct btrfs_super_block *disk_super; ^ /kisskb/src/fs/btrfs/volumes.c:623:23: note: byref variable will be forcibly initialized struct block_device *bdev; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'gather_device_info': /kisskb/src/fs/btrfs/volumes.c:5041:6: note: byref variable will be forcibly initialized u64 dev_offset; ^ /kisskb/src/fs/btrfs/volumes.c:5040:6: note: byref variable will be forcibly initialized u64 max_avail; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_remove_chunk': /kisskb/src/fs/btrfs/volumes.c:3019:6: note: byref variable will be forcibly initialized u64 dev_extent_len = 0; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_relocate_sys_chunks': /kisskb/src/fs/btrfs/volumes.c:3159:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/volumes.c:3158:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/volumes.c: In function '__btrfs_balance': /kisskb/src/fs/btrfs/volumes.c:3701:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/volumes.c:3700:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_recover_balance': /kisskb/src/fs/btrfs/volumes.c:4333:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/volumes.c:4330:33: note: byref variable will be forcibly initialized struct btrfs_disk_balance_args disk_bargs; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/volumes.c:6: /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_pause_balance': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/volumes.c:4412:3: note: in expansion of macro 'wait_event' wait_event(fs_info->balance_wait_q, ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_cancel_balance': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/volumes.c:4452:3: note: in expansion of macro 'wait_event' wait_event(fs_info->balance_wait_q, ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_shrink_device': /kisskb/src/fs/btrfs/volumes.c:4678:6: note: byref variable will be forcibly initialized u64 start; ^ /kisskb/src/fs/btrfs/volumes.c:4673:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_alloc_chunk': /kisskb/src/fs/btrfs/volumes.c:5316:25: note: byref variable will be forcibly initialized struct alloc_chunk_ctl ctl; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_finish_chunk_alloc': /kisskb/src/fs/btrfs/volumes.c:5375:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/volumes.c: In function '__btrfs_map_block': /kisskb/src/fs/btrfs/volumes.c:6219:27: note: byref variable will be forcibly initialized struct btrfs_io_geometry geom; ^ /kisskb/src/fs/btrfs/volumes.c:6217:6: note: byref variable will be forcibly initialized u64 physical_to_patch_in_first_stripe = 0; ^ /kisskb/src/fs/btrfs/volumes.c:6212:20: note: byref variable will be forcibly initialized struct btrfs_bio *bbio = NULL; ^ /kisskb/src/fs/btrfs/volumes.c:6210:6: note: byref variable will be forcibly initialized int max_errors = 0; ^ /kisskb/src/fs/btrfs/volumes.c:6209:6: note: byref variable will be forcibly initialized int num_stripes; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'get_extra_mirror_from_replace': /kisskb/src/fs/btrfs/volumes.c:5917:20: note: byref variable will be forcibly initialized struct btrfs_bio *bbio = NULL; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_map_bio': /kisskb/src/fs/btrfs/volumes.c:6584:20: note: byref variable will be forcibly initialized struct btrfs_bio *bbio = NULL; ^ /kisskb/src/fs/btrfs/volumes.c:6580:6: note: byref variable will be forcibly initialized u64 map_length; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_find_device_by_path': /kisskb/src/fs/btrfs/volumes.c:2366:23: note: byref variable will be forcibly initialized struct block_device *bdev; ^ /kisskb/src/fs/btrfs/volumes.c:2363:28: note: byref variable will be forcibly initialized struct btrfs_super_block *disk_super; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_finish_sprout': /kisskb/src/fs/btrfs/volumes.c:2506:5: note: byref variable will be forcibly initialized u8 dev_uuid[BTRFS_UUID_SIZE]; ^ /kisskb/src/fs/btrfs/volumes.c:2505:5: note: byref variable will be forcibly initialized u8 fs_uuid[BTRFS_FSID_SIZE]; ^ /kisskb/src/fs/btrfs/volumes.c:2504:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_alloc_device': /kisskb/src/fs/btrfs/volumes.c:6734:6: note: byref variable will be forcibly initialized u64 tmp; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/volumes.c:6: /kisskb/src/fs/btrfs/volumes.c: In function 'device_list_add': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/btrfs/volumes.c:971:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(device->name, name); ^ /kisskb/src/fs/btrfs/volumes.c:935:10: note: byref variable will be forcibly initialized dev_t path_dev; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/volumes.c:6: /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/btrfs/volumes.c:871:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(device->name, name); ^ /kisskb/src/fs/btrfs/volumes.c:788:6: note: byref variable will be forcibly initialized u64 devid = btrfs_stack_device_id(&disk_super->dev_item); ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_scan_one_device': /kisskb/src/fs/btrfs/volumes.c:1340:6: note: byref variable will be forcibly initialized u64 bytenr, bytenr_orig; ^ /kisskb/src/fs/btrfs/volumes.c:1337:7: note: byref variable will be forcibly initialized bool new_device_added = false; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/volumes.c:6: /kisskb/src/fs/btrfs/volumes.c: In function 'clone_fs_devices': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/btrfs/volumes.c:1032:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(device->name, name); ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_init_new_device': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/btrfs/volumes.c:2628:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(device->name, name); ^ /kisskb/src/fs/btrfs/volumes.c: In function 'read_one_chunk': /kisskb/src/fs/btrfs/volumes.c:6800:5: note: byref variable will be forcibly initialized u8 uuid[BTRFS_UUID_SIZE]; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'read_one_dev': /kisskb/src/fs/btrfs/volumes.c:6989:5: note: byref variable will be forcibly initialized u8 dev_uuid[BTRFS_UUID_SIZE]; ^ /kisskb/src/fs/btrfs/volumes.c:6988:5: note: byref variable will be forcibly initialized u8 fs_uuid[BTRFS_FSID_SIZE]; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_read_sys_array': /kisskb/src/fs/btrfs/volumes.c:7103:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_read_chunk_tree': /kisskb/src/fs/btrfs/volumes.c:7289:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/volumes.c:7288:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_verify_dev_extents': /kisskb/src/fs/btrfs/volumes.c:7868:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ In file included from /kisskb/src/include/linux/slab.h:16:0, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_attr_list.c:7: /kisskb/src/fs/xfs/xfs_attr_list.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/xfs/xfs_attr_list.c: In function 'xfs_attr_node_list_lookup': /kisskb/src/fs/xfs/xfs_attr_list.c:212:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/xfs_attr_list.c:206:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr nodehdr; ^ /kisskb/src/fs/xfs/xfs_attr_list.c: In function 'xfs_attr3_leaf_list_int': /kisskb/src/fs/xfs/xfs_attr_list.c:393:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr ichdr; ^ /kisskb/src/fs/xfs/xfs_attr_list.c: In function 'xfs_attr_leaf_list': /kisskb/src/fs/xfs/xfs_attr_list.c:487:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/xfs_attr_list.c: In function 'xfs_attr_node_list': /kisskb/src/fs/xfs/xfs_attr_list.c:290:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/xfs_attr_list.c:287:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr leafhdr; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_unmap_extent': /kisskb/src/fs/xfs/xfs_bmap_util.c:853:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_swap_extent_rmap': /kisskb/src/fs/xfs/xfs_bmap_util.c:1317:9: note: byref variable will be forcibly initialized int nimaps; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c:1310:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec tirec; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c:1309:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec uirec; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c:1308:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec irec; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_getbmap_report_one': /kisskb/src/fs/xfs/xfs_bmap_util.c:265:9: note: byref variable will be forcibly initialized bool shared = false; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_bmap_count_leaves': /kisskb/src/fs/xfs/xfs_bmap_util.c:189:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c:188:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_bmap_count_blocks': /kisskb/src/fs/xfs/xfs_bmap_util.c:217:16: note: byref variable will be forcibly initialized xfs_extlen_t btblocks = 0; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_swap_extent_forks': /kisskb/src/fs/xfs/xfs_bmap_util.c:1435:16: note: byref variable will be forcibly initialized xfs_extnum_t junk; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c:1434:17: note: byref variable will be forcibly initialized xfs_filblks_t taforkblks = 0; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c:1433:17: note: byref variable will be forcibly initialized xfs_filblks_t aforkblks = 0; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_getbmap': /kisskb/src/fs/xfs/xfs_bmap_util.c:376:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c:374:28: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got, rec; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c:374:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got, rec; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_bmap_punch_delalloc_range': /kisskb/src/fs/xfs/xfs_bmap_util.c:558:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c:557:28: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got, del; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c:557:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got, del; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c:556:17: note: byref variable will be forcibly initialized xfs_fileoff_t end_fsb = start_fsb + length; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_free_eofblocks': /kisskb/src/fs/xfs/xfs_bmap_util.c:645:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec imap; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c:644:8: note: byref variable will be forcibly initialized int nimaps; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c:639:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_alloc_file_space': /kisskb/src/fs/xfs/xfs_bmap_util.c:732:19: note: byref variable will be forcibly initialized xfs_bmbt_irec_t imaps[1], *imapp; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c:731:16: note: byref variable will be forcibly initialized xfs_trans_t *tp; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c:729:8: note: byref variable will be forcibly initialized int nimaps; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_free_file_space': /kisskb/src/fs/xfs/xfs_bmap_util.c:913:8: note: byref variable will be forcibly initialized int done = 0, error; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_collapse_file_space': /kisskb/src/fs/xfs/xfs_bmap_util.c:1051:9: note: byref variable will be forcibly initialized bool done = false; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c:1049:17: note: byref variable will be forcibly initialized xfs_fileoff_t next_fsb = XFS_B_TO_FSB(mp, offset + len); ^ /kisskb/src/fs/xfs/xfs_bmap_util.c:1047:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_insert_file_space': /kisskb/src/fs/xfs/xfs_bmap_util.c:1121:9: note: byref variable will be forcibly initialized bool done = false; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c:1119:17: note: byref variable will be forcibly initialized xfs_fileoff_t next_fsb = NULLFSBLOCK; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c:1116:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_swap_extents': /kisskb/src/fs/xfs/xfs_bmap_util.c:1572:23: note: byref variable will be forcibly initialized int src_log_flags, target_log_flags; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c:1572:8: note: byref variable will be forcibly initialized int src_log_flags, target_log_flags; ^ /kisskb/src/fs/xfs/xfs_bmap_util.c:1570:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/f2fs/extent_cache.c: In function '__f2fs_init_extent_tree': /kisskb/src/fs/f2fs/extent_cache.c:367:21: note: byref variable will be forcibly initialized struct extent_info ei; ^ /kisskb/src/fs/f2fs/extent_cache.c: In function 'f2fs_update_extent_tree_range': /kisskb/src/fs/f2fs/extent_cache.c:541:7: note: byref variable will be forcibly initialized bool leftmost = false; ^ /kisskb/src/fs/f2fs/extent_cache.c:537:37: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^ /kisskb/src/fs/f2fs/extent_cache.c:537:19: note: byref variable will be forcibly initialized struct rb_node **insert_p = NULL, *insert_parent = NULL; ^ /kisskb/src/fs/f2fs/extent_cache.c:536:21: note: byref variable will be forcibly initialized struct extent_info ei, dei, prev; ^ /kisskb/src/fs/f2fs/extent_cache.c:535:39: note: byref variable will be forcibly initialized struct extent_node *prev_en = NULL, *next_en = NULL; ^ /kisskb/src/fs/f2fs/extent_cache.c:535:22: note: byref variable will be forcibly initialized struct extent_node *prev_en = NULL, *next_en = NULL; ^ /kisskb/src/fs/erofs/namei.c: In function 'find_target_dirent': /kisskb/src/fs/erofs/namei.c:65:21: note: byref variable will be forcibly initialized struct erofs_qstr dname = { ^ /kisskb/src/fs/erofs/namei.c:64:16: note: byref variable will be forcibly initialized unsigned int matched = min(startprfx, endprfx); ^ /kisskb/src/fs/erofs/namei.c: In function 'find_target_block_classic': /kisskb/src/fs/erofs/namei.c:114:22: note: byref variable will be forcibly initialized struct erofs_qstr dname; ^ /kisskb/src/fs/erofs/namei.c:113:17: note: byref variable will be forcibly initialized unsigned int matched; ^ /kisskb/src/fs/erofs/namei.c: In function 'erofs_namei': /kisskb/src/fs/erofs/namei.c:176:20: note: byref variable will be forcibly initialized struct erofs_qstr qn; ^ /kisskb/src/fs/erofs/namei.c:172:6: note: byref variable will be forcibly initialized int ndirents; ^ /kisskb/src/fs/erofs/namei.c: In function 'erofs_lookup': /kisskb/src/fs/erofs/namei.c:215:15: note: byref variable will be forcibly initialized unsigned int d_type; ^ /kisskb/src/fs/erofs/namei.c:214:14: note: byref variable will be forcibly initialized erofs_nid_t nid; ^ /kisskb/src/fs/f2fs/sysfs.c: In function '__sbi_store': /kisskb/src/fs/f2fs/sysfs.c:342:8: note: byref variable will be forcibly initialized long data; ^ /kisskb/src/fs/f2fs/sysfs.c:295:16: note: byref variable will be forcibly initialized unsigned long t; ^ /kisskb/src/fs/erofs/dir.c: In function 'debug_one_dentry': /kisskb/src/fs/erofs/dir.c:14:16: note: byref variable will be forcibly initialized unsigned char dbg_namebuf[EROFS_NAME_LEN + 1]; ^ /kisskb/src/fs/erofs/dir.c: In function 'erofs_readdir': /kisskb/src/fs/erofs/dir.c:74:15: note: byref variable will be forcibly initialized unsigned int ofs = ctx->pos % EROFS_BLKSIZ; ^ /kisskb/src/fs/erofs/utils.c: In function 'erofs_shrink_workstation': /kisskb/src/fs/erofs/utils.c:170:16: note: byref variable will be forcibly initialized unsigned long index; ^ /kisskb/src/fs/erofs/decompressor.c: In function 'z_erofs_lz4_prepare_destpages': /kisskb/src/fs/erofs/decompressor.c:37:16: note: byref variable will be forcibly initialized unsigned long bounced[DIV_ROUND_UP(LZ4_MAX_DISTANCE_PAGES, ^ /kisskb/src/fs/f2fs/xattr.c: In function 'lookup_all_xattrs': /kisskb/src/fs/f2fs/xattr.c:329:8: note: byref variable will be forcibly initialized void *last_addr = NULL; ^ /kisskb/src/fs/f2fs/xattr.c: In function 'write_all_xattrs': /kisskb/src/fs/f2fs/xattr.c:490:24: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/xattr.c:443:8: note: byref variable will be forcibly initialized nid_t new_nid = 0; ^ /kisskb/src/fs/f2fs/xattr.c: In function '__f2fs_setxattr': /kisskb/src/fs/f2fs/xattr.c:633:8: note: byref variable will be forcibly initialized void *base_addr, *last_base_addr; ^ /kisskb/src/fs/f2fs/xattr.c: In function 'f2fs_getxattr': /kisskb/src/fs/f2fs/xattr.c:524:7: note: byref variable will be forcibly initialized bool is_inline; ^ /kisskb/src/fs/f2fs/xattr.c:523:6: note: byref variable will be forcibly initialized int base_size; ^ /kisskb/src/fs/f2fs/xattr.c:522:8: note: byref variable will be forcibly initialized void *base_addr = NULL; ^ /kisskb/src/fs/f2fs/xattr.c:519:27: note: byref variable will be forcibly initialized struct f2fs_xattr_entry *entry = NULL; ^ /kisskb/src/fs/f2fs/xattr.c: In function 'f2fs_listxattr': /kisskb/src/fs/f2fs/xattr.c:566:8: note: byref variable will be forcibly initialized void *base_addr, *last_base_addr; ^ /kisskb/src/fs/f2fs/xattr.c: In function 'f2fs_init_xattr_caches': /kisskb/src/fs/f2fs/xattr.c:797:7: note: byref variable will be forcibly initialized char slab_name[32]; ^ /kisskb/src/fs/f2fs/acl.c: In function 'f2fs_acl_update_mode': /kisskb/src/fs/f2fs/acl.c:206:10: note: byref variable will be forcibly initialized umode_t mode = inode->i_mode; ^ /kisskb/src/fs/f2fs/acl.c: In function '__f2fs_set_acl': /kisskb/src/fs/f2fs/acl.c:231:10: note: byref variable will be forcibly initialized umode_t mode = inode->i_mode; ^ /kisskb/src/fs/f2fs/acl.c:229:9: note: byref variable will be forcibly initialized size_t size = 0; ^ /kisskb/src/fs/f2fs/acl.c: In function 'f2fs_init_acl': /kisskb/src/fs/f2fs/acl.c:408:41: note: byref variable will be forcibly initialized struct posix_acl *default_acl = NULL, *acl = NULL; ^ /kisskb/src/fs/f2fs/acl.c:408:20: note: byref variable will be forcibly initialized struct posix_acl *default_acl = NULL, *acl = NULL; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:62:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/fs/xfs/xfs_buf.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/fs/xfs/xfs_buf.c: In function 'rht_assign_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rhashtable.h:401:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*bkt, (void *)obj); ^ /kisskb/src/fs/xfs/xfs_buf.c: In function '__rhashtable_insert_fast': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rhashtable.h:758:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:62:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/fs/xfs/xfs_buf.c: In function '__rhashtable_remove_fast_one': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rhashtable.h:1045:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_get_uncached': /kisskb/src/fs/xfs/xfs_buf.c:956:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, XFS_BUF_DADDR_NULL, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/xfs_buf.c:955:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buftarg_shrink_scan': /kisskb/src/fs/xfs/xfs_buf.c:1926:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_incore': /kisskb/src/fs/xfs/xfs_buf.c:687:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/xfs_buf.c:685:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_get_map': /kisskb/src/fs/xfs/xfs_buf.c:709:19: note: byref variable will be forcibly initialized struct xfs_buf *new_bp; ^ /kisskb/src/fs/xfs/xfs_buf.c:708:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/xfs_buf.c: In function '_xfs_buf_ioapply': /kisskb/src/fs/xfs/xfs_buf.c:1561:7: note: byref variable will be forcibly initialized int size; ^ /kisskb/src/fs/xfs/xfs_buf.c:1560:7: note: byref variable will be forcibly initialized int offset; ^ /kisskb/src/fs/xfs/xfs_buf.c:1558:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_read_map': /kisskb/src/fs/xfs/xfs_buf.c:822:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_readahead_map': /kisskb/src/fs/xfs/xfs_buf.c:896:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_read_uncached': /kisskb/src/fs/xfs/xfs_buf.c:919:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_delwri_submit_buffers': /kisskb/src/fs/xfs/xfs_buf.c:2157:19: note: byref variable will be forcibly initialized struct blk_plug plug; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buftarg_drain': /kisskb/src/fs/xfs/xfs_buf.c:1846:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_delwri_submit': /kisskb/src/fs/xfs/xfs_buf.c:2245:14: note: byref variable will be forcibly initialized LIST_HEAD (wait_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_delwri_pushbuf': /kisskb/src/fs/xfs/xfs_buf.c:2290:14: note: byref variable will be forcibly initialized LIST_HEAD (submit_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/fs/f2fs/compress.c:16:0: /kisskb/src/fs/f2fs/compress.c: In function '__f2fs_crc32': /kisskb/src/fs/f2fs/f2fs.h:1721:4: note: byref variable will be forcibly initialized } desc; ^ /kisskb/src/fs/f2fs/compress.c: In function '__f2fs_cluster_blocks': /kisskb/src/fs/f2fs/compress.c:923:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/compress.c: In function 'f2fs_write_raw_pages': /kisskb/src/fs/f2fs/compress.c:1436:6: note: byref variable will be forcibly initialized int _submitted, compr_blocks, ret; ^ /kisskb/src/fs/f2fs/compress.c: In function 'f2fs_write_compressed_pages': /kisskb/src/fs/f2fs/compress.c:1234:19: note: byref variable will be forcibly initialized struct node_info ni; ^ /kisskb/src/fs/f2fs/compress.c:1233:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/compress.c: In function 'prepare_compress_overwrite': /kisskb/src/fs/f2fs/compress.c:1057:15: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^ /kisskb/src/fs/f2fs/compress.c:1023:11: note: byref variable will be forcibly initialized sector_t last_block_in_bio; ^ /kisskb/src/fs/f2fs/compress.c:1022:23: note: byref variable will be forcibly initialized struct dnode_of_data dn; ^ /kisskb/src/fs/f2fs/compress.c: In function 'f2fs_truncate_partial_cluster': /kisskb/src/fs/f2fs/compress.c:1164:15: note: byref variable will be forcibly initialized struct page *pagep; ^ /kisskb/src/fs/f2fs/compress.c:1163:8: note: byref variable will be forcibly initialized void *fsdata = NULL; ^ /kisskb/src/fs/f2fs/compress.c: In function 'f2fs_init_page_array_cache': /kisskb/src/fs/f2fs/compress.c:1711:7: note: byref variable will be forcibly initialized char slab_name[32]; ^ /kisskb/src/fs/xfs/xfs_dir2_readdir.c: In function 'xfs_dir2_leaf_readbuf': /kisskb/src/fs/xfs/xfs_dir2_readdir.c:257:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/xfs_dir2_readdir.c:252:19: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/xfs/xfs_dir2_readdir.c:251:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec map; ^ /kisskb/src/fs/xfs/xfs_dir2_readdir.c:248:19: note: byref variable will be forcibly initialized struct xfs_buf *bp = NULL; ^ /kisskb/src/fs/xfs/xfs_dir2_readdir.c: In function 'xfs_dir2_block_getdents': /kisskb/src/fs/xfs/xfs_dir2_readdir.c:144:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; /* buffer for block */ ^ /kisskb/src/fs/xfs/xfs_dir2_readdir.c: In function 'xfs_dir2_leaf_getdents': /kisskb/src/fs/xfs/xfs_dir2_readdir.c:358:18: note: byref variable will be forcibly initialized xfs_dir2_off_t curoff; /* current overall offset */ ^ /kisskb/src/fs/xfs/xfs_dir2_readdir.c:357:15: note: byref variable will be forcibly initialized xfs_dablk_t rablk = 0; /* current readahead block */ ^ /kisskb/src/fs/xfs/xfs_dir2_readdir.c:353:19: note: byref variable will be forcibly initialized struct xfs_buf *bp = NULL; /* data block buffer */ ^ /kisskb/src/fs/xfs/xfs_dir2_readdir.c: In function 'xfs_readdir': /kisskb/src/fs/xfs/xfs_dir2_readdir.c:513:8: note: byref variable will be forcibly initialized int v; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_getflags': /kisskb/src/fs/btrfs/ioctl.c:159:15: note: byref variable will be forcibly initialized unsigned int flags = btrfs_inode_flags_to_fsflags(binode->flags); ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_fsgetxattr': /kisskb/src/fs/btrfs/ioctl.c:412:17: note: byref variable will be forcibly initialized struct fsxattr fa; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_get_fslabel': /kisskb/src/fs/btrfs/ioctl.c:4641:7: note: byref variable will be forcibly initialized char label[BTRFS_LABEL_SIZE]; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_get_features': /kisskb/src/fs/btrfs/ioctl.c:4726:35: note: byref variable will be forcibly initialized struct btrfs_ioctl_feature_flags features; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/btrfs/ioctl.c:7: /kisskb/src/fs/btrfs/ioctl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/mm.h:30:0, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/btrfs/ioctl.c:7: /kisskb/src/fs/btrfs/ioctl.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'defrag_lookup_extent': /kisskb/src/fs/btrfs/ioctl.c:1176:24: note: byref variable will be forcibly initialized struct extent_state *cached = NULL; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'cluster_pages_for_defrag': /kisskb/src/fs/btrfs/ioctl.c:1301:27: note: byref variable will be forcibly initialized struct extent_changeset *data_reserved = NULL; ^ /kisskb/src/fs/btrfs/ioctl.c:1299:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'find_new_extents': /kisskb/src/fs/btrfs/ioctl.c:1105:19: note: byref variable will be forcibly initialized struct btrfs_key min_key; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_set_fslabel': /kisskb/src/fs/btrfs/ioctl.c:4667:7: note: byref variable will be forcibly initialized char label[BTRFS_LABEL_SIZE]; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_fitrim': /kisskb/src/fs/btrfs/ioctl.c:522:22: note: byref variable will be forcibly initialized struct fstrim_range range; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_subvol_getflags': /kisskb/src/fs/btrfs/ioctl.c:1985:6: note: byref variable will be forcibly initialized u64 flags = 0; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_space_info': /kisskb/src/fs/btrfs/ioctl.c:3529:32: note: byref variable will be forcibly initialized struct btrfs_ioctl_space_info space; ^ /kisskb/src/fs/btrfs/ioctl.c:3528:32: note: byref variable will be forcibly initialized struct btrfs_ioctl_space_args space_args; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'create_subvol': /kisskb/src/fs/btrfs/ioctl.c:617:6: note: byref variable will be forcibly initialized u64 index = 0; ^ /kisskb/src/fs/btrfs/ioctl.c:616:6: note: byref variable will be forcibly initialized u64 objectid; ^ /kisskb/src/fs/btrfs/ioctl.c:615:8: note: byref variable will be forcibly initialized dev_t anon_dev = 0; ^ /kisskb/src/fs/btrfs/ioctl.c:610:25: note: byref variable will be forcibly initialized struct btrfs_block_rsv block_rsv; ^ /kisskb/src/fs/btrfs/ioctl.c:604:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_subvol_setflags': /kisskb/src/fs/btrfs/ioctl.c:2009:6: note: byref variable will be forcibly initialized u64 flags; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_default_subvol': /kisskb/src/fs/btrfs/ioctl.c:3442:6: note: byref variable will be forcibly initialized u64 objectid = 0; ^ /kisskb/src/fs/btrfs/ioctl.c:3441:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'key_in_sk': /kisskb/src/fs/btrfs/ioctl.c:2093:19: note: byref variable will be forcibly initialized struct btrfs_key test; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'copy_to_sk': /kisskb/src/fs/btrfs/ioctl.c:2125:19: note: byref variable will be forcibly initialized struct btrfs_key test; ^ /kisskb/src/fs/btrfs/ioctl.c:2124:35: note: byref variable will be forcibly initialized struct btrfs_ioctl_search_header sh; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'search_ioctl': /kisskb/src/fs/btrfs/ioctl.c:2258:16: note: byref variable will be forcibly initialized unsigned long sk_offset = 0; ^ /kisskb/src/fs/btrfs/ioctl.c:2257:6: note: byref variable will be forcibly initialized int num_found = 0; ^ /kisskb/src/fs/btrfs/ioctl.c:2254:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_tree_search': /kisskb/src/fs/btrfs/ioctl.c:2319:9: note: byref variable will be forcibly initialized size_t buf_size; ^ /kisskb/src/fs/btrfs/ioctl.c:2316:32: note: byref variable will be forcibly initialized struct btrfs_ioctl_search_key sk; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_tree_search_v2': /kisskb/src/fs/btrfs/ioctl.c:2353:9: note: byref variable will be forcibly initialized size_t buf_size; ^ /kisskb/src/fs/btrfs/ioctl.c:2350:36: note: byref variable will be forcibly initialized struct btrfs_ioctl_search_args_v2 args; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_search_path_in_tree': /kisskb/src/fs/btrfs/ioctl.c:2390:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_start_sync': /kisskb/src/fs/btrfs/ioctl.c:3666:6: note: byref variable will be forcibly initialized u64 transid; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_wait_sync': /kisskb/src/fs/btrfs/ioctl.c:3694:6: note: byref variable will be forcibly initialized u64 transid; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_set_features': /kisskb/src/fs/btrfs/ioctl.c:4809:35: note: byref variable will be forcibly initialized struct btrfs_ioctl_feature_flags flags[2]; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_get_subvol_info': /kisskb/src/fs/btrfs/ioctl.c:2726:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_get_subvol_rootref': /kisskb/src/fs/btrfs/ioctl.c:2846:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_search_path_in_tree_user': /kisskb/src/fs/btrfs/ioctl.c:2484:24: note: byref variable will be forcibly initialized struct btrfs_key key, key2; ^ /kisskb/src/fs/btrfs/ioctl.c:2484:19: note: byref variable will be forcibly initialized struct btrfs_key key, key2; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_setflags': /kisskb/src/fs/btrfs/ioctl.c:211:15: note: byref variable will be forcibly initialized unsigned int fsflags, old_fsflags; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_fssetxattr': /kisskb/src/fs/btrfs/ioctl.c:427:21: note: byref variable will be forcibly initialized struct fsxattr fa, old_fa; ^ /kisskb/src/fs/btrfs/ioctl.c:427:17: note: byref variable will be forcibly initialized struct fsxattr fa, old_fa; ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_ioctl_resize': /kisskb/src/fs/btrfs/ioctl.c:1701:8: note: byref variable will be forcibly initialized char *retptr; ^ /kisskb/src/fs/btrfs/ioctl.c:1695:6: note: byref variable will be forcibly initialized u64 devid = 1; ^ In file included from /kisskb/src/fs/btrfs/ioctl.c:11:0: /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_defrag_file': /kisskb/src/include/linux/pagemap.h:839:19: note: byref variable will be forcibly initialized DEFINE_READAHEAD(ractl, file, mapping, index); ^ /kisskb/src/include/linux/pagemap.h:806:27: note: in definition of macro 'DEFINE_READAHEAD' struct readahead_control rac = { \ ^ /kisskb/src/fs/btrfs/ioctl.c:1490:6: note: byref variable will be forcibly initialized u64 newer_off = range->start; ^ /kisskb/src/fs/btrfs/ioctl.c:1489:6: note: byref variable will be forcibly initialized u64 defrag_end = 0; ^ /kisskb/src/fs/btrfs/ioctl.c:1488:6: note: byref variable will be forcibly initialized u64 skip = 0; ^ /kisskb/src/fs/btrfs/ioctl.c:1487:6: note: byref variable will be forcibly initialized u64 last_len = 0; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/locking.c:6: /kisskb/src/fs/btrfs/locking.c: In function 'btrfs_drew_write_lock': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/locking.c:257:3: note: in expansion of macro 'wait_event' wait_event(lock->pending_writers, !atomic_read(&lock->readers)); ^ /kisskb/src/fs/btrfs/locking.c: In function 'btrfs_drew_read_lock': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/locking.c:279:2: note: in expansion of macro 'wait_event' wait_event(lock->pending_readers, ^ /kisskb/src/fs/btrfs/orphan.c: In function 'btrfs_insert_orphan_item': /kisskb/src/fs/btrfs/orphan.c:9:5: note: byref variable will be forcibly initialized int btrfs_insert_orphan_item(struct btrfs_trans_handle *trans, ^ /kisskb/src/fs/btrfs/orphan.c:13:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/orphan.c: In function 'btrfs_del_orphan_item': /kisskb/src/fs/btrfs/orphan.c:34:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/file_table.c: In function 'alloc_file_pseudo': /kisskb/src/fs/file_table.c:222:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/erofs/zdata.c: In function 'z_erofs_attach_page': /kisskb/src/fs/erofs/zdata.c:301:7: note: byref variable will be forcibly initialized bool occupied; ^ In file included from /kisskb/src/fs/erofs/internal.h:12:0, from /kisskb/src/fs/erofs/zdata.h:10, from /kisskb/src/fs/erofs/zdata.c:7: /kisskb/src/fs/erofs/zdata.c: In function 'kvmalloc_array': /kisskb/src/include/linux/mm.h:798:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/erofs/zdata.c: In function 'z_erofs_submit_queue': /kisskb/src/fs/erofs/zdata.c:1188:34: note: byref variable will be forcibly initialized struct z_erofs_decompressqueue *q[NR_JOBQUEUES]; ^ /kisskb/src/fs/erofs/zdata.c: In function 'z_erofs_decompressqueue_endio': /kisskb/src/fs/erofs/zdata.c:738:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ /kisskb/src/fs/erofs/zdata.c: In function 'z_erofs_decompress_pcluster': /kisskb/src/fs/erofs/zdata.c:770:25: note: byref variable will be forcibly initialized enum z_erofs_page_type page_type; ^ /kisskb/src/fs/erofs/zdata.c:767:15: note: byref variable will be forcibly initialized struct page *pages_onstack[Z_EROFS_VMAP_ONSTACK_PAGES]; ^ /kisskb/src/fs/erofs/zdata.c:765:30: note: byref variable will be forcibly initialized struct z_erofs_pagevec_ctor ctor; ^ /kisskb/src/fs/erofs/zdata.c:899:60: note: byref variable will be forcibly initialized err = z_erofs_decompress(&(struct z_erofs_decompress_req) { ^ In file included from /kisskb/src/include/linux/wait_bit.h:8:0, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/erofs/internal.h:10, from /kisskb/src/fs/erofs/zdata.h:10, from /kisskb/src/fs/erofs/zdata.c:7: /kisskb/src/fs/erofs/zdata.c: In function 'z_erofs_runqueue': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:323:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:334:2: note: in expansion of macro '__io_wait_event' __io_wait_event(wq_head, condition); \ ^ /kisskb/src/fs/erofs/zdata.c:1295:2: note: in expansion of macro 'io_wait_event' io_wait_event(io[JQ_SUBMIT].u.wait, ^ /kisskb/src/fs/erofs/zdata.c:1282:33: note: byref variable will be forcibly initialized struct z_erofs_decompressqueue io[NR_JOBQUEUES]; ^ In file included from /kisskb/src/include/linux/wait.h:7:0, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/erofs/internal.h:10, from /kisskb/src/fs/erofs/zdata.h:10, from /kisskb/src/fs/erofs/zdata.c:7: /kisskb/src/fs/erofs/zdata.c: In function 'z_erofs_readahead': /kisskb/src/fs/erofs/zdata.c:1339:12: note: byref variable will be forcibly initialized LIST_HEAD(pagepool); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/erofs/zdata.c: In function 'z_erofs_readpage': /kisskb/src/fs/erofs/zdata.c:1307:12: note: byref variable will be forcibly initialized LIST_HEAD(pagepool); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/erofs/zdata.c: In function 'z_erofs_decompressqueue_work': /kisskb/src/fs/erofs/zdata.c:985:12: note: byref variable will be forcibly initialized LIST_HEAD(pagepool); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/super.c: In function 'super_setup_bdi_name': /kisskb/src/fs/super.c:1549:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/char_dev.c: In function 'chrdev_open': /kisskb/src/fs/char_dev.c:384:7: note: byref variable will be forcibly initialized int idx; ^ /kisskb/src/fs/btrfs/export.c: In function 'btrfs_get_name': /kisskb/src/fs/btrfs/export.c:212:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/export.c: In function 'btrfs_get_parent': /kisskb/src/fs/btrfs/export.c:143:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/export.c:142:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/xfs/xfs_discard.c: In function 'xfs_trim_extents': /kisskb/src/fs/xfs/xfs_discard.c:68:16: note: byref variable will be forcibly initialized xfs_extlen_t flen; ^ /kisskb/src/fs/xfs/xfs_discard.c:67:17: note: byref variable will be forcibly initialized xfs_agblock_t fbno; ^ /kisskb/src/fs/xfs/xfs_discard.c:37:8: note: byref variable will be forcibly initialized int i; ^ /kisskb/src/fs/xfs/xfs_discard.c:33:19: note: byref variable will be forcibly initialized struct xfs_buf *agbp; ^ /kisskb/src/fs/xfs/xfs_discard.c: In function 'xfs_ioc_trim': /kisskb/src/fs/xfs/xfs_discard.c:160:12: note: byref variable will be forcibly initialized uint64_t blocks_trimmed = 0; ^ /kisskb/src/fs/xfs/xfs_discard.c:157:22: note: byref variable will be forcibly initialized struct fstrim_range range; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'walk_down_log_tree': /kisskb/src/fs/btrfs/tree-log.c:2739:20: note: byref variable will be forcibly initialized struct btrfs_key first_key; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'walk_log_tree': /kisskb/src/fs/btrfs/tree-log.c:2884:6: note: byref variable will be forcibly initialized int level; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'logged_inode_size': /kisskb/src/fs/btrfs/tree-log.c:4584:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'drop_objectid_items': /kisskb/src/fs/btrfs/tree-log.c:3844:6: note: byref variable will be forcibly initialized int start_slot; ^ /kisskb/src/fs/btrfs/tree-log.c:3843:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/tree-log.c:3842:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'inode_in_dir': /kisskb/src/fs/btrfs/tree-log.c:950:19: note: byref variable will be forcibly initialized struct btrfs_key location; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'count_inode_refs': /kisskb/src/fs/btrfs/tree-log.c:1660:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_check_ref_name_override': /kisskb/src/fs/btrfs/tree-log.c:4906:21: note: byref variable will be forcibly initialized struct btrfs_key di_key; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'find_dir_range': /kisskb/src/fs/btrfs/tree-log.c:2159:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'fill_inode_item': /kisskb/src/fs/btrfs/tree-log.c:3894:25: note: byref variable will be forcibly initialized struct btrfs_map_token token; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'log_inode_item': /kisskb/src/fs/btrfs/tree-log.c:3948:12: note: byref variable will be forcibly initialized static int log_inode_item(struct btrfs_trans_handle *trans, ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'log_csums': /kisskb/src/fs/btrfs/tree-log.c:3973:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'copy_items': /kisskb/src/fs/btrfs/tree-log.c:4032:19: note: byref variable will be forcibly initialized struct list_head ordered_sums; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_log_all_xattrs': /kisskb/src/fs/btrfs/tree-log.c:4637:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/tree-log.c:6: /kisskb/src/fs/btrfs/tree-log.c: In function 'log_extent_csums': /kisskb/src/fs/btrfs/tree-log.c:4164:12: note: byref variable will be forcibly initialized LIST_HEAD(ordered_sums); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_log_holes': /kisskb/src/fs/btrfs/tree-log.c:4714:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'log_one_extent': /kisskb/src/fs/btrfs/tree-log.c:4260:12: note: byref variable will be forcibly initialized static int log_one_extent(struct btrfs_trans_handle *trans, ^ /kisskb/src/fs/btrfs/tree-log.c:4271:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/tree-log.c:4270:25: note: byref variable will be forcibly initialized struct btrfs_map_token token; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_log_prealloc_extents': /kisskb/src/fs/btrfs/tree-log.c:4353:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_log_changed_extents': /kisskb/src/fs/btrfs/tree-log.c:4485:19: note: byref variable will be forcibly initialized struct list_head extents; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'overwrite_item': /kisskb/src/fs/btrfs/tree-log.c:385:21: note: byref variable will be forcibly initialized static noinline int overwrite_item(struct btrfs_trans_handle *trans, ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'insert_dir_log_key': /kisskb/src/fs/btrfs/tree-log.c:3558:21: note: byref variable will be forcibly initialized static noinline int insert_dir_log_key(struct btrfs_trans_handle *trans, ^ /kisskb/src/fs/btrfs/tree-log.c:3565:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'log_dir_items': /kisskb/src/fs/btrfs/tree-log.c:3684:20: note: byref variable will be forcibly initialized struct btrfs_key tmp; ^ /kisskb/src/fs/btrfs/tree-log.c:3651:20: note: byref variable will be forcibly initialized struct btrfs_key tmp; ^ /kisskb/src/fs/btrfs/tree-log.c:3639:21: note: byref variable will be forcibly initialized struct btrfs_key tmp; ^ /kisskb/src/fs/btrfs/tree-log.c:3598:19: note: byref variable will be forcibly initialized struct btrfs_key min_key; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'log_directory_changes': /kisskb/src/fs/btrfs/tree-log.c:3806:6: note: byref variable will be forcibly initialized u64 max_key; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_log_inode': /kisskb/src/fs/btrfs/tree-log.c:5276:7: note: byref variable will be forcibly initialized bool need_log_inode_item = true; ^ /kisskb/src/fs/btrfs/tree-log.c:5275:6: note: byref variable will be forcibly initialized u64 logged_isize = 0; ^ /kisskb/src/fs/btrfs/tree-log.c:5268:19: note: byref variable will be forcibly initialized struct btrfs_key max_key; ^ /kisskb/src/fs/btrfs/tree-log.c:5267:19: note: byref variable will be forcibly initialized struct btrfs_key min_key; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'log_conflicting_inodes': /kisskb/src/fs/btrfs/tree-log.c:5069:8: note: byref variable will be forcibly initialized u64 other_parent = 0; ^ /kisskb/src/fs/btrfs/tree-log.c:5068:8: note: byref variable will be forcibly initialized u64 other_ino = 0; ^ /kisskb/src/fs/btrfs/tree-log.c:4962:20: note: byref variable will be forcibly initialized struct btrfs_key key; ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/tree-log.c:6: /kisskb/src/fs/btrfs/tree-log.c:4950:12: note: byref variable will be forcibly initialized LIST_HEAD(inode_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'copy_inode_items_to_log': /kisskb/src/fs/btrfs/tree-log.c:5154:8: note: byref variable will be forcibly initialized u64 other_parent = 0; ^ /kisskb/src/fs/btrfs/tree-log.c:5153:8: note: byref variable will be forcibly initialized u64 other_ino = 0; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'log_new_ancestors': /kisskb/src/fs/btrfs/tree-log.c:5856:20: note: byref variable will be forcibly initialized struct btrfs_key search_key; ^ /kisskb/src/fs/btrfs/tree-log.c:5848:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'log_all_new_ancestors': /kisskb/src/fs/btrfs/tree-log.c:5981:20: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/tree-log.c:5954:19: note: byref variable will be forcibly initialized struct btrfs_key search_key; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'log_new_dir_dentries': /kisskb/src/fs/btrfs/tree-log.c:5645:21: note: byref variable will be forcibly initialized struct btrfs_key di_key; ^ /kisskb/src/fs/btrfs/tree-log.c:5618:20: note: byref variable will be forcibly initialized struct btrfs_key min_key; ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/tree-log.c:6: /kisskb/src/fs/btrfs/tree-log.c:5600:12: note: byref variable will be forcibly initialized LIST_HEAD(dir_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_log_all_parents': /kisskb/src/fs/btrfs/tree-log.c:5727:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'replay_xattr_deletes': /kisskb/src/fs/btrfs/tree-log.c:2359:20: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/tree-log.c:2339:19: note: byref variable will be forcibly initialized struct btrfs_key search_key; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'link_to_fixup_dir': /kisskb/src/fs/btrfs/tree-log.c:1833:21: note: byref variable will be forcibly initialized static noinline int link_to_fixup_dir(struct btrfs_trans_handle *trans, ^ /kisskb/src/fs/btrfs/tree-log.c:1838:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'check_item_in_log': /kisskb/src/fs/btrfs/tree-log.c:2249:19: note: byref variable will be forcibly initialized struct btrfs_key location; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'replay_dir_deletes': /kisskb/src/fs/btrfs/tree-log.c:2452:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/tree-log.c:2451:19: note: byref variable will be forcibly initialized struct btrfs_key dir_key; ^ /kisskb/src/fs/btrfs/tree-log.c:2448:6: note: byref variable will be forcibly initialized u64 range_end; ^ /kisskb/src/fs/btrfs/tree-log.c:2447:6: note: byref variable will be forcibly initialized u64 range_start; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'drop_one_dir_item': /kisskb/src/fs/btrfs/tree-log.c:903:19: note: byref variable will be forcibly initialized struct btrfs_key location; ^ /kisskb/src/fs/btrfs/tree-log.c: In function '__add_inode_ref': /kisskb/src/fs/btrfs/tree-log.c:1035:19: note: byref variable will be forcibly initialized struct btrfs_key search_key; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_inode_ref_exists': /kisskb/src/fs/btrfs/tree-log.c:1340:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'unlink_old_inode_refs': /kisskb/src/fs/btrfs/tree-log.c:1283:7: note: byref variable will be forcibly initialized u64 parent_id; ^ /kisskb/src/fs/btrfs/tree-log.c:1282:7: note: byref variable will be forcibly initialized int namelen; ^ /kisskb/src/fs/btrfs/tree-log.c:1281:9: note: byref variable will be forcibly initialized char *name = NULL; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'add_link': /kisskb/src/fs/btrfs/tree-log.c:1380:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'add_inode_ref': /kisskb/src/fs/btrfs/tree-log.c:1460:6: note: byref variable will be forcibly initialized u64 ref_index = 0; ^ /kisskb/src/fs/btrfs/tree-log.c:1458:6: note: byref variable will be forcibly initialized u64 parent_objectid; ^ /kisskb/src/fs/btrfs/tree-log.c:1456:6: note: byref variable will be forcibly initialized int search_done = 0; ^ /kisskb/src/fs/btrfs/tree-log.c:1454:6: note: byref variable will be forcibly initialized int namelen; ^ /kisskb/src/fs/btrfs/tree-log.c:1453:8: note: byref variable will be forcibly initialized char *name = NULL; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'replay_one_extent': /kisskb/src/fs/btrfs/tree-log.c:614:21: note: byref variable will be forcibly initialized static noinline int replay_one_extent(struct btrfs_trans_handle *trans, ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/tree-log.c:6: /kisskb/src/fs/btrfs/tree-log.c:748:14: note: byref variable will be forcibly initialized LIST_HEAD(ordered_sums); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/btrfs/tree-log.c:745:21: note: byref variable will be forcibly initialized struct btrfs_ref ref = { 0 }; ^ /kisskb/src/fs/btrfs/tree-log.c:709:20: note: byref variable will be forcibly initialized struct btrfs_key ins; ^ /kisskb/src/fs/btrfs/tree-log.c:673:33: note: byref variable will be forcibly initialized struct btrfs_file_extent_item cmp2; ^ /kisskb/src/fs/btrfs/tree-log.c:672:33: note: byref variable will be forcibly initialized struct btrfs_file_extent_item cmp1; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'replay_one_name': /kisskb/src/fs/btrfs/tree-log.c:1931:19: note: byref variable will be forcibly initialized struct btrfs_key log_key; ^ /kisskb/src/fs/btrfs/tree-log.c:1930:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'replay_one_dir_item': /kisskb/src/fs/btrfs/tree-log.c:2121:21: note: byref variable will be forcibly initialized struct btrfs_key di_key; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'replay_one_buffer': /kisskb/src/fs/btrfs/tree-log.c:2624:36: note: byref variable will be forcibly initialized struct btrfs_drop_extents_args drop_args = { 0 }; ^ /kisskb/src/fs/btrfs/tree-log.c:2556:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'count_inode_extrefs': /kisskb/src/fs/btrfs/tree-log.c:1623:29: note: byref variable will be forcibly initialized struct btrfs_inode_extref *extref; ^ /kisskb/src/fs/btrfs/tree-log.c:1621:6: note: byref variable will be forcibly initialized u64 offset = 0; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'fixup_inode_link_counts': /kisskb/src/fs/btrfs/tree-log.c:1778:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_sync_log': /kisskb/src/fs/btrfs/tree-log.c:3068:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/btrfs/tree-log.c:3067:23: note: byref variable will be forcibly initialized struct btrfs_log_ctx root_log_ctx; ^ /kisskb/src/fs/btrfs/tree-log.c:3065:25: note: byref variable will be forcibly initialized struct btrfs_root_item new_root_item; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_del_inode_ref_in_log': /kisskb/src/fs/btrfs/tree-log.c:3528:6: note: byref variable will be forcibly initialized u64 index; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_recover_log_trees': /kisskb/src/fs/btrfs/tree-log.c:6189:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/tree-log.c:6188:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/tree-log.c: In function 'btrfs_log_new_name': /kisskb/src/fs/btrfs/tree-log.c:6440:23: note: byref variable will be forcibly initialized struct btrfs_log_ctx ctx; ^ /kisskb/src/fs/xfs/xfs_export.c: In function 'xfs_fs_get_parent': /kisskb/src/fs/xfs/xfs_export.c:210:20: note: byref variable will be forcibly initialized struct xfs_inode *cip; ^ /kisskb/src/fs/xfs/xfs_export.c: In function 'xfs_nfs_get_inode': /kisskb/src/fs/xfs/xfs_export.c:112:16: note: byref variable will be forcibly initialized xfs_inode_t *ip; ^ /kisskb/src/fs/btrfs/lzo.c: In function 'read_compress_length': /kisskb/src/fs/btrfs/lzo.c:108:9: note: byref variable will be forcibly initialized __le32 dlen; ^ /kisskb/src/fs/btrfs/lzo.c: In function 'lzo_compress_pages': /kisskb/src/fs/btrfs/lzo.c:130:9: note: byref variable will be forcibly initialized size_t out_len; ^ /kisskb/src/fs/btrfs/lzo.c: In function 'lzo_decompress_bio': /kisskb/src/fs/btrfs/lzo.c:295:9: note: byref variable will be forcibly initialized size_t out_len; ^ /kisskb/src/fs/btrfs/lzo.c: In function 'lzo_decompress': /kisskb/src/fs/btrfs/lzo.c:429:9: note: byref variable will be forcibly initialized size_t out_len; ^ /kisskb/src/fs/btrfs/free-space-cache.c: In function '__lookup_free_space_inode': /kisskb/src/fs/btrfs/free-space-cache.c:55:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^ /kisskb/src/fs/btrfs/free-space-cache.c:54:19: note: byref variable will be forcibly initialized struct btrfs_key location; ^ /kisskb/src/fs/btrfs/free-space-cache.c:53:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/free-space-cache.c: In function '__create_free_space_inode': /kisskb/src/fs/btrfs/free-space-cache.c:135:12: note: byref variable will be forcibly initialized static int __create_free_space_inode(struct btrfs_root *root, ^ /kisskb/src/fs/btrfs/free-space-cache.c:141:24: note: byref variable will be forcibly initialized struct btrfs_disk_key disk_key; ^ /kisskb/src/fs/btrfs/free-space-cache.c:140:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/fs/btrfs/free-space-cache.c:6: /kisskb/src/fs/btrfs/free-space-cache.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/fs/btrfs/free-space-cache.c:6:0: /kisskb/src/fs/btrfs/free-space-cache.c: In function 'readahead_cache': /kisskb/src/include/linux/pagemap.h:839:19: note: byref variable will be forcibly initialized DEFINE_READAHEAD(ractl, file, mapping, index); ^ /kisskb/src/include/linux/pagemap.h:806:27: note: in definition of macro 'DEFINE_READAHEAD' struct readahead_control rac = { \ ^ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'btrfs_alloc_from_bitmap': /kisskb/src/fs/btrfs/free-space-cache.c:3048:6: note: byref variable will be forcibly initialized u64 search_bytes = bytes; ^ /kisskb/src/fs/btrfs/free-space-cache.c:3047:6: note: byref variable will be forcibly initialized u64 search_start = cluster->window_start; ^ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'update_cache_item': /kisskb/src/fs/btrfs/free-space-cache.c:1115:20: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/free-space-cache.c:1098:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'remove_from_bitmap': /kisskb/src/fs/btrfs/free-space-cache.c:1989:20: note: byref variable will be forcibly initialized u64 search_start, search_bytes; ^ /kisskb/src/fs/btrfs/free-space-cache.c:1989:6: note: byref variable will be forcibly initialized u64 search_start, search_bytes; ^ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'write_pinned_extent_entries': /kisskb/src/fs/btrfs/free-space-cache.c:1150:27: note: byref variable will be forcibly initialized u64 start, extent_start, extent_end, len; ^ /kisskb/src/fs/btrfs/free-space-cache.c:1150:13: note: byref variable will be forcibly initialized u64 start, extent_start, extent_end, len; ^ /kisskb/src/fs/btrfs/free-space-cache.c: In function '__btrfs_write_out_cache': /kisskb/src/fs/btrfs/free-space-cache.c:1333:6: note: byref variable will be forcibly initialized int bitmaps = 0; ^ /kisskb/src/fs/btrfs/free-space-cache.c:1332:6: note: byref variable will be forcibly initialized int entries = 0; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/btrfs/free-space-cache.c:6: /kisskb/src/fs/btrfs/free-space-cache.c:1331:12: note: byref variable will be forcibly initialized LIST_HEAD(bitmap_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/btrfs/free-space-cache.c:1330:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'find_free_space': /kisskb/src/fs/btrfs/free-space-cache.c:1927:8: note: byref variable will be forcibly initialized u64 size = *bytes; ^ /kisskb/src/fs/btrfs/free-space-cache.c:1888:6: note: byref variable will be forcibly initialized u64 tmp; ^ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'create_free_space_inode': /kisskb/src/fs/btrfs/free-space-cache.c:199:6: note: byref variable will be forcibly initialized u64 ino; ^ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'btrfs_remove_free_space_inode': /kisskb/src/fs/btrfs/free-space-cache.c:219:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'do_trimming': /kisskb/src/fs/btrfs/free-space-cache.c:3499:6: note: byref variable will be forcibly initialized u64 trimmed = 0; ^ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'trim_no_bitmap': /kisskb/src/fs/btrfs/free-space-cache.c:3563:27: note: byref variable will be forcibly initialized struct btrfs_trim_range trim_entry; ^ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'trim_bitmaps': /kisskb/src/fs/btrfs/free-space-cache.c:3728:27: note: byref variable will be forcibly initialized struct btrfs_trim_range trim_entry; ^ /kisskb/src/fs/btrfs/free-space-cache.c:3722:6: note: byref variable will be forcibly initialized u64 bytes; ^ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'copy_free_space_cache': /kisskb/src/fs/btrfs/free-space-cache.c:882:8: note: byref variable will be forcibly initialized u64 bytes = ctl->unit; ^ /kisskb/src/fs/btrfs/free-space-cache.c:881:8: note: byref variable will be forcibly initialized u64 offset = info->offset; ^ /kisskb/src/fs/btrfs/free-space-cache.c: In function '__load_free_space_cache': /kisskb/src/fs/btrfs/free-space-cache.c:720:5: note: byref variable will be forcibly initialized u8 type; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/btrfs/free-space-cache.c:6: /kisskb/src/fs/btrfs/free-space-cache.c:716:12: note: byref variable will be forcibly initialized LIST_HEAD(bitmaps); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/btrfs/free-space-cache.c:714:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/free-space-cache.c:713:22: note: byref variable will be forcibly initialized struct btrfs_io_ctl io_ctl; ^ /kisskb/src/fs/btrfs/free-space-cache.c: In function 'btrfs_find_space_for_alloc': /kisskb/src/fs/btrfs/free-space-cache.c:2944:6: note: byref variable will be forcibly initialized u64 bytes_search = bytes + empty_size; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/btrfs/free-space-cache.c:6: /kisskb/src/fs/btrfs/free-space-cache.c: In function 'btrfs_find_space_cluster': /kisskb/src/fs/btrfs/free-space-cache.c:3401:12: note: byref variable will be forcibly initialized LIST_HEAD(bitmaps); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_file.c:6: /kisskb/src/fs/xfs/xfs_file.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^ In file included from /kisskb/src/include/linux/fs.h:6:0, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:707, from /kisskb/src/fs/xfs/kmem.h:11, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_file.c:6: /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_break_dax_layouts': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized struct wait_bit_queue_entry __wbq_entry; \ ^ /kisskb/src/fs/xfs/xfs_file.c:843:9: note: in expansion of macro '___wait_var_event' return ___wait_var_event(&page->_refcount, ^ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_remap_range': /kisskb/src/fs/xfs/xfs_file.c:1129:11: note: byref variable will be forcibly initialized loff_t remapped = 0; ^ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_fsync': /kisskb/src/fs/xfs/xfs_file.c:180:8: note: byref variable will be forcibly initialized int log_flushed = 0; ^ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_update_prealloc_flags': /kisskb/src/fs/xfs/xfs_file.c:74:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_break_layouts': /kisskb/src/fs/xfs/xfs_file.c:854:9: note: byref variable will be forcibly initialized bool retry; ^ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_fallocate': /kisskb/src/fs/xfs/xfs_file.c:854:9: note: byref variable will be forcibly initialized /kisskb/src/fs/xfs/xfs_file.c:1051:16: note: byref variable will be forcibly initialized struct iattr iattr; ^ /kisskb/src/fs/xfs/xfs_file.c:895:9: note: byref variable will be forcibly initialized uint iolock = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL; ^ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_write_checks': /kisskb/src/fs/xfs/xfs_file.c:854:9: note: byref variable will be forcibly initialized bool retry; ^ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_dio_write_unaligned': /kisskb/src/fs/xfs/xfs_file.c:584:8: note: byref variable will be forcibly initialized int iolock = XFS_IOLOCK_SHARED; ^ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_dio_write_aligned': /kisskb/src/fs/xfs/xfs_file.c:531:8: note: byref variable will be forcibly initialized int iolock = XFS_IOLOCK_SHARED; ^ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_buffered_write': /kisskb/src/fs/xfs/xfs_file.c:756:24: note: byref variable will be forcibly initialized struct xfs_eofblocks eofb = {0}; ^ /kisskb/src/fs/xfs/xfs_file.c:718:8: note: byref variable will be forcibly initialized int iolock; ^ /kisskb/src/fs/xfs/xfs_filestream.c: In function 'xfs_filestream_lookup_ag': /kisskb/src/fs/xfs/xfs_filestream.c:276:27: note: byref variable will be forcibly initialized xfs_agnumber_t startag, ag = NULLAGNUMBER; ^ /kisskb/src/fs/btrfs/zstd.c: In function 'zstd_get_btrfs_parameters': /kisskb/src/fs/btrfs/zstd.c:34:18: note: byref variable will be forcibly initialized ZSTD_parameters params = ZSTD_getParams(level, src_len, 0); ^ /kisskb/src/fs/btrfs/zstd.c: In function 'zstd_calc_ws_mem_sizes': /kisskb/src/fs/btrfs/zstd.c:158:19: note: byref variable will be forcibly initialized ZSTD_parameters params = ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/fs/stat.c:9: /kisskb/src/fs/stat.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^ /kisskb/src/fs/stat.c: In function 'cp_new_stat': In file included from /kisskb/src/include/linux/wait_bit.h:8:0, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/btrfs/zstd.c:8: /kisskb/src/fs/btrfs/zstd.c: In function 'zstd_get_workspace': /kisskb/src/fs/stat.c:320:14: note: byref variable will be forcibly initialized struct stat tmp; ^ /kisskb/src/fs/btrfs/zstd.c:282:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^ /kisskb/src/fs/btrfs/zstd.c:282:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^ /kisskb/src/fs/stat.c: In function 'cp_statx': /kisskb/src/fs/stat.c:547:15: note: byref variable will be forcibly initialized struct statx tmp; ^ /kisskb/src/fs/stat.c: In function 'do_readlinkat': /kisskb/src/fs/stat.c:410:6: note: byref variable will be forcibly initialized int empty = 0; ^ /kisskb/src/fs/stat.c:408:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/stat.c: In function 'vfs_statx': /kisskb/src/fs/stat.c:179:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/stat.c: In function '__do_sys_newfstat': /kisskb/src/fs/stat.c:395:15: note: byref variable will be forcibly initialized struct kstat stat; ^ /kisskb/src/fs/stat.c: In function '__do_sys_newstat': /kisskb/src/fs/stat.c:358:15: note: byref variable will be forcibly initialized struct kstat stat; ^ /kisskb/src/fs/stat.c: In function '__do_sys_newlstat': /kisskb/src/fs/stat.c:369:15: note: byref variable will be forcibly initialized struct kstat stat; ^ /kisskb/src/fs/stat.c: In function '__do_sys_newfstatat': /kisskb/src/fs/stat.c:383:15: note: byref variable will be forcibly initialized struct kstat stat; ^ /kisskb/src/fs/stat.c: In function 'do_statx': /kisskb/src/fs/stat.c:582:15: note: byref variable will be forcibly initialized struct kstat stat; ^ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap_is_shared': /kisskb/src/fs/xfs/xfs_fsmap.c:200:17: note: byref variable will be forcibly initialized xfs_extlen_t flen; ^ /kisskb/src/fs/xfs/xfs_fsmap.c:199:18: note: byref variable will be forcibly initialized xfs_agblock_t fbno; ^ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap_helper': /kisskb/src/fs/xfs/xfs_fsmap.c:253:10: note: byref variable will be forcibly initialized bool shared; ^ /kisskb/src/fs/xfs/xfs_fsmap.c:251:20: note: byref variable will be forcibly initialized struct xfs_fsmap fmr; ^ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap_logdev': /kisskb/src/fs/xfs/xfs_fsmap.c:410:24: note: byref variable will be forcibly initialized struct xfs_rmap_irec rmap; ^ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap_datadev_bnobt_helper': /kisskb/src/fs/xfs/xfs_fsmap.c:372:24: note: byref variable will be forcibly initialized struct xfs_rmap_irec irec; ^ /kisskb/src/fs/xfs/xfs_fsmap.c: In function '__xfs_getfsmap_datadev': /kisskb/src/fs/xfs/xfs_fsmap.c:575:25: note: byref variable will be forcibly initialized struct xfs_btree_cur *bt_cur = NULL; ^ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap_datadev_bnobt': /kisskb/src/fs/xfs/xfs_fsmap.c:741:30: note: byref variable will be forcibly initialized struct xfs_alloc_rec_incore akeys[2]; ^ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap': /kisskb/src/fs/xfs/xfs_fsmap.c:833:27: note: byref variable will be forcibly initialized struct xfs_getfsmap_dev handlers[XFS_GETFSMAP_DEVS]; ^ /kisskb/src/fs/xfs/xfs_fsmap.c:832:20: note: byref variable will be forcibly initialized struct xfs_fsmap dkeys[2]; /* per-dev keys */ ^ /kisskb/src/fs/xfs/xfs_fsmap.c:831:21: note: byref variable will be forcibly initialized struct xfs_trans *tp = NULL; ^ /kisskb/src/fs/btrfs/compression.c: In function 'radix_sort': /kisskb/src/fs/btrfs/compression.c:1420:6: note: byref variable will be forcibly initialized u32 counters[COUNTERS_SIZE]; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/btrfs/compression.c:7: /kisskb/src/fs/btrfs/compression.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/btrfs/compression.c: In function 'end_compressed_writeback': /kisskb/src/fs/btrfs/compression.c:289:15: note: byref variable will be forcibly initialized struct page *pages[16]; ^ /kisskb/src/fs/btrfs/compression.c: In function 'check_compressed_csum': /kisskb/src/fs/btrfs/compression.c:148:5: note: byref variable will be forcibly initialized u8 csum[BTRFS_CSUM_SIZE]; ^ In file included from /kisskb/src/fs/btrfs/compression.c:20:0: /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ ^ /kisskb/src/fs/btrfs/compression.c:142:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' SHASH_DESC_ON_STACK(shash, fs_info->csum_shash); ^ In file included from /kisskb/src/include/linux/wait_bit.h:8:0, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/btrfs/compression.c:7: /kisskb/src/fs/btrfs/compression.c: In function 'btrfs_get_workspace': /kisskb/src/fs/btrfs/compression.c:1011:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^ /kisskb/src/fs/btrfs/compression.c:1011:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^ /kisskb/src/fs/btrfs/compression.c: In function 'end_compressed_bio_read': /kisskb/src/fs/btrfs/compression.c:260:24: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ /kisskb/src/fs/btrfs/compression.c: In function 'btrfs_compress_str2level': /kisskb/src/fs/btrfs/compression.c:1732:15: note: byref variable will be forcibly initialized unsigned int level = 0; ^ /kisskb/src/fs/btrfs/delayed-ref.c: In function 'btrfs_add_delayed_tree_ref': /kisskb/src/fs/btrfs/delayed-ref.c:940:6: note: byref variable will be forcibly initialized int qrecord_inserted; ^ /kisskb/src/fs/btrfs/delayed-ref.c: In function 'btrfs_add_delayed_data_ref': /kisskb/src/fs/btrfs/delayed-ref.c:1035:6: note: byref variable will be forcibly initialized int qrecord_inserted; ^ /kisskb/src/fs/btrfs/relocation.c: In function 'create_reloc_root': /kisskb/src/fs/btrfs/relocation.c:735:19: note: byref variable will be forcibly initialized struct btrfs_key root_key; ^ /kisskb/src/fs/btrfs/relocation.c:733:24: note: byref variable will be forcibly initialized struct extent_buffer *eb; ^ /kisskb/src/fs/btrfs/relocation.c: In function 'create_reloc_inode': /kisskb/src/fs/btrfs/relocation.c:3502:6: note: byref variable will be forcibly initialized u64 objectid; ^ /kisskb/src/fs/btrfs/relocation.c: In function 'calcu_metadata_size': /kisskb/src/fs/btrfs/relocation.c:2093:29: note: byref variable will be forcibly initialized struct btrfs_backref_edge *edges[BTRFS_MAX_LEVEL - 1]; ^ /kisskb/src/fs/btrfs/relocation.c: In function 'select_one_root': /kisskb/src/fs/btrfs/relocation.c:2056:29: note: byref variable will be forcibly initialized struct btrfs_backref_edge *edges[BTRFS_MAX_LEVEL - 1]; ^ /kisskb/src/fs/btrfs/relocation.c: In function 'find_next_extent': /kisskb/src/fs/btrfs/relocation.c:3129:13: note: byref variable will be forcibly initialized u64 start, end, last; ^ /kisskb/src/fs/btrfs/relocation.c:3129:6: note: byref variable will be forcibly initialized u64 start, end, last; ^ /kisskb/src/fs/btrfs/relocation.c:3127:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/relocation.c: In function 'delete_v1_space_cache': /kisskb/src/fs/btrfs/relocation.c:3041:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/relocation.c: In function '__add_tree_block': /kisskb/src/fs/btrfs/relocation.c:2930:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/relocation.c: In function 'add_data_references': /kisskb/src/fs/btrfs/relocation.c:3084:24: note: byref variable will be forcibly initialized struct ulist_iterator leaf_uiter; ^ /kisskb/src/fs/btrfs/relocation.c:3083:16: note: byref variable will be forcibly initialized struct ulist *leaves = NULL; ^ /kisskb/src/fs/btrfs/relocation.c: In function 'memcmp_node_keys': /kisskb/src/fs/btrfs/relocation.c:1151:24: note: byref variable will be forcibly initialized struct btrfs_disk_key key2; ^ /kisskb/src/fs/btrfs/relocation.c:1150:24: note: byref variable will be forcibly initialized struct btrfs_disk_key key1; ^ /kisskb/src/fs/btrfs/relocation.c: In function 'update_processed_blocks': /kisskb/src/fs/btrfs/relocation.c:2357:29: note: byref variable will be forcibly initialized struct btrfs_backref_edge *edges[BTRFS_MAX_LEVEL - 1]; ^ /kisskb/src/fs/btrfs/relocation.c: In function 'do_relocation': /kisskb/src/fs/btrfs/relocation.c:2189:20: note: byref variable will be forcibly initialized struct btrfs_ref ref = { 0 }; ^ /kisskb/src/fs/btrfs/relocation.c:2181:6: note: byref variable will be forcibly initialized int slot; ^ /kisskb/src/fs/btrfs/relocation.c:2178:24: note: byref variable will be forcibly initialized struct extent_buffer *eb; ^ /kisskb/src/fs/btrfs/relocation.c:2176:29: note: byref variable will be forcibly initialized struct btrfs_backref_edge *edges[BTRFS_MAX_LEVEL - 1]; ^ /kisskb/src/fs/btrfs/relocation.c: In function 'link_to_upper': /kisskb/src/fs/btrfs/relocation.c:2314:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/relocation.c:6: /kisskb/src/fs/btrfs/relocation.c: In function 'finish_pending_nodes': /kisskb/src/fs/btrfs/relocation.c:2324:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/btrfs/relocation.c: In function 'prealloc_file_extent_cluster': /kisskb/src/fs/btrfs/relocation.c:2539:6: note: byref variable will be forcibly initialized u64 alloc_hint = 0; ^ /kisskb/src/fs/btrfs/relocation.c: In function 'replace_path': /kisskb/src/fs/btrfs/relocation.c:1186:6: note: byref variable will be forcibly initialized int slot; ^ /kisskb/src/fs/btrfs/relocation.c:1176:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/relocation.c:1173:24: note: byref variable will be forcibly initialized struct extent_buffer *eb; ^ /kisskb/src/fs/btrfs/relocation.c: In function 'replace_file_extents': /kisskb/src/fs/btrfs/relocation.c:1054:20: note: byref variable will be forcibly initialized struct btrfs_ref ref = { 0 }; ^ /kisskb/src/fs/btrfs/relocation.c:1034:6: note: byref variable will be forcibly initialized u64 new_bytenr = 0; ^ /kisskb/src/fs/btrfs/relocation.c:1029:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/relocation.c:6: /kisskb/src/fs/btrfs/relocation.c: In function 'prepare_to_merge': /kisskb/src/fs/btrfs/relocation.c:1784:12: note: byref variable will be forcibly initialized LIST_HEAD(reloc_roots); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/btrfs/relocation.c: In function 'merge_reloc_root': /kisskb/src/fs/btrfs/relocation.c:1628:6: note: byref variable will be forcibly initialized int level; ^ /kisskb/src/fs/btrfs/relocation.c:1626:24: note: byref variable will be forcibly initialized struct extent_buffer *leaf; ^ /kisskb/src/fs/btrfs/relocation.c:1621:19: note: byref variable will be forcibly initialized struct btrfs_key next_key; ^ /kisskb/src/fs/btrfs/relocation.c:1620:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/relocation.c:6: /kisskb/src/fs/btrfs/relocation.c: In function 'merge_reloc_roots': /kisskb/src/fs/btrfs/relocation.c:1867:12: note: byref variable will be forcibly initialized LIST_HEAD(reloc_roots); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/fs/btrfs/relocation.c:7:0: /kisskb/src/fs/btrfs/relocation.c: In function 'relocate_file_extent_cluster': /kisskb/src/include/linux/pagemap.h:862:19: note: byref variable will be forcibly initialized DEFINE_READAHEAD(ractl, file, mapping, index); ^ /kisskb/src/include/linux/pagemap.h:806:27: note: in definition of macro 'DEFINE_READAHEAD' struct readahead_control rac = { \ ^ /kisskb/src/include/linux/pagemap.h:839:19: note: byref variable will be forcibly initialized DEFINE_READAHEAD(ractl, file, mapping, index); ^ /kisskb/src/include/linux/pagemap.h:806:27: note: in definition of macro 'DEFINE_READAHEAD' struct readahead_control rac = { \ ^ /kisskb/src/fs/btrfs/relocation.c: In function 'relocate_block_group': /kisskb/src/fs/btrfs/relocation.c:3283:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/relocation.c:3282:17: note: byref variable will be forcibly initialized struct rb_root blocks = RB_ROOT; ^ /kisskb/src/fs/btrfs/relocation.c: In function 'btrfs_recover_relocation': /kisskb/src/fs/btrfs/relocation.c:3746:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/relocation.c:6: /kisskb/src/fs/btrfs/relocation.c:3745:12: note: byref variable will be forcibly initialized LIST_HEAD(reloc_roots); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/btrfs/relocation.c: In function 'btrfs_reloc_clone_csums': /kisskb/src/fs/btrfs/relocation.c:3917:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/exec.c:27: /kisskb/src/fs/exec.c: In function 'list_replace_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:211:2: note: in expansion of macro 'rcu_assign_pointer' 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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^ /kisskb/src/fs/exec.c: In function 'get_arg_page': /kisskb/src/fs/exec.c:204:15: note: byref variable will be forcibly initialized struct page *page; ^ /kisskb/src/fs/exec.c: In function 'shift_arg_pages': /kisskb/src/fs/exec.c:685:20: note: byref variable will be forcibly initialized struct mmu_gather tlb; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/exec.c:27: /kisskb/src/fs/exec.c: In function 'unshare_sighand': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/exec.c:1201:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(me->sighand, newsighand); ^ /kisskb/src/fs/exec.c: In function 'prepare_binprm': /kisskb/src/fs/exec.c:1647:9: note: byref variable will be forcibly initialized loff_t pos = 0; ^ /kisskb/src/fs/exec.c: In function 'do_execve': /kisskb/src/fs/exec.c:1986:22: note: userspace variable will be forcibly initialized struct user_arg_ptr envp = { .ptr.native = __envp }; ^ /kisskb/src/fs/exec.c:1985:22: note: userspace variable will be forcibly initialized struct user_arg_ptr argv = { .ptr.native = __argv }; ^ /kisskb/src/fs/exec.c: In function '__do_sys_execve': /kisskb/src/fs/exec.c:1985:22: note: userspace variable will be forcibly initialized /kisskb/src/fs/exec.c:1986:22: note: userspace variable will be forcibly initialized struct user_arg_ptr envp = { .ptr.native = __envp }; ^ /kisskb/src/fs/exec.c: In function 'do_execveat': /kisskb/src/fs/exec.c:1996:22: note: userspace variable will be forcibly initialized struct user_arg_ptr envp = { .ptr.native = __envp }; ^ /kisskb/src/fs/exec.c:1995:22: note: userspace variable will be forcibly initialized struct user_arg_ptr argv = { .ptr.native = __argv }; ^ /kisskb/src/fs/exec.c: In function '__do_sys_execveat': /kisskb/src/fs/exec.c:1995:22: note: userspace variable will be forcibly initialized /kisskb/src/fs/exec.c:1996:22: note: userspace variable will be forcibly initialized struct user_arg_ptr envp = { .ptr.native = __envp }; ^ /kisskb/src/fs/exec.c: In function 'setup_arg_pages': /kisskb/src/fs/exec.c:750:25: note: byref variable will be forcibly initialized struct vm_area_struct *prev = NULL; ^ /kisskb/src/fs/xfs/xfs_fsops.c: In function 'xfs_growfs_imaxpct': /kisskb/src/fs/xfs/xfs_fsops.c:198:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_fsops.c: In function 'xfs_growfs_data_private': /kisskb/src/fs/xfs/xfs_fsops.c:38:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_fsops.c:34:18: note: byref variable will be forcibly initialized xfs_agnumber_t nagimax = 0; ^ /kisskb/src/fs/xfs/xfs_fsops.c:31:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/btrfs/delayed-inode.c: In function 'btrfs_insert_delayed_item': /kisskb/src/fs/btrfs/delayed-inode.c:793:12: note: byref variable will be forcibly initialized static int btrfs_insert_delayed_item(struct btrfs_trans_handle *trans, ^ In file included from /kisskb/src/fs/btrfs/delayed-inode.c:7:0: /kisskb/src/fs/btrfs/delayed-inode.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/btrfs/delayed-inode.c: In function 'btrfs_batch_insert_items': /kisskb/src/fs/btrfs/delayed-inode.c:705:19: note: byref variable will be forcibly initialized struct list_head head; ^ /kisskb/src/fs/btrfs/delayed-inode.c: In function 'btrfs_batch_delete_items': /kisskb/src/fs/btrfs/delayed-inode.c:873:19: note: byref variable will be forcibly initialized struct list_head head; ^ /kisskb/src/fs/btrfs/delayed-inode.c:872:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/delayed-inode.c: In function '__btrfs_update_delayed_inode': /kisskb/src/fs/btrfs/delayed-inode.c:1009:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/btrfs/delayed-inode.c:7: /kisskb/src/fs/btrfs/delayed-inode.c: In function 'btrfs_balance_delayed_items': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/delayed-inode.c:1414:3: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(delayed_root->wait, ^ /kisskb/src/fs/btrfs/delayed-inode.c: In function 'btrfs_delete_delayed_dir_index': /kisskb/src/fs/btrfs/delayed-inode.c:1503:19: note: byref variable will be forcibly initialized struct btrfs_key item_key; ^ /kisskb/src/fs/btrfs/delayed-inode.c: In function 'btrfs_readdir_delayed_dir_index': /kisskb/src/fs/btrfs/delayed-inode.c:1675:19: note: byref variable will be forcibly initialized struct btrfs_key location; ^ /kisskb/src/fs/btrfs/delayed-inode.c: In function 'btrfs_kill_all_delayed_nodes': /kisskb/src/fs/btrfs/delayed-inode.c:1943:29: note: byref variable will be forcibly initialized struct btrfs_delayed_node *delayed_nodes[8]; ^ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_inode_walk_ag': /kisskb/src/fs/xfs/xfs_icache.c:791:21: note: byref variable will be forcibly initialized struct xfs_inode *batch[XFS_LOOKUP_BATCH]; ^ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_reclaim_inodes_ag': /kisskb/src/fs/xfs/xfs_icache.c:1073:22: note: byref variable will be forcibly initialized struct xfs_inode *batch[XFS_LOOKUP_BATCH]; ^ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_iget_cache_miss': /kisskb/src/fs/xfs/xfs_icache.c:509:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/xfs_icache.c:508:22: note: byref variable will be forcibly initialized struct xfs_dinode *dip; ^ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_iget': /kisskb/src/fs/xfs/xfs_icache.c:618:20: note: byref variable will be forcibly initialized struct xfs_inode *ip; ^ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_icache_inode_is_allocated': /kisskb/src/fs/xfs/xfs_icache.c:704:20: note: byref variable will be forcibly initialized struct xfs_inode *ip; ^ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_reclaim_inodes': /kisskb/src/fs/xfs/xfs_icache.c:1143:7: note: byref variable will be forcibly initialized int nr_to_scan = INT_MAX; ^ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_reclaim_worker': /kisskb/src/fs/xfs/xfs_icache.c:1277:7: note: byref variable will be forcibly initialized int nr_to_scan = INT_MAX; ^ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_blockgc_scan_inode': /kisskb/src/fs/xfs/xfs_icache.c:1594:16: note: byref variable will be forcibly initialized unsigned int lockflags = 0; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_ioctl.c:6: /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_getxflags': /kisskb/src/fs/xfs/xfs_ioctl.c:1573:16: note: byref variable will be forcibly initialized unsigned int flags; ^ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_getlabel': /kisskb/src/fs/xfs/xfs_ioctl.c:1957:9: note: byref variable will be forcibly initialized char label[XFSLABEL_MAX + 1]; ^ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_fsbulkstat_one_fmt': /kisskb/src/fs/xfs/xfs_ioctl.c:715:20: note: byref variable will be forcibly initialized struct xfs_bstat bs1; ^ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_fsinumbers_fmt': /kisskb/src/fs/xfs/xfs_ioctl.c:728:21: note: byref variable will be forcibly initialized struct xfs_inogrp ig1; ^ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_setlabel': /kisskb/src/fs/xfs/xfs_ioctl.c:1980:9: note: byref variable will be forcibly initialized char label[XFSLABEL_MAX + 1]; ^ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_inumbers': /kisskb/src/fs/xfs/xfs_ioctl.c:970:24: note: byref variable will be forcibly initialized struct xfs_bulk_ireq hdr; ^ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_fsbulkstat': /kisskb/src/fs/xfs/xfs_ioctl.c:749:13: note: byref variable will be forcibly initialized xfs_ino_t lastino; ^ /kisskb/src/fs/xfs/xfs_ioctl.c:743:26: note: byref variable will be forcibly initialized struct xfs_fsop_bulkreq bulkreq; ^ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_bulkstat': /kisskb/src/fs/xfs/xfs_ioctl.c:919:24: note: byref variable will be forcibly initialized struct xfs_bulk_ireq hdr; ^ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_fsgeometry': /kisskb/src/fs/xfs/xfs_ioctl.c:1009:23: note: byref variable will be forcibly initialized struct xfs_fsop_geom fsgeo; ^ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_ag_geometry': /kisskb/src/fs/xfs/xfs_ioctl.c:1033:25: note: byref variable will be forcibly initialized struct xfs_ag_geometry ageo; ^ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_fsgetxattr': /kisskb/src/fs/xfs/xfs_ioctl.c:1139:18: note: byref variable will be forcibly initialized struct fsxattr fa; ^ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioctl_setattr_get_trans': /kisskb/src/fs/xfs/xfs_ioctl.c:1288:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioctl_setattr': /kisskb/src/fs/xfs/xfs_ioctl.c:1441:18: note: byref variable will be forcibly initialized struct fsxattr old_fa; ^ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_fssetxattr': /kisskb/src/fs/xfs/xfs_ioctl.c:1554:18: note: byref variable will be forcibly initialized struct fsxattr fa; ^ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_setxflags': /kisskb/src/fs/xfs/xfs_ioctl.c:1590:16: note: byref variable will be forcibly initialized unsigned int flags; ^ /kisskb/src/fs/xfs/xfs_ioctl.c:1589:18: note: byref variable will be forcibly initialized struct fsxattr old_fa; ^ /kisskb/src/fs/xfs/xfs_ioctl.c:1588:18: note: byref variable will be forcibly initialized struct fsxattr fa; ^ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_getfsmap': /kisskb/src/fs/xfs/xfs_ioctl.c:1726:10: note: byref variable will be forcibly initialized __u32 last_flags = 0; ^ /kisskb/src/fs/xfs/xfs_ioctl.c:1723:20: note: byref variable will be forcibly initialized struct fsmap_head head; ^ /kisskb/src/fs/btrfs/reada.c: In function 'reada_find_zone': /kisskb/src/fs/btrfs/reada.c:234:21: note: byref variable will be forcibly initialized struct reada_zone *zone; ^ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_scrub_metadata': /kisskb/src/fs/xfs/xfs_ioctl.c:1852:28: note: byref variable will be forcibly initialized struct xfs_scrub_metadata scrub; ^ /kisskb/src/fs/btrfs/reada.c: In function 'reada_find_extent': /kisskb/src/fs/btrfs/reada.c:315:6: note: byref variable will be forcibly initialized u64 length; ^ /kisskb/src/fs/btrfs/reada.c:312:20: note: byref variable will be forcibly initialized struct btrfs_bio *bbio = NULL; ^ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_find_handle': /kisskb/src/fs/xfs/xfs_ioctl.c:64:15: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/xfs/xfs_ioctl.c:61:16: note: byref variable will be forcibly initialized xfs_handle_t handle; ^ /kisskb/src/fs/xfs/xfs_ioctl.c:60:8: note: byref variable will be forcibly initialized int hsize; ^ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_handle_to_dentry': /kisskb/src/fs/xfs/xfs_ioctl.c:150:19: note: byref variable will be forcibly initialized struct xfs_fid64 fid; ^ /kisskb/src/fs/xfs/xfs_ioctl.c:149:16: note: byref variable will be forcibly initialized xfs_handle_t handle; ^ /kisskb/src/fs/btrfs/reada.c: In function '__readahead_hook': /kisskb/src/fs/btrfs/reada.c:140:20: note: byref variable will be forcibly initialized struct btrfs_key next_key; ^ /kisskb/src/fs/btrfs/reada.c:139:20: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/reada.c:105:19: note: byref variable will be forcibly initialized struct list_head list; ^ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_open_by_handle': /kisskb/src/fs/xfs/xfs_ioctl.c:196:15: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/btrfs/reada.c: In function 'reada_pick_zone': /kisskb/src/fs/btrfs/reada.c:625:22: note: byref variable will be forcibly initialized struct reada_zone *zone; ^ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_readlink_by_handle': /kisskb/src/fs/xfs/xfs_ioctl.c:269:10: note: byref variable will be forcibly initialized __u32 olen; ^ /kisskb/src/fs/btrfs/reada.c: In function 'reada_start_machine_dev': /kisskb/src/fs/btrfs/reada.c:693:24: note: byref variable will be forcibly initialized struct extent_buffer *eb = NULL; ^ /kisskb/src/fs/btrfs/reada.c:691:23: note: byref variable will be forcibly initialized struct reada_extent *re = NULL; ^ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_attrlist_by_handle': /kisskb/src/fs/xfs/xfs_ioctl.c:444:37: note: byref variable will be forcibly initialized struct xfs_fsop_attrlist_handlereq al_hreq; ^ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_attrmulti_by_handle': /kisskb/src/fs/xfs/xfs_ioctl.c:584:33: note: byref variable will be forcibly initialized xfs_fsop_attrmulti_handlereq_t am_hreq; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/reada.c:6: /kisskb/src/fs/btrfs/reada.c: In function 'btrfs_reada_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^ /kisskb/src/fs/btrfs/reada.c:1028:3: note: in expansion of macro 'wait_event_timeout' wait_event_timeout(rc->wait, atomic_read(&rc->elems) == 0, ^ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_space': /kisskb/src/fs/xfs/xfs_ioctl.c:638:9: note: byref variable will be forcibly initialized uint iolock = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL; ^ /kisskb/src/fs/xfs/xfs_ioctl.c:636:16: note: byref variable will be forcibly initialized struct iattr iattr; ^ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_file_ioctl': /kisskb/src/fs/xfs/xfs_ioctl.c:2334:24: note: byref variable will be forcibly initialized struct xfs_eofblocks keofb; ^ /kisskb/src/fs/xfs/xfs_ioctl.c:2333:27: note: byref variable will be forcibly initialized struct xfs_fs_eofblocks eofb; ^ /kisskb/src/fs/xfs/xfs_ioctl.c:2315:25: note: byref variable will be forcibly initialized xfs_error_injection_t in; ^ /kisskb/src/fs/xfs/xfs_ioctl.c:2289:19: note: byref variable will be forcibly initialized xfs_growfs_rt_t in; ^ /kisskb/src/fs/xfs/xfs_ioctl.c:2275:25: note: byref variable will be forcibly initialized struct xfs_growfs_log in; ^ /kisskb/src/fs/xfs/xfs_ioctl.c:2261:26: note: byref variable will be forcibly initialized struct xfs_growfs_data in; ^ /kisskb/src/fs/xfs/xfs_ioctl.c:2245:22: note: byref variable will be forcibly initialized xfs_fsop_resblks_t out; ^ /kisskb/src/fs/xfs/xfs_ioctl.c:2217:15: note: byref variable will be forcibly initialized uint64_t in; ^ /kisskb/src/fs/xfs/xfs_ioctl.c:2216:22: note: byref variable will be forcibly initialized xfs_fsop_resblks_t inout; ^ /kisskb/src/fs/xfs/xfs_ioctl.c:2206:21: note: byref variable will be forcibly initialized xfs_fsop_counts_t out; ^ /kisskb/src/fs/xfs/xfs_ioctl.c:2193:22: note: byref variable will be forcibly initialized struct xfs_swapext sxp; ^ /kisskb/src/fs/xfs/xfs_ioctl.c:2180:24: note: byref variable will be forcibly initialized xfs_fsop_handlereq_t hreq; ^ /kisskb/src/fs/xfs/xfs_ioctl.c:2172:24: note: byref variable will be forcibly initialized xfs_fsop_handlereq_t hreq; ^ /kisskb/src/fs/xfs/xfs_ioctl.c:2165:24: note: byref variable will be forcibly initialized xfs_fsop_handlereq_t hreq; ^ /kisskb/src/fs/xfs/xfs_ioctl.c:2107:19: note: byref variable will be forcibly initialized struct dioattr da; ^ /kisskb/src/fs/xfs/xfs_ioctl.c:2099:18: note: byref variable will be forcibly initialized xfs_flock64_t bf; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/fs/btrfs/scrub.c:6: /kisskb/src/fs/btrfs/scrub.c: In function '__scrub_blocked_if_needed': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/scrub.c:281:3: note: in expansion of macro 'wait_event' wait_event(fs_info->scrub_pause_wait, ^ In file included from /kisskb/src/include/linux/genhd.h:16:0, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/fs/btrfs/scrub.c:6: /kisskb/src/fs/btrfs/scrub.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_setup_recheck_block': /kisskb/src/fs/btrfs/scrub.c:1279:6: note: byref variable will be forcibly initialized u64 mapped_length; ^ /kisskb/src/fs/btrfs/scrub.c:1277:20: note: byref variable will be forcibly initialized struct btrfs_bio *bbio; ^ In file included from /kisskb/src/include/linux/mm_types.h:12:0, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:8, from /kisskb/src/fs/btrfs/scrub.c:6: /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_submit_raid56_bio_wait': /kisskb/src/fs/btrfs/scrub.c:1400:29: note: byref variable will be forcibly initialized DECLARE_COMPLETION_ONSTACK(done); ^ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) ^ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_checksum_data': /kisskb/src/fs/btrfs/scrub.c:1821:5: note: byref variable will be forcibly initialized u8 csum[BTRFS_CSUM_SIZE]; ^ In file included from /kisskb/src/fs/btrfs/scrub.c:9:0: /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ ^ /kisskb/src/fs/btrfs/scrub.c:1820:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' SHASH_DESC_ON_STACK(shash, fs_info->csum_shash); ^ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_checksum_super': /kisskb/src/fs/btrfs/scrub.c:1918:5: note: byref variable will be forcibly initialized u8 calculated_csum[BTRFS_CSUM_SIZE]; ^ In file included from /kisskb/src/fs/btrfs/scrub.c:9:0: /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ ^ /kisskb/src/fs/btrfs/scrub.c:1917:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' SHASH_DESC_ON_STACK(shash, fs_info->csum_shash); ^ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_checksum_tree_block': /kisskb/src/fs/btrfs/scrub.c:1853:5: note: byref variable will be forcibly initialized u8 on_disk_csum[BTRFS_CSUM_SIZE]; ^ /kisskb/src/fs/btrfs/scrub.c:1852:5: note: byref variable will be forcibly initialized u8 calculated_csum[BTRFS_CSUM_SIZE]; ^ In file included from /kisskb/src/fs/btrfs/scrub.c:9:0: /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ ^ /kisskb/src/fs/btrfs/scrub.c:1851:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' SHASH_DESC_ON_STACK(shash, fs_info->csum_shash); ^ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_parity_check_and_repair': /kisskb/src/fs/btrfs/scrub.c:2770:6: note: byref variable will be forcibly initialized u64 length; ^ /kisskb/src/fs/btrfs/scrub.c:2769:20: note: byref variable will be forcibly initialized struct btrfs_bio *bbio = NULL; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/fs/btrfs/scrub.c:6: /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_add_page_to_rd_bio': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/scrub.c:2033:4: note: in expansion of macro 'wait_event' wait_event(sctx->list_wait, sctx->first_free != -1); ^ /kisskb/src/fs/btrfs/scrub.c: In function 'sync_replace_for_zoned': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/scrub.c:3075:2: note: in expansion of macro 'wait_event' wait_event(sctx->list_wait, atomic_read(&sctx->bios_in_flight) == 0); ^ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_print_warning': /kisskb/src/fs/btrfs/scrub.c:740:5: note: byref variable will be forcibly initialized u8 ref_level = 0; ^ /kisskb/src/fs/btrfs/scrub.c:738:6: note: byref variable will be forcibly initialized u64 ref_root; ^ /kisskb/src/fs/btrfs/scrub.c:737:6: note: byref variable will be forcibly initialized u64 flags = 0; ^ /kisskb/src/fs/btrfs/scrub.c:735:16: note: byref variable will be forcibly initialized unsigned long ptr = 0; ^ /kisskb/src/fs/btrfs/scrub.c:734:23: note: byref variable will be forcibly initialized struct scrub_warning swarn; ^ /kisskb/src/fs/btrfs/scrub.c:731:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_handle_errored_block': /kisskb/src/fs/btrfs/scrub.c:834:7: note: byref variable will be forcibly initialized bool full_stripe_locked; ^ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_print_warning_inode': /kisskb/src/fs/btrfs/scrub.c:648:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_missing_raid56_pages': /kisskb/src/fs/btrfs/scrub.c:2146:20: note: byref variable will be forcibly initialized struct btrfs_bio *bbio = NULL; ^ /kisskb/src/fs/btrfs/scrub.c:2144:6: note: byref variable will be forcibly initialized u64 length = sblock->page_count * PAGE_SIZE; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/fs/btrfs/scrub.c:6: /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_supers': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/scrub.c:3928:2: note: in expansion of macro 'wait_event' wait_event(sctx->list_wait, atomic_read(&sctx->bios_in_flight) == 0); ^ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_extent': /kisskb/src/fs/btrfs/scrub.c:2486:5: note: byref variable will be forcibly initialized u8 csum[BTRFS_CSUM_SIZE]; ^ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_remap_extent': /kisskb/src/fs/btrfs/scrub.c:4258:20: note: byref variable will be forcibly initialized struct btrfs_bio *bbio = NULL; ^ /kisskb/src/fs/btrfs/scrub.c:4257:6: note: byref variable will be forcibly initialized u64 mapped_length; ^ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_extent_for_parity': /kisskb/src/fs/btrfs/scrub.c:2631:5: note: byref variable will be forcibly initialized u8 csum[BTRFS_CSUM_SIZE]; ^ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_raid56_parity': /kisskb/src/fs/btrfs/scrub.c:2855:6: note: byref variable will be forcibly initialized u64 mapped_length; ^ /kisskb/src/fs/btrfs/scrub.c:2849:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/scrub.c:2844:20: note: byref variable will be forcibly initialized struct btrfs_bio *bbio = NULL; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/fs/btrfs/scrub.c:6: /kisskb/src/fs/btrfs/scrub.c: In function 'sync_write_pointer_for_zoned': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/scrub.c:3087:2: note: in expansion of macro 'wait_event' wait_event(sctx->list_wait, atomic_read(&sctx->bios_in_flight) == 0); ^ /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_stripe': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/scrub.c:3275:4: note: in expansion of macro 'wait_event' wait_event(sctx->list_wait, ^ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/scrub.c:3207:2: note: in expansion of macro 'wait_event' wait_event(sctx->list_wait, ^ /kisskb/src/fs/btrfs/scrub.c:3143:6: note: byref variable will be forcibly initialized int extent_mirror_num; ^ /kisskb/src/fs/btrfs/scrub.c:3142:23: note: byref variable will be forcibly initialized struct btrfs_device *extent_dev; ^ /kisskb/src/fs/btrfs/scrub.c:3140:6: note: byref variable will be forcibly initialized u64 stripe_logical; ^ /kisskb/src/fs/btrfs/scrub.c:3134:6: note: byref variable will be forcibly initialized u64 extent_physical; ^ /kisskb/src/fs/btrfs/scrub.c:3132:6: note: byref variable will be forcibly initialized u64 offset; ^ /kisskb/src/fs/btrfs/scrub.c:3130:19: note: byref variable will be forcibly initialized struct btrfs_key key_end; ^ /kisskb/src/fs/btrfs/scrub.c:3129:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/scrub.c:3123:6: note: byref variable will be forcibly initialized u64 logic_end; ^ /kisskb/src/fs/btrfs/scrub.c:3122:6: note: byref variable will be forcibly initialized u64 logical; ^ /kisskb/src/fs/btrfs/scrub.c:3115:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/fs/btrfs/scrub.c:6: /kisskb/src/fs/btrfs/scrub.c: In function 'scrub_enumerate_chunks': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/scrub.c:3833:3: note: in expansion of macro 'wait_event' wait_event(sctx->list_wait, ^ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/scrub.c:3823:3: note: in expansion of macro 'wait_event' wait_event(sctx->list_wait, ^ /kisskb/src/fs/btrfs/scrub.c:3610:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/scrub.c:3609:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/fs/btrfs/scrub.c:6: /kisskb/src/fs/btrfs/scrub.c: In function 'btrfs_scrub_dev': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/scrub.c:4144:2: note: in expansion of macro 'wait_event' wait_event(sctx->list_wait, atomic_read(&sctx->workers_pending) == 0); ^ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/scrub.c:4140:2: note: in expansion of macro 'wait_event' wait_event(sctx->list_wait, atomic_read(&sctx->bios_in_flight) == 0); ^ /kisskb/src/fs/btrfs/scrub.c: In function 'btrfs_scrub_pause': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/scrub.c:4176:3: note: in expansion of macro 'wait_event' wait_event(fs_info->scrub_pause_wait, ^ /kisskb/src/fs/btrfs/scrub.c: In function 'btrfs_scrub_cancel': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/scrub.c:4201:3: note: in expansion of macro 'wait_event' wait_event(fs_info->scrub_pause_wait, ^ /kisskb/src/fs/btrfs/scrub.c: In function 'btrfs_scrub_cancel_dev': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/scrub.c:4225:3: note: in expansion of macro 'wait_event' wait_event(fs_info->scrub_pause_wait, ^ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_iomap_prealloc_size': /kisskb/src/fs/xfs/xfs_iomap.c:370:8: note: byref variable will be forcibly initialized int qshift = 0; ^ /kisskb/src/fs/xfs/xfs_iomap.c:366:17: note: byref variable will be forcibly initialized xfs_fsblock_t qblocks; ^ /kisskb/src/fs/xfs/xfs_iomap.c:365:12: note: byref variable will be forcibly initialized int64_t freesp; ^ /kisskb/src/fs/xfs/xfs_iomap.c:361:29: note: byref variable will be forcibly initialized struct xfs_bmbt_irec prev, got; ^ /kisskb/src/fs/xfs/xfs_iomap.c:361:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec prev, got; ^ /kisskb/src/fs/xfs/xfs_iomap.c:360:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor ncur = *icur; ^ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_read_iomap_begin': /kisskb/src/fs/xfs/xfs_iomap.c:1162:12: note: byref variable will be forcibly initialized unsigned lockmode; ^ /kisskb/src/fs/xfs/xfs_iomap.c:1161:9: note: byref variable will be forcibly initialized bool shared = false; ^ /kisskb/src/fs/xfs/xfs_iomap.c:1160:8: note: byref variable will be forcibly initialized int nimaps = 1, error = 0; ^ /kisskb/src/fs/xfs/xfs_iomap.c:1157:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec imap; ^ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_seek_iomap_begin': /kisskb/src/fs/xfs/xfs_iomap.c:1203:29: note: byref variable will be forcibly initialized struct xfs_bmbt_irec imap, cmap; ^ /kisskb/src/fs/xfs/xfs_iomap.c:1203:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec imap, cmap; ^ /kisskb/src/fs/xfs/xfs_iomap.c:1202:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_xattr_iomap_begin': /kisskb/src/fs/xfs/xfs_iomap.c:1288:8: note: byref variable will be forcibly initialized int nimaps = 1, error = 0; ^ /kisskb/src/fs/xfs/xfs_iomap.c:1287:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec imap; ^ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_iomap_eof_align_last_fsb': /kisskb/src/fs/xfs/xfs_iomap.c:160:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/xfs_iomap.c:159:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec irec; ^ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_iomap_write_direct': /kisskb/src/fs/xfs/xfs_iomap.c:196:8: note: byref variable will be forcibly initialized int nimaps; ^ /kisskb/src/fs/xfs/xfs_iomap.c:194:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_direct_write_iomap_begin': /kisskb/src/fs/xfs/xfs_iomap.c:732:12: note: byref variable will be forcibly initialized unsigned lockmode; ^ /kisskb/src/fs/xfs/xfs_iomap.c:730:9: note: byref variable will be forcibly initialized bool shared = false; ^ /kisskb/src/fs/xfs/xfs_iomap.c:729:8: note: byref variable will be forcibly initialized int nimaps = 1, error = 0; ^ /kisskb/src/fs/xfs/xfs_iomap.c:726:29: note: byref variable will be forcibly initialized struct xfs_bmbt_irec imap, cmap; ^ /kisskb/src/fs/xfs/xfs_iomap.c:726:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec imap, cmap; ^ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_buffered_write_iomap_begin': /kisskb/src/fs/xfs/xfs_iomap.c:872:39: note: byref variable will be forcibly initialized bool eof = false, cow_eof = false, shared = false; ^ /kisskb/src/fs/xfs/xfs_iomap.c:870:31: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur, ccur; ^ /kisskb/src/fs/xfs/xfs_iomap.c:870:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur, ccur; ^ /kisskb/src/fs/xfs/xfs_iomap.c:869:29: note: byref variable will be forcibly initialized struct xfs_bmbt_irec imap, cmap; ^ /kisskb/src/fs/xfs/xfs_iomap.c:869:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec imap, cmap; ^ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_iomap_write_unwritten': /kisskb/src/fs/xfs/xfs_iomap.c:504:18: note: byref variable will be forcibly initialized xfs_bmbt_irec_t imap; ^ /kisskb/src/fs/xfs/xfs_iomap.c:503:15: note: byref variable will be forcibly initialized xfs_trans_t *tp; ^ /kisskb/src/fs/xfs/xfs_iomap.c:502:7: note: byref variable will be forcibly initialized int nimaps; ^ /kisskb/src/fs/btrfs/backref.c: In function 'add_delayed_refs': /kisskb/src/fs/btrfs/backref.c:822:19: note: byref variable will be forcibly initialized struct btrfs_key tmp_op_key; ^ /kisskb/src/fs/btrfs/backref.c:821:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/backref.c: In function 'add_inline_refs': /kisskb/src/fs/btrfs/backref.c:939:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/backref.c:938:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/backref.c: In function 'add_keyed_refs': /kisskb/src/fs/btrfs/backref.c:1060:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/backref.c: In function 'find_extent_in_eb': /kisskb/src/fs/btrfs/backref.c:81:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/backref.c: In function 'add_all_parents': /kisskb/src/fs/btrfs/backref.c:427:41: note: byref variable will be forcibly initialized struct extent_inode_elem *eie = NULL, *old = NULL; ^ /kisskb/src/fs/btrfs/backref.c:427:28: note: byref variable will be forcibly initialized struct extent_inode_elem *eie = NULL, *old = NULL; ^ /kisskb/src/fs/btrfs/backref.c:424:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/backref.c: In function 'resolve_indirect_ref': /kisskb/src/fs/btrfs/backref.c:545:19: note: byref variable will be forcibly initialized struct btrfs_key search_key = ref->key_for_search; ^ /kisskb/src/fs/btrfs/backref.c: In function 'resolve_indirect_refs': /kisskb/src/fs/btrfs/backref.c:675:24: note: byref variable will be forcibly initialized struct ulist_iterator uiter; ^ /kisskb/src/fs/btrfs/backref.c: In function 'find_parent_nodes': /kisskb/src/fs/btrfs/backref.c:1181:19: note: byref variable will be forcibly initialized struct preftrees preftrees = { ^ /kisskb/src/fs/btrfs/backref.c:1180:28: note: byref variable will be forcibly initialized struct extent_inode_elem *eie = NULL; ^ /kisskb/src/fs/btrfs/backref.c:1176:6: note: byref variable will be forcibly initialized int info_level = 0; ^ /kisskb/src/fs/btrfs/backref.c:1172:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/backref.c: In function 'btrfs_find_all_roots_safe': /kisskb/src/fs/btrfs/backref.c:1454:24: note: byref variable will be forcibly initialized struct ulist_iterator uiter; ^ /kisskb/src/fs/btrfs/backref.c: In function 'free_leaf_list': /kisskb/src/fs/btrfs/backref.c:1391:24: note: byref variable will be forcibly initialized struct ulist_iterator uiter; ^ /kisskb/src/fs/btrfs/backref.c: In function 'iterate_inode_refs': /kisskb/src/fs/btrfs/backref.c:2062:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/backref.c: In function 'btrfs_check_shared': /kisskb/src/fs/btrfs/backref.c:1532:21: note: byref variable will be forcibly initialized struct share_check shared = { ^ /kisskb/src/fs/btrfs/backref.c:1530:18: note: byref variable will be forcibly initialized struct seq_list elem = SEQ_LIST_INIT(elem); ^ /kisskb/src/fs/btrfs/backref.c:1528:24: note: byref variable will be forcibly initialized struct ulist_iterator uiter; ^ /kisskb/src/fs/btrfs/backref.c: In function 'btrfs_find_one_extref': /kisskb/src/fs/btrfs/backref.c:1592:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/backref.c:1591:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/backref.c: In function 'iterate_inode_extrefs': /kisskb/src/fs/btrfs/backref.c:2121:29: note: byref variable will be forcibly initialized struct btrfs_inode_extref *extref; ^ /kisskb/src/fs/btrfs/backref.c:2117:6: note: byref variable will be forcibly initialized u64 offset = 0; ^ /kisskb/src/fs/btrfs/backref.c: In function 'btrfs_ref_to_path': /kisskb/src/fs/btrfs/backref.c:1677:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/backref.c: In function 'extent_from_logical': /kisskb/src/fs/btrfs/backref.c:1748:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/backref.c: In function 'tree_backref_for_extent': /kisskb/src/fs/btrfs/backref.c:1876:34: note: byref variable will be forcibly initialized struct btrfs_extent_inline_ref *eiref; ^ /kisskb/src/fs/btrfs/backref.c:1875:6: note: byref variable will be forcibly initialized int type; ^ /kisskb/src/fs/btrfs/backref.c: In function 'iterate_extent_inodes': /kisskb/src/fs/btrfs/backref.c:1958:24: note: byref variable will be forcibly initialized struct ulist_iterator root_uiter; ^ /kisskb/src/fs/btrfs/backref.c:1957:24: note: byref variable will be forcibly initialized struct ulist_iterator ref_uiter; ^ /kisskb/src/fs/btrfs/backref.c:1956:18: note: byref variable will be forcibly initialized struct seq_list tree_mod_seq_elem = SEQ_LIST_INIT(tree_mod_seq_elem); ^ /kisskb/src/fs/btrfs/backref.c:1953:16: note: byref variable will be forcibly initialized struct ulist *roots = NULL; ^ /kisskb/src/fs/btrfs/backref.c:1952:16: note: byref variable will be forcibly initialized struct ulist *refs = NULL; ^ /kisskb/src/fs/btrfs/backref.c: In function 'iterate_inodes_from_logical': /kisskb/src/fs/btrfs/backref.c:2027:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/backref.c:2026:6: note: byref variable will be forcibly initialized u64 flags = 0; ^ /kisskb/src/fs/btrfs/backref.c: In function 'btrfs_backref_iter_start': /kisskb/src/fs/btrfs/backref.c:2334:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/backref.c: In function 'btrfs_backref_add_tree_node': /kisskb/src/fs/btrfs/backref.c:2897:20: note: byref variable will be forcibly initialized struct btrfs_key key; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/fs/btrfs/backref.c:6: /kisskb/src/fs/btrfs/backref.c: In function 'btrfs_backref_finish_upper_links': /kisskb/src/fs/btrfs/backref.c:2978:12: note: byref variable will be forcibly initialized LIST_HEAD(pending_edge); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/fs/pipe.c:11:0: /kisskb/src/fs/pipe.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/fs/pipe.c:8: /kisskb/src/fs/pipe.c: In function 'pipe_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:591:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ ^ /kisskb/src/include/linux/wait.h:599:11: note: in expansion of macro '__wait_event_interruptible_exclusive' __ret = __wait_event_interruptible_exclusive(wq, condition); \ ^ /kisskb/src/fs/pipe.c:560:3: note: in expansion of macro 'wait_event_interruptible_exclusive' wait_event_interruptible_exclusive(pipe->wr_wait, pipe_writable(pipe)); ^ /kisskb/src/fs/pipe.c: In function 'pipe_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:591:2: note: in expansion of macro '___wait_event' ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ ^ /kisskb/src/include/linux/wait.h:599:11: note: in expansion of macro '__wait_event_interruptible_exclusive' __ret = __wait_event_interruptible_exclusive(wq, condition); \ ^ /kisskb/src/fs/pipe.c:362:7: note: in expansion of macro 'wait_event_interruptible_exclusive' if (wait_event_interruptible_exclusive(pipe->rd_wait, pipe_readable(pipe)) < 0) ^ /kisskb/src/fs/pipe.c: In function 'do_pipe2': /kisskb/src/fs/pipe.c:989:6: note: byref variable will be forcibly initialized int fd[2]; ^ /kisskb/src/fs/pipe.c:988:15: note: byref variable will be forcibly initialized struct file *files[2]; ^ /kisskb/src/fs/pipe.c: In function 'do_pipe_flags': /kisskb/src/fs/pipe.c:973:15: note: byref variable will be forcibly initialized struct file *files[2]; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/fs/pipe.c:8: /kisskb/src/fs/pipe.c: In function 'pipe_wait_readable': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^ /kisskb/src/fs/pipe.c:1030:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(pipe->rd_wait, pipe_readable(pipe)); ^ /kisskb/src/fs/pipe.c: In function 'pipe_wait_writable': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^ /kisskb/src/fs/pipe.c:1037:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(pipe->wr_wait, pipe_writable(pipe)); ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:74, 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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^ /kisskb/src/fs/fcntl.c: In function 'fcntl_rw_hint': /kisskb/src/fs/fcntl.c:290:6: note: byref variable will be forcibly initialized u64 h; ^ /kisskb/src/fs/fcntl.c: In function 'send_sigio_to_task': /kisskb/src/fs/fcntl.c:747:21: note: byref variable will be forcibly initialized kernel_siginfo_t si; ^ /kisskb/src/fs/fcntl.c: In function 'f_setown_ex': /kisskb/src/fs/fcntl.c:168:20: note: byref variable will be forcibly initialized struct f_owner_ex owner; ^ /kisskb/src/fs/fcntl.c: In function 'do_fcntl': /kisskb/src/fs/fcntl.c:334:15: note: byref variable will be forcibly initialized struct flock flock; ^ /kisskb/src/fs/ioctl.c: In function 'ioctl_fiemap': /kisskb/src/fs/ioctl.c:198:16: note: byref variable will be forcibly initialized struct fiemap fiemap; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:74, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/fcntl.c:948:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*fapp, new); ^ /kisskb/src/fs/ioctl.c: In function 'ioctl_fibmap': /kisskb/src/fs/ioctl.c:61:11: note: byref variable will be forcibly initialized sector_t block; ^ /kisskb/src/fs/ioctl.c: In function 'ioctl_preallocate': /kisskb/src/fs/ioctl.c:476:20: note: byref variable will be forcibly initialized struct space_resv sr; ^ /kisskb/src/fs/ioctl.c: In function 'ioctl_file_clone_range': /kisskb/src/fs/ioctl.c:255:26: note: byref variable will be forcibly initialized struct file_clone_range args; ^ /kisskb/src/fs/ioctl.c: In function 'do_vfs_ioctl': /kisskb/src/fs/ioctl.c:691:11: note: byref variable will be forcibly initialized loff_t res = inode_get_bytes(inode); ^ /kisskb/src/fs/ioctl.c: In function 'fiemap_fill_next_extent': /kisskb/src/fs/ioctl.c:115:23: note: byref variable will be forcibly initialized struct fiemap_extent extent; ^ /kisskb/src/fs/ioctl.c: In function '__generic_block_fiemap': /kisskb/src/fs/ioctl.c:298:21: note: byref variable will be forcibly initialized struct buffer_head map_bh; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, 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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^ In file included from /kisskb/src/fs/namei.c:21:0: /kisskb/src/fs/namei.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/fs/namei.c:20: /kisskb/src/fs/namei.c: In function '__traverse_mounts': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/fs/namei.c:1326:11: note: in expansion of macro 'smp_load_acquire' flags = smp_load_acquire(&path->dentry->d_flags); ^ /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/fs/namei.c:1301:12: note: in expansion of macro 'smp_load_acquire' 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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/fs/namei.c:1345:19: note: in expansion of macro 'smp_load_acquire' unsigned flags = smp_load_acquire(&path->dentry->d_flags); ^ /kisskb/src/fs/namei.c: In function 'follow_dotdot_rcu': /kisskb/src/fs/namei.c:1808:12: note: byref variable will be forcibly initialized unsigned seq; ^ /kisskb/src/fs/namei.c:1807:15: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/namei.c: In function 'lookup_fast': /kisskb/src/fs/namei.c:1548:12: note: byref variable will be forcibly initialized unsigned seq; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/namei.c:21: /kisskb/src/fs/namei.c: In function '__lookup_slow': /kisskb/src/fs/namei.c:1605:34: note: byref variable will be forcibly initialized DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); ^ /kisskb/src/include/linux/wait.h:77:25: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) ^ /kisskb/src/fs/namei.c: In function 'handle_mounts': /kisskb/src/fs/namei.c:1446:7: note: byref variable will be forcibly initialized bool jumped; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/namei.c:21: /kisskb/src/fs/namei.c: In function 'lookup_open': /kisskb/src/fs/namei.c:3134:34: note: byref variable will be forcibly initialized DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); ^ /kisskb/src/include/linux/wait.h:77:25: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) ^ /kisskb/src/fs/namei.c: In function 'choose_mountpoint': /kisskb/src/fs/namei.c:1234:12: note: byref variable will be forcibly initialized unsigned seq, mseq = read_seqbegin(&mount_lock); ^ /kisskb/src/fs/namei.c: In function 'follow_dotdot': /kisskb/src/fs/namei.c:1847:15: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/namei.c: In function 'step_into': /kisskb/src/fs/namei.c:1768:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/namei.c: In function 'handle_dots': /kisskb/src/fs/namei.c:1881:12: note: byref variable will be forcibly initialized unsigned seq; ^ /kisskb/src/fs/namei.c:1880:17: note: byref variable will be forcibly initialized struct inode *inode; ^ /kisskb/src/fs/namei.c: In function 'walk_component': /kisskb/src/fs/namei.c:1924:11: note: byref variable will be forcibly initialized unsigned seq; ^ /kisskb/src/fs/namei.c:1923:16: note: byref variable will be forcibly initialized struct inode *inode; ^ /kisskb/src/fs/namei.c: In function 'link_path_walk': /kisskb/src/fs/namei.c:2229:17: note: byref variable will be forcibly initialized struct qstr this = { { .hash_len = hash_len }, .name = name }; ^ /kisskb/src/fs/namei.c: In function 'open_last_lookups': /kisskb/src/fs/namei.c:3242:16: note: byref variable will be forcibly initialized struct inode *inode; ^ /kisskb/src/fs/namei.c:3241:11: note: byref variable will be forcibly initialized unsigned seq; ^ /kisskb/src/fs/namei.c: In function 'filename_parentat': /kisskb/src/fs/namei.c:2489:19: note: byref variable will be forcibly initialized struct nameidata nd; ^ /kisskb/src/fs/namei.c: In function 'do_o_path': /kisskb/src/fs/namei.c:3468:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/namei.c: In function 'filename_create': /kisskb/src/fs/namei.c:3568:6: note: byref variable will be forcibly initialized int type; ^ /kisskb/src/fs/namei.c:3567:14: note: byref variable will be forcibly initialized struct qstr last; ^ /kisskb/src/fs/namei.c: In function 'follow_down': /kisskb/src/fs/namei.c:1381:7: note: byref variable will be forcibly initialized bool jumped; ^ /kisskb/src/fs/namei.c: In function 'filename_lookup': /kisskb/src/fs/namei.c:2445:19: note: byref variable will be forcibly initialized struct nameidata nd; ^ /kisskb/src/fs/namei.c: In function 'kern_path_locked': /kisskb/src/fs/namei.c:2517:6: note: byref variable will be forcibly initialized int type; ^ /kisskb/src/fs/namei.c:2516:14: note: byref variable will be forcibly initialized struct qstr last; ^ /kisskb/src/fs/namei.c: In function 'vfs_path_lookup': /kisskb/src/fs/namei.c:2557:14: note: byref variable will be forcibly initialized struct path root = {.mnt = mnt, .dentry = dentry}; ^ /kisskb/src/fs/namei.c: In function 'try_lookup_one_len': /kisskb/src/fs/namei.c:2612:14: note: byref variable will be forcibly initialized struct qstr this; ^ /kisskb/src/fs/namei.c: In function 'lookup_one_len': /kisskb/src/fs/namei.c:2639:14: note: byref variable will be forcibly initialized struct qstr this; ^ /kisskb/src/fs/namei.c: In function 'lookup_one_len_unlocked': /kisskb/src/fs/namei.c:2668:14: note: byref variable will be forcibly initialized struct qstr this; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/fs/namei.c:20: /kisskb/src/fs/namei.c: In function 'lookup_positive_unlocked': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/fs/namei.c:2695:39: note: in expansion of macro 'smp_load_acquire' 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:3440:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/namei.c: In function 'do_filp_open': /kisskb/src/fs/namei.c:3520:19: note: byref variable will be forcibly initialized struct nameidata nd; ^ /kisskb/src/fs/namei.c: In function 'do_file_open_root': /kisskb/src/fs/namei.c:3537:19: note: byref variable will be forcibly initialized struct nameidata nd; ^ /kisskb/src/fs/namei.c: In function 'do_mknodat': /kisskb/src/fs/namei.c:3727:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/namei.c: In function 'do_mkdirat': /kisskb/src/fs/namei.c:3827:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/namei.c: In function 'do_rmdir': /kisskb/src/fs/namei.c:3925:6: note: byref variable will be forcibly initialized int type; ^ /kisskb/src/fs/namei.c:3924:14: note: byref variable will be forcibly initialized struct qstr last; ^ /kisskb/src/fs/namei.c:3923:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/namei.c: In function 'do_unlinkat': /kisskb/src/fs/namei.c:4064:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^ /kisskb/src/fs/namei.c:4062:6: note: byref variable will be forcibly initialized int type; ^ /kisskb/src/fs/namei.c:4061:14: note: byref variable will be forcibly initialized struct qstr last; ^ /kisskb/src/fs/namei.c:4060:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/namei.c: In function 'do_symlinkat': /kisskb/src/fs/namei.c:4189:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/namei.c: In function 'do_linkat': /kisskb/src/fs/namei.c:4334:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^ /kisskb/src/fs/namei.c:4333:24: note: byref variable will be forcibly initialized struct path old_path, new_path; ^ /kisskb/src/fs/namei.c:4333:14: note: byref variable will be forcibly initialized struct path old_path, new_path; ^ /kisskb/src/fs/namei.c: In function 'vfs_rename': /kisskb/src/fs/namei.c:4472:23: note: byref variable will be forcibly initialized struct name_snapshot old_name; ^ /kisskb/src/fs/namei.c: In function 'do_renameat2': /kisskb/src/fs/namei.c:4600:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^ /kisskb/src/fs/namei.c:4599:16: note: byref variable will be forcibly initialized int old_type, new_type; ^ /kisskb/src/fs/namei.c:4599:6: note: byref variable will be forcibly initialized int old_type, new_type; ^ /kisskb/src/fs/namei.c:4598:24: note: byref variable will be forcibly initialized struct qstr old_last, new_last; ^ /kisskb/src/fs/namei.c:4598:14: note: byref variable will be forcibly initialized struct qstr old_last, new_last; ^ /kisskb/src/fs/namei.c:4597:24: note: byref variable will be forcibly initialized struct path old_path, new_path; ^ /kisskb/src/fs/namei.c:4597:14: note: byref variable will be forcibly initialized struct path old_path, new_path; ^ /kisskb/src/fs/namei.c:4594:20: note: byref variable will be forcibly initialized struct renamedata rd; ^ In file included from /kisskb/src/include/linux/fs.h:35:0, from /kisskb/src/fs/namei.c:22: /kisskb/src/fs/namei.c: In function 'vfs_readlink': /kisskb/src/fs/namei.c:4788:22: note: byref variable will be forcibly initialized DEFINE_DELAYED_CALL(done); ^ /kisskb/src/include/linux/delayed_call.h:15:55: note: in definition of macro 'DEFINE_DELAYED_CALL' #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:4879:22: note: byref variable will be forcibly initialized DEFINE_DELAYED_CALL(done); ^ /kisskb/src/include/linux/delayed_call.h:15:55: note: in definition of macro 'DEFINE_DELAYED_CALL' #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:4895:8: note: byref variable will be forcibly initialized void *fsdata; ^ /kisskb/src/fs/namei.c:4894:15: note: byref variable will be forcibly initialized struct page *page; ^ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_update_time': /kisskb/src/fs/xfs/xfs_iops.c:1083:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_initxattrs': /kisskb/src/fs/xfs/xfs_iops.c:53:22: note: byref variable will be forcibly initialized struct xfs_da_args args = { ^ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_cleanup_inode': /kisskb/src/fs/xfs/xfs_iops.c:117:18: note: byref variable will be forcibly initialized struct xfs_name teardown; ^ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_rename': /kisskb/src/fs/xfs/xfs_iops.c:424:18: note: byref variable will be forcibly initialized struct xfs_name nname; ^ /kisskb/src/fs/xfs/xfs_iops.c:423:18: note: byref variable will be forcibly initialized struct xfs_name oname; ^ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_unlink': /kisskb/src/fs/xfs/xfs_iops.c:349:18: note: byref variable will be forcibly initialized struct xfs_name name; ^ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_link': /kisskb/src/fs/xfs/xfs_iops.c:328:18: note: byref variable will be forcibly initialized struct xfs_name name; ^ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_lookup': /kisskb/src/fs/xfs/xfs_iops.c:264:18: note: byref variable will be forcibly initialized struct xfs_name name; ^ /kisskb/src/fs/xfs/xfs_iops.c:263:20: note: byref variable will be forcibly initialized struct xfs_inode *cip; ^ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_ci_lookup': /kisskb/src/fs/xfs/xfs_iops.c:290:14: note: byref variable will be forcibly initialized struct qstr dname; ^ /kisskb/src/fs/xfs/xfs_iops.c:289:18: note: byref variable will be forcibly initialized struct xfs_name ci_name; ^ /kisskb/src/fs/xfs/xfs_iops.c:288:18: note: byref variable will be forcibly initialized struct xfs_name xname; ^ /kisskb/src/fs/xfs/xfs_iops.c:287:20: note: byref variable will be forcibly initialized struct xfs_inode *ip; ^ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_setattr_nonsize': /kisskb/src/fs/xfs/xfs_iops.c:668:16: note: byref variable will be forcibly initialized xfs_trans_t *tp; ^ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_setattr_size': /kisskb/src/fs/xfs/xfs_iops.c:833:9: note: byref variable will be forcibly initialized bool did_zeroing = false; ^ /kisskb/src/fs/xfs/xfs_iops.c:830:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_setattr': /kisskb/src/fs/xfs/xfs_iops.c:1050:10: note: byref variable will be forcibly initialized uint iolock; ^ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_generic_create': /kisskb/src/fs/xfs/xfs_iops.c:141:18: note: byref variable will be forcibly initialized struct xfs_name name; ^ /kisskb/src/fs/xfs/xfs_iops.c:140:34: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^ /kisskb/src/fs/xfs/xfs_iops.c:140:20: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^ /kisskb/src/fs/xfs/xfs_iops.c:139:20: note: byref variable will be forcibly initialized struct xfs_inode *ip = NULL; ^ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_symlink': /kisskb/src/fs/xfs/xfs_iops.c:377:18: note: byref variable will be forcibly initialized struct xfs_name name; ^ /kisskb/src/fs/xfs/xfs_iops.c:376:20: note: byref variable will be forcibly initialized struct xfs_inode *cip = NULL; ^ /kisskb/src/fs/xfs/xfs_itable.c: In function 'xfs_bulkstat_one_int': /kisskb/src/fs/xfs/xfs_itable.c:64:20: note: byref variable will be forcibly initialized struct xfs_inode *ip; /* incore inode pointer */ ^ /kisskb/src/fs/xfs/xfs_itable.c: In function 'xfs_inumbers': /kisskb/src/fs/xfs/xfs_itable.c:370:28: note: byref variable will be forcibly initialized struct xfs_inumbers_chunk ic = { ^ /kisskb/src/fs/xfs/xfs_iwalk.c: In function 'xfs_iwalk_ichunk_ra': /kisskb/src/fs/xfs/xfs_iwalk.c:98:20: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/xfs/xfs_iwalk.c: In function 'xfs_iwalk_ag': /kisskb/src/fs/xfs/xfs_iwalk.c:397:9: note: byref variable will be forcibly initialized int has_more; ^ /kisskb/src/fs/xfs/xfs_iwalk.c:394:25: note: byref variable will be forcibly initialized struct xfs_btree_cur *cur = NULL; ^ /kisskb/src/fs/xfs/xfs_iwalk.c:393:20: note: byref variable will be forcibly initialized struct xfs_buf *agi_bp = NULL; ^ /kisskb/src/fs/xfs/xfs_iwalk.c: In function 'xfs_iwalk_threaded': /kisskb/src/fs/xfs/xfs_iwalk.c:619:23: note: byref variable will be forcibly initialized struct xfs_pwork_ctl pctl; ^ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_emerg': /kisskb/src/fs/xfs/xfs_message.c:35:8: note: byref variable will be forcibly initialized int level; \ ^ /kisskb/src/fs/xfs/xfs_message.c:51:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_emerg, KERN_EMERG); ^ /kisskb/src/fs/xfs/xfs_message.c:34:12: note: byref variable will be forcibly initialized va_list args; \ ^ /kisskb/src/fs/xfs/xfs_message.c:51:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_emerg, KERN_EMERG); ^ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_alert': /kisskb/src/fs/xfs/xfs_message.c:35:8: note: byref variable will be forcibly initialized int level; \ ^ /kisskb/src/fs/xfs/xfs_message.c:52:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_alert, KERN_ALERT); ^ /kisskb/src/fs/xfs/xfs_message.c:34:12: note: byref variable will be forcibly initialized va_list args; \ ^ /kisskb/src/fs/xfs/xfs_message.c:52:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_alert, KERN_ALERT); ^ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_crit': /kisskb/src/fs/xfs/xfs_message.c:35:8: note: byref variable will be forcibly initialized int level; \ ^ /kisskb/src/fs/xfs/xfs_message.c:53:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_crit, KERN_CRIT); ^ /kisskb/src/fs/xfs/xfs_message.c:34:12: note: byref variable will be forcibly initialized va_list args; \ ^ /kisskb/src/fs/xfs/xfs_message.c:53:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_crit, KERN_CRIT); ^ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_err': /kisskb/src/fs/xfs/xfs_message.c:35:8: note: byref variable will be forcibly initialized int level; \ ^ /kisskb/src/fs/xfs/xfs_message.c:54:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_err, KERN_ERR); ^ /kisskb/src/fs/xfs/xfs_message.c:34:12: note: byref variable will be forcibly initialized va_list args; \ ^ /kisskb/src/fs/xfs/xfs_message.c:54:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_err, KERN_ERR); ^ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_warn': /kisskb/src/fs/xfs/xfs_message.c:35:8: note: byref variable will be forcibly initialized int level; \ ^ /kisskb/src/fs/xfs/xfs_message.c:55:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_warn, KERN_WARNING); ^ /kisskb/src/fs/xfs/xfs_message.c:34:12: note: byref variable will be forcibly initialized va_list args; \ ^ /kisskb/src/fs/xfs/xfs_message.c:55:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_warn, KERN_WARNING); ^ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_notice': /kisskb/src/fs/xfs/xfs_message.c:35:8: note: byref variable will be forcibly initialized int level; \ ^ /kisskb/src/fs/xfs/xfs_message.c:56:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_notice, KERN_NOTICE); ^ /kisskb/src/fs/xfs/xfs_message.c:34:12: note: byref variable will be forcibly initialized va_list args; \ ^ /kisskb/src/fs/xfs/xfs_message.c:56:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_notice, KERN_NOTICE); ^ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_info': /kisskb/src/fs/xfs/xfs_message.c:35:8: note: byref variable will be forcibly initialized int level; \ ^ /kisskb/src/fs/xfs/xfs_message.c:57:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_info, KERN_INFO); ^ /kisskb/src/fs/xfs/xfs_message.c:34:12: note: byref variable will be forcibly initialized va_list args; \ ^ /kisskb/src/fs/xfs/xfs_message.c:57:1: note: in expansion of macro 'define_xfs_printk_level' define_xfs_printk_level(xfs_info, KERN_INFO); ^ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_alert_tag': /kisskb/src/fs/xfs/xfs_message.c:69:12: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_buf_alert_ratelimited': /kisskb/src/fs/xfs/xfs_message.c:130:12: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_init_new_inode': /kisskb/src/fs/xfs/xfs_inode.c:781:20: note: byref variable will be forcibly initialized struct xfs_inode *ip; ^ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_iunlink_update_inode': /kisskb/src/fs/xfs/xfs_inode.c:2048:19: note: byref variable will be forcibly initialized struct xfs_buf *ibp; ^ /kisskb/src/fs/xfs/xfs_inode.c:2047:21: note: byref variable will be forcibly initialized struct xfs_dinode *dip; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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/iversion.h:5, from /kisskb/src/fs/xfs/xfs_inode.c:6: /kisskb/src/fs/xfs/xfs_inode.c: In function 'rht_assign_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rhashtable.h:401:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*bkt, (void *)obj); ^ /kisskb/src/fs/xfs/xfs_inode.c: In function '__rhashtable_insert_fast': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rhashtable.h:758:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:62:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_inode.c:8: /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_iunlink': /kisskb/src/fs/xfs/xfs_inode.c:2135:16: note: byref variable will be forcibly initialized xfs_agino_t old_agino; ^ /kisskb/src/fs/xfs/xfs_inode.c:2105:19: note: byref variable will be forcibly initialized struct xfs_buf *agibp; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:62:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_inode.c:8: /kisskb/src/fs/xfs/xfs_inode.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized struct rhashtable_compare_arg arg = { ^ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_iunlink_map_prev': /kisskb/src/fs/xfs/xfs_inode.c:2202:1: note: byref variable will be forcibly initialized xfs_iunlink_map_prev( ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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/iversion.h:5, from /kisskb/src/fs/xfs/xfs_inode.c:6: /kisskb/src/fs/xfs/xfs_inode.c: In function '__rhashtable_remove_fast_one': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rhashtable.h:1045:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*pprev, obj); ^ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_iunlink_remove': /kisskb/src/fs/xfs/xfs_inode.c:2338:15: note: byref variable will be forcibly initialized xfs_agino_t prev_agino; ^ /kisskb/src/fs/xfs/xfs_inode.c:2337:19: note: byref variable will be forcibly initialized struct xfs_imap imap; ^ /kisskb/src/fs/xfs/xfs_inode.c:2289:15: note: byref variable will be forcibly initialized xfs_agino_t next_agino; ^ /kisskb/src/fs/xfs/xfs_inode.c:2286:21: note: byref variable will be forcibly initialized struct xfs_dinode *last_dip = NULL; ^ /kisskb/src/fs/xfs/xfs_inode.c:2285:19: note: byref variable will be forcibly initialized struct xfs_buf *last_ibp; ^ /kisskb/src/fs/xfs/xfs_inode.c:2284:19: note: byref variable will be forcibly initialized struct xfs_buf *agibp; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_inode.c:8: /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:201:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_ifree_cluster': /kisskb/src/fs/xfs/xfs_trans.h:201:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/xfs_inode.c:2478:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_lookup': /kisskb/src/fs/xfs/xfs_inode.c:675:13: note: byref variable will be forcibly initialized xfs_ino_t inum; ^ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_dir_ialloc': /kisskb/src/fs/xfs/xfs_inode.c:917:13: note: byref variable will be forcibly initialized xfs_ino_t ino; ^ /kisskb/src/fs/xfs/xfs_inode.c:915:19: note: byref variable will be forcibly initialized struct xfs_buf *agibp; ^ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_link': /kisskb/src/fs/xfs/xfs_inode.c:1230:16: note: byref variable will be forcibly initialized xfs_trans_t *tp; ^ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_itruncate_extents_flags': /kisskb/src/fs/xfs/xfs_inode.c:1369:17: note: byref variable will be forcibly initialized xfs_filblks_t unmap_len; ^ /kisskb/src/fs/xfs/xfs_inode.c:1367:20: note: byref variable will be forcibly initialized struct xfs_trans *tp = *tpp; ^ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_inactive_truncate': /kisskb/src/fs/xfs/xfs_inode.c:1528:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_iunlink_destroy': /kisskb/src/fs/xfs/xfs_inode.c:1961:9: note: byref variable will be forcibly initialized bool freed_anything = false; ^ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_inactive_ifree': /kisskb/src/fs/xfs/xfs_inode.c:1577:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_remove': /kisskb/src/fs/xfs/xfs_inode.c:2692:27: note: byref variable will be forcibly initialized xfs_trans_t *tp = NULL; ^ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_create': /kisskb/src/fs/xfs/xfs_inode.c:990:20: note: byref variable will be forcibly initialized struct xfs_trans *tp = NULL; ^ /kisskb/src/fs/xfs/xfs_inode.c:989:20: note: byref variable will be forcibly initialized struct xfs_inode *ip = NULL; ^ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_create_tmpfile': /kisskb/src/fs/xfs/xfs_inode.c:1143:20: note: byref variable will be forcibly initialized struct xfs_trans *tp = NULL; ^ /kisskb/src/fs/xfs/xfs_inode.c:1142:20: note: byref variable will be forcibly initialized struct xfs_inode *ip = NULL; ^ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_rename_alloc_whiteout': /kisskb/src/fs/xfs/xfs_inode.c:2991:20: note: byref variable will be forcibly initialized struct xfs_inode *tmpfile; ^ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_rename': /kisskb/src/fs/xfs/xfs_inode.c:3192:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/xfs_inode.c:3031:8: note: byref variable will be forcibly initialized int num_inodes = __XFS_SORT_INODES; ^ /kisskb/src/fs/xfs/xfs_inode.c:3029:20: note: byref variable will be forcibly initialized struct xfs_inode *inodes[__XFS_SORT_INODES]; ^ /kisskb/src/fs/xfs/xfs_inode.c:3028:20: note: byref variable will be forcibly initialized struct xfs_inode *wip = NULL; /* whiteout inode */ ^ /kisskb/src/fs/xfs/xfs_inode.c:3027:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_mount.c: In function 'xfs_check_sizes': /kisskb/src/fs/xfs/xfs_mount.c:509:18: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/xfs_mount.c: In function 'xfs_update_alignment': /kisskb/src/fs/xfs/xfs_mount.c:462:9: note: byref variable will be forcibly initialized bool update_sb; ^ In file included from /kisskb/src/fs/xfs/xfs_mount.c:33:0: /kisskb/src/fs/xfs/xfs_mount.c: In function 'xfs_fs_has_sickness': /kisskb/src/fs/xfs/libxfs/xfs_health.h:129:21: note: byref variable will be forcibly initialized unsigned int sick, checked; ^ /kisskb/src/fs/xfs/libxfs/xfs_health.h:129:15: note: byref variable will be forcibly initialized unsigned int sick, checked; ^ /kisskb/src/fs/xfs/xfs_mount.c: In function 'xfs_check_summary_counts': /kisskb/src/fs/xfs/libxfs/xfs_health.h:129:15: note: byref variable will be forcibly initialized /kisskb/src/fs/xfs/libxfs/xfs_health.h:129:21: note: byref variable will be forcibly initialized unsigned int sick, checked; ^ /kisskb/src/fs/xfs/xfs_mount.c: In function 'xfs_readsb': /kisskb/src/fs/xfs/xfs_mount.c:276:18: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/xfs_mount.c: In function 'xfs_unmountfs': /kisskb/src/fs/xfs/xfs_mount.c:1057:12: note: byref variable will be forcibly initialized uint64_t resblks; ^ /kisskb/src/fs/xfs/xfs_mount.c: In function 'xfs_mountfs': /kisskb/src/fs/xfs/xfs_mount.c:654:12: note: byref variable will be forcibly initialized uint64_t resblks; ^ /kisskb/src/fs/xfs/xfs_mount.c:652:20: note: byref variable will be forcibly initialized struct xfs_inode *rip; ^ /kisskb/src/fs/xfs/xfs_mru_cache.c: In function '_xfs_mru_cache_clear_reap_list': /kisskb/src/fs/xfs/xfs_mru_cache.c:233:19: note: byref variable will be forcibly initialized struct list_head tmp; ^ /kisskb/src/fs/btrfs/qgroup.c: In function 'update_qgroup_status_item': /kisskb/src/fs/btrfs/qgroup.c:845:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/qgroup.c: In function 'update_qgroup_info_item': /kisskb/src/fs/btrfs/qgroup.c:800:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/qgroup.c: In function 'update_qgroup_limit_item': /kisskb/src/fs/btrfs/qgroup.c:757:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/qgroup.c: In function 'add_qgroup_item': /kisskb/src/fs/btrfs/qgroup.c:638:12: note: byref variable will be forcibly initialized static int add_qgroup_item(struct btrfs_trans_handle *trans, ^ /kisskb/src/fs/btrfs/qgroup.c:638:12: note: byref variable will be forcibly initialized /kisskb/src/fs/btrfs/qgroup.c:646:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/qgroup.c: In function 'add_qgroup_relation_item': /kisskb/src/fs/btrfs/qgroup.c:583:12: note: byref variable will be forcibly initialized static int add_qgroup_relation_item(struct btrfs_trans_handle *trans, u64 src, ^ /kisskb/src/fs/btrfs/qgroup.c:589:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/qgroup.c: In function 'btrfs_clean_quota_tree': /kisskb/src/fs/btrfs/qgroup.c:888:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/qgroup.c: In function 'del_qgroup_relation_item': /kisskb/src/fs/btrfs/qgroup.c:613:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/qgroup.c: In function 'del_qgroup_item': /kisskb/src/fs/btrfs/qgroup.c:711:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/qgroup.c: In function '__qgroup_excl_accounting': /kisskb/src/fs/btrfs/qgroup.c:1263:24: note: byref variable will be forcibly initialized struct ulist_iterator uiter; ^ /kisskb/src/fs/btrfs/qgroup.c: In function 'maybe_fs_roots': /kisskb/src/fs/btrfs/qgroup.c:2483:24: note: byref variable will be forcibly initialized struct ulist_iterator uiter; ^ /kisskb/src/fs/btrfs/qgroup.c: In function 'qgroup_update_counters': /kisskb/src/fs/btrfs/qgroup.c:2391:24: note: byref variable will be forcibly initialized struct ulist_iterator uiter; ^ /kisskb/src/fs/btrfs/qgroup.c: In function 'qgroup_update_refcnt': /kisskb/src/fs/btrfs/qgroup.c:2302:24: note: byref variable will be forcibly initialized struct ulist_iterator tmp_uiter; ^ /kisskb/src/fs/btrfs/qgroup.c:2300:24: note: byref variable will be forcibly initialized struct ulist_iterator uiter; ^ /kisskb/src/fs/btrfs/qgroup.c: In function 'qgroup_reserve': /kisskb/src/fs/btrfs/qgroup.c:2952:24: note: byref variable will be forcibly initialized struct ulist_iterator uiter; ^ /kisskb/src/fs/btrfs/qgroup.c: In function 'qgroup_convert_meta': /kisskb/src/fs/btrfs/qgroup.c:3927:24: note: byref variable will be forcibly initialized struct ulist_iterator uiter; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/qgroup.c:6: /kisskb/src/fs/btrfs/qgroup.c: In function 'try_flush_qgroup': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/qgroup.c:3569:3: note: in expansion of macro 'wait_event' wait_event(root->qgroup_flush_wait, ^ /kisskb/src/fs/btrfs/qgroup.c: In function 'btrfs_read_qgroup_config': /kisskb/src/fs/btrfs/qgroup.c:333:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/qgroup.c:332:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/qgroup.c: In function 'btrfs_quota_enable': /kisskb/src/fs/btrfs/qgroup.c:927:5: note: byref variable will be forcibly initialized int btrfs_quota_enable(struct btrfs_fs_info *fs_info) ^ /kisskb/src/fs/btrfs/qgroup.c:935:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/qgroup.c:934:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/qgroup.c: In function 'btrfs_qgroup_trace_extent_post': /kisskb/src/fs/btrfs/qgroup.c:1701:16: note: byref variable will be forcibly initialized struct ulist *old_root; ^ /kisskb/src/fs/btrfs/qgroup.c: In function 'btrfs_qgroup_trace_leaf_items': /kisskb/src/fs/btrfs/qgroup.c:1761:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/qgroup.c: In function 'qgroup_trace_extent_swap': /kisskb/src/fs/btrfs/qgroup.c:1942:20: note: byref variable will be forcibly initialized struct btrfs_key dst_key; ^ /kisskb/src/fs/btrfs/qgroup.c:1941:20: note: byref variable will be forcibly initialized struct btrfs_key src_key; ^ /kisskb/src/fs/btrfs/qgroup.c:1910:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/qgroup.c: In function 'qgroup_rescan_leaf': /kisskb/src/fs/btrfs/qgroup.c:3115:16: note: byref variable will be forcibly initialized struct ulist *roots = NULL; ^ /kisskb/src/fs/btrfs/qgroup.c:3113:19: note: byref variable will be forcibly initialized struct btrfs_key found; ^ /kisskb/src/fs/btrfs/qgroup.c: In function 'btrfs_qgroup_free_refroot': /kisskb/src/fs/btrfs/qgroup.c:3034:24: note: byref variable will be forcibly initialized struct ulist_iterator uiter; ^ /kisskb/src/fs/btrfs/qgroup.c: In function 'btrfs_qgroup_account_extents': /kisskb/src/fs/btrfs/qgroup.c:2599:16: note: byref variable will be forcibly initialized struct ulist *new_roots = NULL; ^ /kisskb/src/fs/btrfs/qgroup.c: In function 'qgroup_free_reserved_data': /kisskb/src/fs/btrfs/qgroup.c:3683:26: note: byref variable will be forcibly initialized struct extent_changeset changeset; ^ /kisskb/src/fs/btrfs/qgroup.c:3682:24: note: byref variable will be forcibly initialized struct ulist_iterator uiter; ^ /kisskb/src/fs/btrfs/qgroup.c: In function '__btrfs_qgroup_release_data': /kisskb/src/fs/btrfs/qgroup.c:3735:26: note: byref variable will be forcibly initialized struct extent_changeset changeset; ^ /kisskb/src/fs/btrfs/qgroup.c: In function 'btrfs_qgroup_check_reserved_leak': /kisskb/src/fs/btrfs/qgroup.c:3989:24: note: byref variable will be forcibly initialized struct ulist_iterator iter; ^ /kisskb/src/fs/btrfs/qgroup.c:3987:26: note: byref variable will be forcibly initialized struct extent_changeset changeset; ^ In file included from /kisskb/src/include/linux/slab.h:16:0, from /kisskb/src/include/linux/xattr.h:15, from /kisskb/src/fs/btrfs/send.c:11: /kisskb/src/fs/btrfs/send.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:265:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/btrfs/send.c: In function 'tlv_put_u64': /kisskb/src/fs/btrfs/send.c:593:14: note: byref variable will be forcibly initialized __le##bits __tmp = cpu_to_le##bits(value); \ ^ /kisskb/src/fs/btrfs/send.c:597:1: note: in expansion of macro 'TLV_PUT_DEFINE_INT' TLV_PUT_DEFINE_INT(64) ^ In file included from /kisskb/src/include/linux/xattr.h:18:0, from /kisskb/src/fs/btrfs/send.c:11: /kisskb/src/fs/btrfs/send.c: In function 'kvmalloc_array': /kisskb/src/include/linux/mm.h:798:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/btrfs/send.c: In function 'send_header': /kisskb/src/fs/btrfs/send.c:669:29: note: byref variable will be forcibly initialized struct btrfs_stream_header hdr; ^ /kisskb/src/fs/btrfs/send.c: In function 'tlv_put_btrfs_timespec': /kisskb/src/fs/btrfs/send.c:617:24: note: byref variable will be forcibly initialized struct btrfs_timespec bts; ^ /kisskb/src/fs/btrfs/send.c: In function '__get_inode_info': /kisskb/src/fs/btrfs/send.c:825:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/send.c: In function 'dir_changed': /kisskb/src/fs/btrfs/send.c:6527:16: note: byref variable will be forcibly initialized u64 orig_gen, new_gen; ^ /kisskb/src/fs/btrfs/send.c:6527:6: note: byref variable will be forcibly initialized u64 orig_gen, new_gen; ^ /kisskb/src/fs/btrfs/send.c: In function 'get_cur_inode_state': /kisskb/src/fs/btrfs/send.c:1603:6: note: byref variable will be forcibly initialized u64 right_gen; ^ /kisskb/src/fs/btrfs/send.c:1602:6: note: byref variable will be forcibly initialized u64 left_gen; ^ /kisskb/src/fs/btrfs/send.c: In function 'get_last_extent': /kisskb/src/fs/btrfs/send.c:5751:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/send.c: In function 'range_is_hole_in_parent': /kisskb/src/fs/btrfs/send.c:5782:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/send.c: In function 'did_create_dir': /kisskb/src/fs/btrfs/send.c:2665:19: note: byref variable will be forcibly initialized struct btrfs_key di_key; ^ /kisskb/src/fs/btrfs/send.c:2664:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/send.c:2663:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/dev-replace.c:6: /kisskb/src/fs/btrfs/dev-replace.c: In function 'btrfs_init_dev_replace_tgtdev': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/btrfs/dev-replace.c:304:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(device->name, name); ^ /kisskb/src/fs/btrfs/dev-replace.c:248:6: note: byref variable will be forcibly initialized u64 devid = BTRFS_DEV_REPLACE_DEVID; ^ /kisskb/src/fs/btrfs/send.c: In function 'fs_path_add': /kisskb/src/fs/btrfs/send.c:465:8: note: byref variable will be forcibly initialized char *prepared; ^ /kisskb/src/fs/btrfs/send.c: In function 'gen_unique_name': /kisskb/src/fs/btrfs/send.c:1532:7: note: byref variable will be forcibly initialized char tmp[64]; ^ /kisskb/src/fs/btrfs/dev-replace.c: In function 'mark_block_group_to_copy': /kisskb/src/fs/btrfs/dev-replace.c:468:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/dev-replace.c:467:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/send.c: In function 'fs_path_add_from_extent_buffer': /kisskb/src/fs/btrfs/send.c:495:8: note: byref variable will be forcibly initialized char *prepared; ^ /kisskb/src/fs/btrfs/send.c: In function 'get_first_ref': /kisskb/src/fs/btrfs/send.c:1730:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/send.c:1729:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/dev-replace.c: In function 'btrfs_set_target_alloc_state': /kisskb/src/fs/btrfs/dev-replace.c:826:6: note: byref variable will be forcibly initialized u64 found_end; ^ /kisskb/src/fs/btrfs/dev-replace.c:825:6: note: byref variable will be forcibly initialized u64 found_start; ^ /kisskb/src/fs/btrfs/dev-replace.c:823:23: note: byref variable will be forcibly initialized struct extent_state *cached_state = NULL; ^ /kisskb/src/fs/btrfs/send.c: In function 'is_first_ref': /kisskb/src/fs/btrfs/send.c:1798:6: note: byref variable will be forcibly initialized u64 tmp_dir; ^ /kisskb/src/fs/btrfs/send.c: In function 'check_ino_in_path': In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/dev-replace.c:6: /kisskb/src/fs/btrfs/dev-replace.c: In function 'btrfs_rm_dev_replace_blocked': /kisskb/src/fs/btrfs/send.c:3558:7: note: byref variable will be forcibly initialized u64 parent_gen; ^ /kisskb/src/fs/btrfs/send.c:3557:7: note: byref variable will be forcibly initialized u64 parent; ^ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/dev-replace.c:801:2: note: in expansion of macro 'wait_event' wait_event(fs_info->dev_replace.replace_wait, !percpu_counter_sum( ^ /kisskb/src/fs/btrfs/send.c: In function 'is_ancestor': /kisskb/src/fs/btrfs/send.c:3634:8: note: byref variable will be forcibly initialized u64 parent_gen; ^ /kisskb/src/fs/btrfs/send.c:3586:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/dev-replace.c: In function 'btrfs_dev_replace_finishing': /kisskb/src/fs/btrfs/dev-replace.c:878:5: note: byref variable will be forcibly initialized u8 uuid_tmp[BTRFS_UUID_SIZE]; ^ /kisskb/src/fs/btrfs/send.c: In function 'fs_path_add_path': /kisskb/src/fs/btrfs/send.c:479:8: note: byref variable will be forcibly initialized char *prepared; ^ /kisskb/src/fs/btrfs/dev-replace.c: In function 'btrfs_dev_replace_start': /kisskb/src/fs/btrfs/dev-replace.c:650:23: note: byref variable will be forcibly initialized struct btrfs_device *tgt_device = NULL; ^ /kisskb/src/fs/btrfs/dev-replace.c: In function 'btrfs_init_dev_replace': /kisskb/src/fs/btrfs/dev-replace.c:73:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ In file included from /kisskb/src/include/linux/wait.h:7:0, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/btrfs/send.c:7: /kisskb/src/fs/btrfs/send.c: In function 'tail_append_pending_moves': /kisskb/src/fs/btrfs/send.c:3370:13: note: byref variable will be forcibly initialized LIST_HEAD(list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/btrfs/send.c: In function 'lookup_dir_item_inode': /kisskb/src/fs/btrfs/send.c:1695:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/send.c: In function 'did_overwrite_ref': /kisskb/src/fs/btrfs/send.c:1910:5: note: byref variable will be forcibly initialized u8 other_type; ^ /kisskb/src/fs/btrfs/send.c:1909:6: note: byref variable will be forcibly initialized u64 ow_inode; ^ /kisskb/src/fs/btrfs/send.c:1908:6: note: byref variable will be forcibly initialized u64 gen; ^ /kisskb/src/fs/btrfs/dev-replace.c: In function 'btrfs_run_dev_replace': /kisskb/src/fs/btrfs/dev-replace.c:347:5: note: byref variable will be forcibly initialized int btrfs_run_dev_replace(struct btrfs_trans_handle *trans) ^ /kisskb/src/fs/btrfs/dev-replace.c:353:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/send.c: In function 'did_overwrite_first_ref': /kisskb/src/fs/btrfs/send.c:1980:6: note: byref variable will be forcibly initialized u64 dir_gen; ^ /kisskb/src/fs/btrfs/send.c:1979:6: note: byref variable will be forcibly initialized u64 dir; ^ /kisskb/src/fs/btrfs/send.c: In function 'will_overwrite_ref': /kisskb/src/fs/btrfs/send.c:1837:5: note: byref variable will be forcibly initialized u8 other_type = 0; ^ /kisskb/src/fs/btrfs/send.c:1836:6: note: byref variable will be forcibly initialized u64 other_inode = 0; ^ /kisskb/src/fs/btrfs/send.c:1835:6: note: byref variable will be forcibly initialized u64 gen; ^ /kisskb/src/fs/btrfs/send.c: In function 'read_symlink': /kisskb/src/fs/btrfs/send.c:1471:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/dev-replace.c:6: /kisskb/src/fs/btrfs/dev-replace.c: In function 'btrfs_bio_counter_inc_blocked': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/dev-replace.c:1333:3: note: in expansion of macro 'wait_event' wait_event(fs_info->dev_replace.replace_wait, ^ /kisskb/src/fs/btrfs/send.c: In function 'get_cur_path': /kisskb/src/fs/btrfs/send.c:2270:6: note: byref variable will be forcibly initialized u64 parent_gen = 0; ^ /kisskb/src/fs/btrfs/send.c:2269:6: note: byref variable will be forcibly initialized u64 parent_inode = 0; ^ /kisskb/src/fs/btrfs/send.c: In function 'path_loop': /kisskb/src/fs/btrfs/send.c:3173:6: note: byref variable will be forcibly initialized u64 parent_gen = 0; ^ /kisskb/src/fs/btrfs/send.c:3172:6: note: byref variable will be forcibly initialized u64 parent_inode = 0; ^ /kisskb/src/fs/btrfs/send.c: In function 'record_ref': /kisskb/src/fs/btrfs/send.c:4333:6: note: byref variable will be forcibly initialized u64 gen; ^ /kisskb/src/fs/btrfs/send.c: In function 'get_inode_path': /kisskb/src/fs/btrfs/send.c:1139:24: note: byref variable will be forcibly initialized struct btrfs_key key, found_key; ^ /kisskb/src/fs/btrfs/send.c:1139:19: note: byref variable will be forcibly initialized struct btrfs_key key, found_key; ^ /kisskb/src/fs/btrfs/send.c: In function 'find_iref': /kisskb/src/fs/btrfs/send.c:4445:22: note: byref variable will be forcibly initialized struct find_ref_ctx ctx; ^ /kisskb/src/fs/btrfs/send.c: In function '__record_changed_deleted_ref': /kisskb/src/fs/btrfs/send.c:4490:6: note: byref variable will be forcibly initialized u64 dir_gen; ^ /kisskb/src/fs/btrfs/send.c: In function '__record_changed_new_ref': /kisskb/src/fs/btrfs/send.c:4467:6: note: byref variable will be forcibly initialized u64 dir_gen; ^ /kisskb/src/fs/btrfs/send.c: In function 'send_subvol_begin': /kisskb/src/fs/btrfs/send.c:593:14: note: byref variable will be forcibly initialized __le##bits __tmp = cpu_to_le##bits(value); \ ^ /kisskb/src/fs/btrfs/send.c:597:1: note: in expansion of macro 'TLV_PUT_DEFINE_INT' TLV_PUT_DEFINE_INT(64) ^ /kisskb/src/fs/btrfs/send.c:593:14: note: byref variable will be forcibly initialized __le##bits __tmp = cpu_to_le##bits(value); \ ^ /kisskb/src/fs/btrfs/send.c:597:1: note: in expansion of macro 'TLV_PUT_DEFINE_INT' TLV_PUT_DEFINE_INT(64) ^ /kisskb/src/fs/btrfs/send.c:2337:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/send.c: In function 'send_update_extent': /kisskb/src/fs/btrfs/send.c:593:14: note: byref variable will be forcibly initialized __le##bits __tmp = cpu_to_le##bits(value); \ ^ /kisskb/src/fs/btrfs/send.c:597:1: note: in expansion of macro 'TLV_PUT_DEFINE_INT' TLV_PUT_DEFINE_INT(64) ^ /kisskb/src/fs/btrfs/send.c:593:14: note: byref variable will be forcibly initialized __le##bits __tmp = cpu_to_le##bits(value); \ ^ /kisskb/src/fs/btrfs/send.c:597:1: note: in expansion of macro 'TLV_PUT_DEFINE_INT' TLV_PUT_DEFINE_INT(64) ^ /kisskb/src/fs/btrfs/send.c: In function 'send_hole': /kisskb/src/fs/btrfs/send.c:593:14: note: byref variable will be forcibly initialized __le##bits __tmp = cpu_to_le##bits(value); \ ^ /kisskb/src/fs/btrfs/send.c:597:1: note: in expansion of macro 'TLV_PUT_DEFINE_INT' TLV_PUT_DEFINE_INT(64) ^ /kisskb/src/fs/btrfs/send.c: In function 'btrfs_unlink_all_paths': /kisskb/src/fs/btrfs/send.c:6189:26: note: byref variable will be forcibly initialized struct parent_paths_ctx ctx; ^ /kisskb/src/fs/btrfs/send.c:6188:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ In file included from /kisskb/src/include/linux/wait.h:7:0, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/btrfs/send.c:7: /kisskb/src/fs/btrfs/send.c:6186:12: note: byref variable will be forcibly initialized LIST_HEAD(deleted_refs); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/btrfs/send.c: In function 'send_create_inode': /kisskb/src/fs/btrfs/send.c:593:14: note: byref variable will be forcibly initialized __le##bits __tmp = cpu_to_le##bits(value); \ ^ /kisskb/src/fs/btrfs/send.c:597:1: note: in expansion of macro 'TLV_PUT_DEFINE_INT' TLV_PUT_DEFINE_INT(64) ^ /kisskb/src/fs/btrfs/send.c:593:14: note: byref variable will be forcibly initialized __le##bits __tmp = cpu_to_le##bits(value); \ ^ /kisskb/src/fs/btrfs/send.c:597:1: note: in expansion of macro 'TLV_PUT_DEFINE_INT' TLV_PUT_DEFINE_INT(64) ^ /kisskb/src/fs/btrfs/send.c:593:14: note: byref variable will be forcibly initialized __le##bits __tmp = cpu_to_le##bits(value); \ ^ /kisskb/src/fs/btrfs/send.c:597:1: note: in expansion of macro 'TLV_PUT_DEFINE_INT' TLV_PUT_DEFINE_INT(64) ^ /kisskb/src/fs/btrfs/send.c:2582:6: note: byref variable will be forcibly initialized u64 rdev; ^ /kisskb/src/fs/btrfs/send.c:2581:6: note: byref variable will be forcibly initialized u64 mode; ^ /kisskb/src/fs/btrfs/send.c:2580:6: note: byref variable will be forcibly initialized u64 gen; ^ /kisskb/src/fs/btrfs/send.c: In function 'send_utimes': /kisskb/src/fs/btrfs/send.c:2519:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/send.c: In function 'send_clone': /kisskb/src/fs/btrfs/send.c:593:14: note: byref variable will be forcibly initialized __le##bits __tmp = cpu_to_le##bits(value); \ ^ /kisskb/src/fs/btrfs/send.c:597:1: note: in expansion of macro 'TLV_PUT_DEFINE_INT' TLV_PUT_DEFINE_INT(64) ^ /kisskb/src/fs/btrfs/send.c:593:14: note: byref variable will be forcibly initialized __le##bits __tmp = cpu_to_le##bits(value); \ ^ /kisskb/src/fs/btrfs/send.c:597:1: note: in expansion of macro 'TLV_PUT_DEFINE_INT' TLV_PUT_DEFINE_INT(64) ^ /kisskb/src/fs/btrfs/send.c:593:14: note: byref variable will be forcibly initialized __le##bits __tmp = cpu_to_le##bits(value); \ ^ /kisskb/src/fs/btrfs/send.c:597:1: note: in expansion of macro 'TLV_PUT_DEFINE_INT' TLV_PUT_DEFINE_INT(64) ^ /kisskb/src/fs/btrfs/send.c:593:14: note: byref variable will be forcibly initialized __le##bits __tmp = cpu_to_le##bits(value); \ ^ /kisskb/src/fs/btrfs/send.c:597:1: note: in expansion of macro 'TLV_PUT_DEFINE_INT' TLV_PUT_DEFINE_INT(64) ^ /kisskb/src/fs/btrfs/send.c:5047:6: note: byref variable will be forcibly initialized u64 gen; ^ /kisskb/src/fs/btrfs/send.c: In function 'send_truncate': /kisskb/src/fs/btrfs/send.c:593:14: note: byref variable will be forcibly initialized __le##bits __tmp = cpu_to_le##bits(value); \ ^ /kisskb/src/fs/btrfs/send.c:597:1: note: in expansion of macro 'TLV_PUT_DEFINE_INT' TLV_PUT_DEFINE_INT(64) ^ /kisskb/src/fs/btrfs/send.c: In function 'send_chown': /kisskb/src/fs/btrfs/send.c:593:14: note: byref variable will be forcibly initialized __le##bits __tmp = cpu_to_le##bits(value); \ ^ /kisskb/src/fs/btrfs/send.c:597:1: note: in expansion of macro 'TLV_PUT_DEFINE_INT' TLV_PUT_DEFINE_INT(64) ^ /kisskb/src/fs/btrfs/send.c:593:14: note: byref variable will be forcibly initialized __le##bits __tmp = cpu_to_le##bits(value); \ ^ /kisskb/src/fs/btrfs/send.c:597:1: note: in expansion of macro 'TLV_PUT_DEFINE_INT' TLV_PUT_DEFINE_INT(64) ^ /kisskb/src/fs/btrfs/send.c: In function 'send_chmod': /kisskb/src/fs/btrfs/send.c:593:14: note: byref variable will be forcibly initialized __le##bits __tmp = cpu_to_le##bits(value); \ ^ /kisskb/src/fs/btrfs/send.c:597:1: note: in expansion of macro 'TLV_PUT_DEFINE_INT' TLV_PUT_DEFINE_INT(64) ^ /kisskb/src/fs/btrfs/send.c: In function 'wait_for_dest_dir_move': /kisskb/src/fs/btrfs/send.c:3462:6: note: byref variable will be forcibly initialized u64 right_gen; ^ /kisskb/src/fs/btrfs/send.c:3461:6: note: byref variable will be forcibly initialized u64 left_gen; ^ /kisskb/src/fs/btrfs/send.c:3459:19: note: byref variable will be forcibly initialized struct btrfs_key di_key; ^ /kisskb/src/fs/btrfs/send.c:3458:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/send.c: In function 'wait_for_parent_move': /kisskb/src/fs/btrfs/send.c:3740:8: note: byref variable will be forcibly initialized u64 parent_ino_gen; ^ /kisskb/src/fs/btrfs/send.c:3699:7: note: byref variable will be forcibly initialized u64 parent_ino_after_gen; ^ /kisskb/src/fs/btrfs/send.c:3679:25: note: byref variable will be forcibly initialized u64 parent_ino_before, parent_ino_after; ^ /kisskb/src/fs/btrfs/send.c:3679:6: note: byref variable will be forcibly initialized u64 parent_ino_before, parent_ino_after; ^ /kisskb/src/fs/btrfs/send.c: In function 'can_rmdir': /kisskb/src/fs/btrfs/send.c:2931:19: note: byref variable will be forcibly initialized struct btrfs_key loc; ^ /kisskb/src/fs/btrfs/send.c:2930:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/send.c:2929:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/send.c: In function 'process_recorded_refs': /kisskb/src/fs/btrfs/send.c:3884:6: note: byref variable will be forcibly initialized u64 ow_mode; ^ /kisskb/src/fs/btrfs/send.c:3883:6: note: byref variable will be forcibly initialized u64 ow_gen; ^ /kisskb/src/fs/btrfs/send.c:3882:6: note: byref variable will be forcibly initialized u64 ow_inode = 0; ^ /kisskb/src/fs/btrfs/send.c:3880:19: note: byref variable will be forcibly initialized struct list_head check_dirs; ^ /kisskb/src/fs/btrfs/send.c: In function 'process_all_refs': /kisskb/src/fs/btrfs/send.c:4542:6: note: byref variable will be forcibly initialized int pending_move = 0; ^ /kisskb/src/fs/btrfs/send.c:4538:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/send.c:4537:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ In file included from /kisskb/src/include/linux/wait.h:7:0, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/btrfs/send.c:7: /kisskb/src/fs/btrfs/send.c: In function 'apply_dir_move': /kisskb/src/fs/btrfs/send.c:3261:13: note: byref variable will be forcibly initialized LIST_HEAD(deleted_refs); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/btrfs/send.c:3221:6: note: byref variable will be forcibly initialized u64 ancestor; ^ /kisskb/src/fs/btrfs/send.c:3217:18: note: byref variable will be forcibly initialized u64 parent_ino, parent_gen; ^ /kisskb/src/fs/btrfs/send.c:3217:6: note: byref variable will be forcibly initialized u64 parent_ino, parent_gen; ^ /kisskb/src/fs/btrfs/send.c: In function 'apply_children_dir_moves': /kisskb/src/fs/btrfs/send.c:3384:19: note: byref variable will be forcibly initialized struct list_head stack; ^ /kisskb/src/fs/btrfs/send.c: In function 'is_extent_unchanged': /kisskb/src/fs/btrfs/send.c:5566:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/send.c:5562:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/send.c: In function 'find_extent_clone': /kisskb/src/fs/btrfs/send.c:1312:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/send.c:1307:6: note: byref variable will be forcibly initialized u64 flags = 0; ^ In file included from /kisskb/src/include/linux/blkdev.h:14:0, from /kisskb/src/include/linux/backing-dev.h:15, from /kisskb/src/fs/btrfs/ctree.h:16, from /kisskb/src/fs/btrfs/send.h:10, from /kisskb/src/fs/btrfs/send.c:19: /kisskb/src/fs/btrfs/send.c: In function 'put_file_data': /kisskb/src/include/linux/pagemap.h:862:19: note: byref variable will be forcibly initialized DEFINE_READAHEAD(ractl, file, mapping, index); ^ /kisskb/src/include/linux/pagemap.h:806:27: note: in definition of macro 'DEFINE_READAHEAD' struct readahead_control rac = { \ ^ /kisskb/src/include/linux/pagemap.h:839:19: note: byref variable will be forcibly initialized DEFINE_READAHEAD(ractl, file, mapping, index); ^ /kisskb/src/include/linux/pagemap.h:806:27: note: in definition of macro 'DEFINE_READAHEAD' struct readahead_control rac = { \ ^ /kisskb/src/fs/btrfs/send.c: In function 'send_write': /kisskb/src/fs/btrfs/send.c:593:14: note: byref variable will be forcibly initialized __le##bits __tmp = cpu_to_le##bits(value); \ ^ /kisskb/src/fs/btrfs/send.c:597:1: note: in expansion of macro 'TLV_PUT_DEFINE_INT' TLV_PUT_DEFINE_INT(64) ^ /kisskb/src/fs/btrfs/send.c: In function 'clone_range': /kisskb/src/fs/btrfs/send.c:5289:6: note: byref variable will be forcibly initialized u64 clone_src_i_size = 0; ^ /kisskb/src/fs/btrfs/send.c:5287:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/send.c: In function 'process_extent': /kisskb/src/fs/btrfs/send.c:5890:21: note: byref variable will be forcibly initialized struct clone_root *found_clone = NULL; ^ /kisskb/src/fs/btrfs/send.c: In function 'process_all_extents': /kisskb/src/fs/btrfs/send.c:5952:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/send.c:5951:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/send.c: In function '__process_new_xattr': /kisskb/src/fs/btrfs/send.c:4656:32: note: byref variable will be forcibly initialized struct posix_acl_xattr_header dummy_acl; ^ /kisskb/src/fs/btrfs/send.c: In function '__find_iref': /kisskb/src/fs/btrfs/send.c:4418:6: note: byref variable will be forcibly initialized u64 dir_gen; ^ /kisskb/src/fs/btrfs/send.c: In function 'iterate_dir_item': /kisskb/src/fs/btrfs/send.c:1011:19: note: byref variable will be forcibly initialized struct btrfs_key di_key; ^ /kisskb/src/fs/btrfs/send.c: In function 'process_all_new_xattrs': /kisskb/src/fs/btrfs/send.c:4861:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/send.c:4860:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/send.c: In function 'find_xattr': /kisskb/src/fs/btrfs/send.c:4767:24: note: byref variable will be forcibly initialized struct find_xattr_ctx ctx; ^ /kisskb/src/fs/btrfs/send.c: In function '__process_changed_new_xattr': /kisskb/src/fs/btrfs/send.c:4799:6: note: byref variable will be forcibly initialized int found_data_len = 0; ^ /kisskb/src/fs/btrfs/send.c:4798:8: note: byref variable will be forcibly initialized char *found_data = NULL; ^ /kisskb/src/fs/btrfs/send.c: In function 'finish_inode_if_needed': /kisskb/src/fs/btrfs/send.c:6081:7: note: byref variable will be forcibly initialized u64 old_size; ^ /kisskb/src/fs/btrfs/send.c:6039:6: note: byref variable will be forcibly initialized int refs_processed = 0; ^ /kisskb/src/fs/btrfs/send.c:6038:6: note: byref variable will be forcibly initialized int pending_move = 0; ^ /kisskb/src/fs/btrfs/send.c:6034:6: note: byref variable will be forcibly initialized u64 right_gid; ^ /kisskb/src/fs/btrfs/send.c:6033:6: note: byref variable will be forcibly initialized u64 right_uid; ^ /kisskb/src/fs/btrfs/send.c:6032:6: note: byref variable will be forcibly initialized u64 right_mode; ^ /kisskb/src/fs/btrfs/send.c:6031:6: note: byref variable will be forcibly initialized u64 left_gid; ^ /kisskb/src/fs/btrfs/send.c:6030:6: note: byref variable will be forcibly initialized u64 left_uid; ^ /kisskb/src/fs/btrfs/send.c:6029:6: note: byref variable will be forcibly initialized u64 left_mode; ^ /kisskb/src/fs/btrfs/send.c: In function 'btrfs_compare_trees': /kisskb/src/fs/btrfs/send.c:6811:6: note: byref variable will be forcibly initialized int right_level; ^ /kisskb/src/fs/btrfs/send.c:6810:6: note: byref variable will be forcibly initialized int left_level; ^ /kisskb/src/fs/btrfs/send.c:6806:19: note: byref variable will be forcibly initialized struct btrfs_key right_key; ^ /kisskb/src/fs/btrfs/send.c:6805:19: note: byref variable will be forcibly initialized struct btrfs_key left_key; ^ /kisskb/src/fs/btrfs/send.c: In function 'full_send_tree': /kisskb/src/fs/btrfs/send.c:6645:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/atomic-arch-fallback.h:1270:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^ /kisskb/src/fs/dcache.c: In function '__d_set_inode_and_type': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/fs/dcache.c:322:2: note: in expansion of macro 'smp_store_release' smp_store_release(&dentry->d_flags, flags); ^ /kisskb/src/fs/dcache.c: In function 'end_dir_add': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/fs/dcache.c:2549:2: note: in expansion of macro 'smp_store_release' smp_store_release(&dir->i_dir_seq, n + 2); ^ /kisskb/src/fs/dcache.c: In function 'hlist_bl_set_first_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist_bl.h:17:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(h->first, ^ /kisskb/src/fs/dcache.c: In function 'path_check_mount': /kisskb/src/fs/dcache.c:1435:14: note: byref variable will be forcibly initialized struct path path = { .mnt = info->mnt, .dentry = dentry }; ^ /kisskb/src/fs/dcache.c: In function 'd_walk': /kisskb/src/fs/dcache.c:1326:11: note: byref variable will be forcibly initialized unsigned seq = 0; ^ In file included from /kisskb/src/include/linux/pid.h:6:0, 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:2555:21: note: byref variable will be forcibly initialized DECLARE_WAITQUEUE(wait, current); ^ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, 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:1250:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/dcache.c: In function 'shrink_dcache_sb': /kisskb/src/fs/dcache.c:1290:13: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/dcache.c: In function 'path_has_submounts': /kisskb/src/fs/dcache.c:1456:21: note: byref variable will be forcibly initialized struct check_mount data = { .mnt = parent->mnt, .mounted = 0 }; ^ /kisskb/src/fs/dcache.c: In function 'shrink_dcache_parent': /kisskb/src/fs/dcache.c:1595:22: note: byref variable will be forcibly initialized struct select_data data = {.start = parent}; ^ /kisskb/src/fs/dcache.c: In function 'd_invalidate': /kisskb/src/fs/dcache.c:1712:18: note: byref variable will be forcibly initialized struct dentry *victim = NULL; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/fs/dcache.c:1777:2: note: in expansion of macro 'smp_store_release' smp_store_release(&dentry->d_name.name, dname); /* ^^^ */ ^ /kisskb/src/fs/dcache.c: In function 'd_alloc_name': /kisskb/src/fs/dcache.c:1879:14: note: byref variable will be forcibly initialized struct qstr q; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/fs/dcache.c:2582:8: note: in expansion of macro 'smp_load_acquire' seq = smp_load_acquire(&parent->d_inode->i_dir_seq); ^ /kisskb/src/fs/dcache.c:2575:23: note: byref variable will be forcibly initialized unsigned seq, r_seq, d_seq; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:592:2: note: in expansion of macro 'rcu_assign_pointer' 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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^ In file included from /kisskb/src/include/linux/device.h:29:0, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/static_call.h:97, from /kisskb/src/include/linux/tracepoint.h:22, from /kisskb/src/include/trace/syscall.h:5, from /kisskb/src/include/linux/syscalls.h:85, from /kisskb/src/fs/select.c:21: /kisskb/src/fs/select.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/restart_block.h:10:0, from /kisskb/src/include/linux/thread_info.h:13, from /kisskb/src/arch/arm64/include/asm/preempt.h:5, 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/sched/signal.h:5, from /kisskb/src/fs/select.c:19: /kisskb/src/fs/select.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta; ^ /kisskb/src/fs/select.c: In function 'poll_select_finish': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized /kisskb/src/fs/select.c:336:25: note: byref variable will be forcibly initialized struct old_timeval32 rtv; ^ /kisskb/src/fs/select.c:324:32: note: byref variable will be forcibly initialized struct __kernel_old_timeval rtv; ^ /kisskb/src/fs/select.c:301:20: note: byref variable will be forcibly initialized struct timespec64 rts; ^ In file included from /kisskb/src/include/linux/restart_block.h:10:0, from /kisskb/src/include/linux/thread_info.h:13, from /kisskb/src/arch/arm64/include/asm/preempt.h:5, 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/sched/signal.h:5, from /kisskb/src/fs/select.c:19: /kisskb/src/fs/select.c: In function 'select_estimate_accuracy': /kisskb/src/include/linux/time64.h:78:20: note: byref variable will be forcibly initialized struct timespec64 ts_delta; ^ /kisskb/src/fs/select.c:78:20: note: byref variable will be forcibly initialized struct timespec64 now; ^ /kisskb/src/fs/select.c: In function 'do_poll': /kisskb/src/fs/select.c:902:8: note: byref variable will be forcibly initialized bool can_busy_loop = false; ^ /kisskb/src/fs/select.c:885:10: note: byref variable will be forcibly initialized ktime_t expire, *to = NULL; ^ /kisskb/src/fs/inode.c: In function '__remove_privs': /kisskb/src/fs/inode.c:1912:15: note: byref variable will be forcibly initialized struct iattr newattrs; ^ /kisskb/src/fs/select.c: In function 'do_select': /kisskb/src/fs/select.c:479:22: note: byref variable will be forcibly initialized struct poll_wqueues table; ^ /kisskb/src/fs/select.c:478:10: note: byref variable will be forcibly initialized ktime_t expire, *to = NULL; ^ /kisskb/src/fs/select.c: In function 'do_sys_poll': /kisskb/src/fs/select.c:978:7: note: byref variable will be forcibly initialized long stack_pps[POLL_STACK_ALLOC/sizeof(long)]; ^ /kisskb/src/fs/select.c:973:22: note: byref variable will be forcibly initialized struct poll_wqueues table; ^ /kisskb/src/fs/select.c: In function 'do_restart_poll': /kisskb/src/fs/select.c:1047:32: note: byref variable will be forcibly initialized struct timespec64 *to = NULL, end_time; ^ /kisskb/src/fs/select.c: In function '__do_sys_poll': /kisskb/src/fs/select.c:1068:20: note: byref variable will be forcibly initialized struct timespec64 end_time, *to = NULL; ^ /kisskb/src/fs/select.c: In function '__do_sys_ppoll': /kisskb/src/fs/select.c:1103:24: note: byref variable will be forcibly initialized struct timespec64 ts, end_time, *to = NULL; ^ /kisskb/src/fs/select.c:1103:20: note: byref variable will be forcibly initialized struct timespec64 ts, end_time, *to = NULL; ^ /kisskb/src/fs/select.c: In function 'core_sys_select': /kisskb/src/fs/select.c:630:7: note: byref variable will be forcibly initialized long stack_fds[SELECT_STACK_ALLOC/sizeof(long)]; ^ /kisskb/src/fs/select.c:624:14: note: byref variable will be forcibly initialized fd_set_bits fds; ^ /kisskb/src/fs/select.c: In function 'kern_select': /kisskb/src/fs/select.c:704:30: note: byref variable will be forcibly initialized struct __kernel_old_timeval tv; ^ /kisskb/src/fs/select.c:703:20: note: byref variable will be forcibly initialized struct timespec64 end_time, *to = NULL; ^ /kisskb/src/fs/select.c: In function 'do_pselect': /kisskb/src/fs/select.c:733:24: note: byref variable will be forcibly initialized struct timespec64 ts, end_time, *to = NULL; ^ /kisskb/src/fs/select.c:733:20: note: byref variable will be forcibly initialized struct timespec64 ts, end_time, *to = NULL; ^ /kisskb/src/fs/select.c: In function '__do_sys_pselect6': /kisskb/src/fs/select.c:795:24: note: byref variable will be forcibly initialized struct sigset_argpack x = {NULL, 0}; ^ In file included from /kisskb/src/include/linux/wait.h:7:0, 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:628:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/inode.c: In function 'invalidate_inodes': /kisskb/src/fs/inode.c:679:12: note: byref variable will be forcibly initialized LIST_HEAD(dispose); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/inode.c: In function 'prune_icache_sb': /kisskb/src/fs/inode.c:801:12: note: byref variable will be forcibly initialized LIST_HEAD(freeable); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/inode.c: In function 'file_remove_privs': /kisskb/src/fs/inode.c:1912:15: note: byref variable will be forcibly initialized struct iattr newattrs; ^ /kisskb/src/fs/inode.c: In function 'current_time': /kisskb/src/fs/inode.c:2305:20: note: byref variable will be forcibly initialized struct timespec64 now; ^ /kisskb/src/fs/inode.c: In function 'touch_atime': /kisskb/src/fs/inode.c:1830:20: note: byref variable will be forcibly initialized struct timespec64 now; ^ /kisskb/src/fs/inode.c: In function 'file_update_time': /kisskb/src/fs/inode.c:1970:20: note: byref variable will be forcibly initialized struct timespec64 now; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_pwork.c:6: /kisskb/src/fs/xfs/xfs_pwork.c: In function 'xfs_pwork_poll': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, ___wait_cond_timeout(condition), \ ^ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' __ret = __wait_event_timeout(wq_head, condition, timeout); \ ^ /kisskb/src/fs/xfs/xfs_pwork.c:118:9: note: in expansion of macro 'wait_event_timeout' while (wait_event_timeout(pctl->poll_wait, ^ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_convert_cow_locked': /kisskb/src/fs/xfs/xfs_reflink.c:250:8: note: byref variable will be forcibly initialized int dummy_logflags; ^ /kisskb/src/fs/xfs/xfs_reflink.c:249:24: note: byref variable will be forcibly initialized struct xfs_btree_cur *dummy_cur = NULL; ^ /kisskb/src/fs/xfs/xfs_reflink.c:248:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got; ^ /kisskb/src/fs/xfs/xfs_reflink.c:247:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_end_cow_extent': /kisskb/src/fs/xfs/xfs_reflink.c:594:17: note: byref variable will be forcibly initialized xfs_filblks_t rlen; ^ /kisskb/src/fs/xfs/xfs_reflink.c:592:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_reflink.c:590:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/xfs_reflink.c:589:28: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got, del; ^ /kisskb/src/fs/xfs/xfs_reflink.c:589:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got, del; ^ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_remap_extent': /kisskb/src/fs/xfs/xfs_reflink.c:1127:17: note: byref variable will be forcibly initialized xfs_filblks_t len = smap.br_blockcount; ^ /kisskb/src/fs/xfs/xfs_reflink.c:998:8: note: byref variable will be forcibly initialized int nimaps; ^ /kisskb/src/fs/xfs/xfs_reflink.c:990:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_reflink.c:988:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec smap; ^ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_set_inode_flag': /kisskb/src/fs/xfs/xfs_reflink.c:859:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_find_shared': /kisskb/src/fs/xfs/xfs_reflink.c:139:19: note: byref variable will be forcibly initialized struct xfs_buf *agbp; ^ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_trim_around_shared': /kisskb/src/fs/xfs/xfs_reflink.c:178:16: note: byref variable will be forcibly initialized xfs_extlen_t flen; ^ /kisskb/src/fs/xfs/xfs_reflink.c:177:17: note: byref variable will be forcibly initialized xfs_agblock_t fbno; ^ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_find_trim_cow_extent': /kisskb/src/fs/xfs/xfs_reflink.c:315:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_allocate_cow': /kisskb/src/fs/xfs/xfs_reflink.c:358:9: note: byref variable will be forcibly initialized bool found; ^ /kisskb/src/fs/xfs/xfs_reflink.c:357:8: note: byref variable will be forcibly initialized int nimaps, error = 0; ^ /kisskb/src/fs/xfs/xfs_reflink.c:356:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_cancel_cow_blocks': /kisskb/src/fs/xfs/xfs_reflink.c:454:26: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/xfs_reflink.c:453:29: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got, del; ^ /kisskb/src/fs/xfs/xfs_reflink.c:453:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got, del; ^ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_cancel_cow_range': /kisskb/src/fs/xfs/xfs_reflink.c:531:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_end_cow': /kisskb/src/fs/xfs/xfs_reflink.c:703:18: note: byref variable will be forcibly initialized xfs_fileoff_t end_fsb; ^ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_update_dest': /kisskb/src/fs/xfs/xfs_reflink.c:917:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_remap_blocks': /kisskb/src/fs/xfs/xfs_reflink.c:1194:8: note: byref variable will be forcibly initialized int nimaps; ^ /kisskb/src/fs/xfs/xfs_reflink.c:1187:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec imap; ^ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_inode_has_shared_extents': /kisskb/src/fs/xfs/xfs_reflink.c:1390:26: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/xfs_reflink.c:1389:17: note: byref variable will be forcibly initialized xfs_extlen_t rlen; ^ /kisskb/src/fs/xfs/xfs_reflink.c:1388:18: note: byref variable will be forcibly initialized xfs_agblock_t rbno; ^ /kisskb/src/fs/xfs/xfs_reflink.c:1382:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got; ^ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_clear_inode_flag': /kisskb/src/fs/xfs/xfs_reflink.c:1438:9: note: byref variable will be forcibly initialized bool needs_flag; ^ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_try_clear_inode_flag': /kisskb/src/fs/xfs/xfs_reflink.c:1474:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/btrfs/uuid-tree.c: In function 'btrfs_uuid_tree_lookup': /kisskb/src/fs/btrfs/uuid-tree.c:66:10: note: byref variable will be forcibly initialized __le64 data; ^ /kisskb/src/fs/btrfs/uuid-tree.c:31:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/uuid-tree.c: In function 'btrfs_uuid_tree_add': /kisskb/src/fs/btrfs/uuid-tree.c:82:5: note: byref variable will be forcibly initialized int btrfs_uuid_tree_add(struct btrfs_trans_handle *trans, u8 *uuid, u8 type, ^ /kisskb/src/fs/btrfs/uuid-tree.c:93:9: note: byref variable will be forcibly initialized __le64 subid_le; ^ /kisskb/src/fs/btrfs/uuid-tree.c:89:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/uuid-tree.c: In function 'btrfs_uuid_tree_remove': /kisskb/src/fs/btrfs/uuid-tree.c:197:10: note: byref variable will be forcibly initialized __le64 read_subid; ^ /kisskb/src/fs/btrfs/uuid-tree.c:153:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/uuid-tree.c: In function 'btrfs_uuid_tree_iterate': /kisskb/src/fs/btrfs/uuid-tree.c:343:11: note: byref variable will be forcibly initialized __le64 subid_le; ^ /kisskb/src/fs/btrfs/uuid-tree.c:342:7: note: byref variable will be forcibly initialized u8 uuid[BTRFS_UUID_SIZE]; ^ /kisskb/src/fs/btrfs/uuid-tree.c:293:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/raid56.c: In function 'index_rbio_pages': /kisskb/src/fs/btrfs/raid56.c:1153:20: note: byref variable will be forcibly initialized struct bvec_iter iter; ^ /kisskb/src/fs/btrfs/raid56.c: In function 'set_bio_pages_uptodate': /kisskb/src/fs/btrfs/raid56.c:1430:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ In file included from /kisskb/src/include/linux/mm.h:30:0, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/btrfs/raid56.c:8: /kisskb/src/fs/btrfs/raid56.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:303:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/fs/btrfs/raid56.c:8: /kisskb/src/fs/btrfs/raid56.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/btrfs/raid56.c: In function 'finish_rmw': /kisskb/src/fs/btrfs/raid56.c:1187:18: note: byref variable will be forcibly initialized struct bio_list bio_list; ^ /kisskb/src/fs/btrfs/raid56.c: In function 'finish_parity_scrub': /kisskb/src/fs/btrfs/raid56.c:2319:18: note: byref variable will be forcibly initialized struct bio_list bio_list; ^ /kisskb/src/fs/btrfs/raid56.c: In function 'raid56_parity_scrub_stripe': /kisskb/src/fs/btrfs/raid56.c:2566:18: note: byref variable will be forcibly initialized struct bio_list bio_list; ^ /kisskb/src/fs/btrfs/raid56.c: In function '__raid56_parity_recover': /kisskb/src/fs/btrfs/raid56.c:2021:18: note: byref variable will be forcibly initialized struct bio_list bio_list; ^ /kisskb/src/fs/btrfs/raid56.c: In function 'raid56_rmw_stripe': /kisskb/src/fs/btrfs/raid56.c:1483:18: note: byref variable will be forcibly initialized struct bio_list bio_list; ^ /kisskb/src/fs/btrfs/props.c: In function 'iterate_object_props': /kisskb/src/fs/btrfs/props.c:130:20: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'add_new_free_space_info': /kisskb/src/fs/btrfs/free-space-tree.c:50:12: note: byref variable will be forcibly initialized static int add_new_free_space_info(struct btrfs_trans_handle *trans, ^ /kisskb/src/fs/btrfs/free-space-tree.c:56:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'search_free_space_info': /kisskb/src/fs/btrfs/free-space-tree.c:89:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'free_space_next_bitmap': /kisskb/src/fs/btrfs/free-space-tree.c:562:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'clear_free_space_tree': /kisskb/src/fs/btrfs/free-space-tree.c:1196:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'convert_free_space_to_bitmaps': /kisskb/src/fs/btrfs/free-space-tree.c:186:5: note: byref variable will be forcibly initialized int convert_free_space_to_bitmaps(struct btrfs_trans_handle *trans, ^ /kisskb/src/fs/btrfs/free-space-tree.c:193:24: note: byref variable will be forcibly initialized struct btrfs_key key, found_key; ^ /kisskb/src/fs/btrfs/free-space-tree.c:193:19: note: byref variable will be forcibly initialized struct btrfs_key key, found_key; ^ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'convert_free_space_to_extents': /kisskb/src/fs/btrfs/free-space-tree.c:324:5: note: byref variable will be forcibly initialized int convert_free_space_to_extents(struct btrfs_trans_handle *trans, ^ /kisskb/src/fs/btrfs/free-space-tree.c:331:24: note: byref variable will be forcibly initialized struct btrfs_key key, found_key; ^ /kisskb/src/fs/btrfs/free-space-tree.c:331:19: note: byref variable will be forcibly initialized struct btrfs_key key, found_key; ^ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'add_free_space_extent': /kisskb/src/fs/btrfs/free-space-tree.c:849:12: note: byref variable will be forcibly initialized static int add_free_space_extent(struct btrfs_trans_handle *trans, ^ /kisskb/src/fs/btrfs/free-space-tree.c:855:24: note: byref variable will be forcibly initialized struct btrfs_key key, new_key; ^ /kisskb/src/fs/btrfs/free-space-tree.c:855:19: note: byref variable will be forcibly initialized struct btrfs_key key, new_key; ^ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'remove_free_space_extent': /kisskb/src/fs/btrfs/free-space-tree.c:697:12: note: byref variable will be forcibly initialized static int remove_free_space_extent(struct btrfs_trans_handle *trans, ^ /kisskb/src/fs/btrfs/free-space-tree.c:697:12: note: byref variable will be forcibly initialized /kisskb/src/fs/btrfs/free-space-tree.c:703:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'free_space_set_bits': /kisskb/src/fs/btrfs/free-space-tree.c:523:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'free_space_test_bit': /kisskb/src/fs/btrfs/free-space-tree.c:499:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'modify_free_space_bitmap': /kisskb/src/fs/btrfs/free-space-tree.c:592:17: note: byref variable will be forcibly initialized u64 cur_start, cur_size; ^ /kisskb/src/fs/btrfs/free-space-tree.c:592:6: note: byref variable will be forcibly initialized u64 cur_start, cur_size; ^ /kisskb/src/fs/btrfs/free-space-tree.c:590:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'populate_free_space_tree': /kisskb/src/fs/btrfs/free-space-tree.c:1051:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'load_free_space_bitmaps': /kisskb/src/fs/btrfs/free-space-tree.c:1402:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'load_free_space_extents': /kisskb/src/fs/btrfs/free-space-tree.c:1483:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/free-space-tree.c: In function 'remove_block_group_free_space': /kisskb/src/fs/btrfs/free-space-tree.c:1324:24: note: byref variable will be forcibly initialized struct btrfs_key key, found_key; ^ /kisskb/src/fs/btrfs/free-space-tree.c:1324:19: note: byref variable will be forcibly initialized struct btrfs_key key, found_key; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_symlink.c:7: /kisskb/src/fs/xfs/xfs_symlink.c: In function 'xfs_buf_read': /kisskb/src/fs/xfs/xfs_buf.h:230:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/xfs_symlink.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:201:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/xfs_symlink.c: In function 'xfs_inactive_symlink_rmt': /kisskb/src/fs/xfs/xfs_trans.h:201:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/xfs_symlink.c:376:15: note: byref variable will be forcibly initialized xfs_trans_t *tp; ^ /kisskb/src/fs/xfs/xfs_symlink.c:374:7: note: byref variable will be forcibly initialized int nmaps; ^ /kisskb/src/fs/xfs/xfs_symlink.c:373:18: note: byref variable will be forcibly initialized xfs_bmbt_irec_t mval[XFS_SYMLINK_MAPS]; ^ /kisskb/src/fs/xfs/xfs_symlink.c:369:7: note: byref variable will be forcibly initialized int done; ^ /kisskb/src/fs/xfs/xfs_symlink.c:368:18: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/xfs_symlink.c: In function 'xfs_readlink_bmap_ilocked': /kisskb/src/fs/xfs/xfs_symlink.c:37:8: note: byref variable will be forcibly initialized int nmaps = XFS_SYMLINK_MAPS; ^ /kisskb/src/fs/xfs/xfs_symlink.c:33:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/xfs_symlink.c:32:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec mval[XFS_SYMLINK_MAPS]; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_symlink.c:7: /kisskb/src/fs/xfs/xfs_symlink.c: In function 'xfs_symlink': /kisskb/src/fs/xfs/xfs_trans.h:201:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/xfs_symlink.c:158:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/xfs_symlink.c:153:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec mval[XFS_SYMLINK_MAPS]; ^ /kisskb/src/fs/xfs/xfs_symlink.c:152:8: note: byref variable will be forcibly initialized int nmaps; ^ /kisskb/src/fs/xfs/xfs_symlink.c:146:20: note: byref variable will be forcibly initialized struct xfs_inode *ip = NULL; ^ /kisskb/src/fs/xfs/xfs_symlink.c:145:20: note: byref variable will be forcibly initialized struct xfs_trans *tp = NULL; ^ /kisskb/src/fs/xfs/xfs_super.c: In function 'xfs_restore_resvblks': /kisskb/src/fs/xfs/xfs_super.c:864:11: note: byref variable will be forcibly initialized uint64_t resblks; ^ /kisskb/src/fs/xfs/xfs_super.c: In function 'xfs_save_resvblks': /kisskb/src/fs/xfs/xfs_super.c:855:11: note: byref variable will be forcibly initialized uint64_t resblks = 0; ^ /kisskb/src/fs/xfs/xfs_super.c: In function 'xfs_fs_dirty_inode': /kisskb/src/fs/xfs/xfs_super.c:680:21: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_super.c: In function 'xfs_open_devices': /kisskb/src/fs/xfs/xfs_super.c:392:39: note: byref variable will be forcibly initialized struct block_device *logdev = NULL, *rtdev = NULL; ^ /kisskb/src/fs/xfs/xfs_super.c:392:23: note: byref variable will be forcibly initialized struct block_device *logdev = NULL, *rtdev = NULL; ^ /kisskb/src/fs/xfs/xfs_super.c: In function 'suffix_kstrtoint': /kisskb/src/fs/xfs/xfs_super.c:1100:36: note: byref variable will be forcibly initialized int last, shift_left_factor = 0, _res; ^ /kisskb/src/fs/xfs/xfs_super.c: In function 'xfs_fs_parse_param': /kisskb/src/fs/xfs/xfs_super.c:1141:8: note: byref variable will be forcibly initialized int size = 0; ^ /kisskb/src/fs/xfs/xfs_super.c:1140:25: note: byref variable will be forcibly initialized struct fs_parse_result result; ^ /kisskb/src/fs/btrfs/tree-checker.c: In function 'chunk_err': /kisskb/src/fs/btrfs/tree-checker.c:716:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/btrfs/tree-checker.c: In function 'generic_err': /kisskb/src/fs/btrfs/tree-checker.c:55:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/btrfs/tree-checker.c: In function 'dir_item_err': /kisskb/src/fs/btrfs/tree-checker.c:141:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/btrfs/tree-checker.c:139:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/tree-checker.c: In function 'file_extent_err': /kisskb/src/fs/btrfs/tree-checker.c:81:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/btrfs/tree-checker.c:79:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_root_key': /kisskb/src/fs/btrfs/tree-checker.c:438:19: note: byref variable will be forcibly initialized struct btrfs_key item_key; ^ /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_inode_key': /kisskb/src/fs/btrfs/tree-checker.c:386:19: note: byref variable will be forcibly initialized struct btrfs_key item_key; ^ /kisskb/src/fs/btrfs/tree-checker.c: In function 'block_group_err': /kisskb/src/fs/btrfs/tree-checker.c:622:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/btrfs/tree-checker.c:620:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/tree-checker.c: In function 'dev_item_err': /kisskb/src/fs/btrfs/tree-checker.c:938:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/btrfs/tree-checker.c:936:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/tree-checker.c: In function 'extent_err': /kisskb/src/fs/btrfs/tree-checker.c:1161:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/btrfs/tree-checker.c:1159:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_extent_data_item': /kisskb/src/fs/btrfs/tree-checker.c:205:6: note: byref variable will be forcibly initialized u64 extent_end; ^ /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_dir_item': /kisskb/src/fs/btrfs/tree-checker.c:596:9: note: byref variable will be forcibly initialized char namebuf[max(BTRFS_NAME_LEN, XATTR_NAME_MAX)]; ^ /kisskb/src/fs/btrfs/tree-checker.c:493:20: note: byref variable will be forcibly initialized struct btrfs_key location_key; ^ /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_block_group_item': /kisskb/src/fs/btrfs/tree-checker.c:641:32: note: byref variable will be forcibly initialized struct btrfs_block_group_item bgi; ^ /kisskb/src/fs/btrfs/tree-checker.c: In function 'btrfs_check_chunk_valid': /kisskb/src/fs/btrfs/tree-checker.c:763:6: note: byref variable will be forcibly initialized u64 chunk_end; ^ /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_leaf': /kisskb/src/fs/btrfs/tree-checker.c:1588:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/tree-checker.c:1587:19: note: byref variable will be forcibly initialized struct btrfs_key prev_key = {0, 0, 0}; ^ /kisskb/src/fs/btrfs/tree-checker.c: In function 'btrfs_check_node': /kisskb/src/fs/btrfs/tree-checker.c:1737:24: note: byref variable will be forcibly initialized struct btrfs_key key, next_key; ^ /kisskb/src/fs/btrfs/tree-checker.c:1737:19: note: byref variable will be forcibly initialized struct btrfs_key key, next_key; ^ /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'fail_at_unmount_store': /kisskb/src/fs/xfs/xfs_sysfs.c:517:7: note: byref variable will be forcibly initialized int val; ^ /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'retry_timeout_seconds_store': /kisskb/src/fs/xfs/xfs_sysfs.c:479:7: note: byref variable will be forcibly initialized int val; ^ /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'max_retries_store': /kisskb/src/fs/xfs/xfs_sysfs.c:438:7: note: byref variable will be forcibly initialized int val; ^ /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'stats_clear_store': /kisskb/src/fs/xfs/xfs_sysfs.c:278:7: note: byref variable will be forcibly initialized int val; ^ /kisskb/src/fs/xfs/xfs_trans.c: In function '__xfs_trans_commit': /kisskb/src/fs/xfs/xfs_trans.c:854:13: note: byref variable will be forcibly initialized xfs_lsn_t commit_lsn = -1; ^ /kisskb/src/fs/xfs/xfs_trans.c: In function 'xfs_trans_committed_bulk': /kisskb/src/fs/xfs/xfs_trans.c:750:1: note: byref variable will be forcibly initialized xfs_trans_committed_bulk( ^ /kisskb/src/fs/xfs/xfs_trans.c:759:24: note: byref variable will be forcibly initialized struct xfs_ail_cursor cur; ^ /kisskb/src/fs/xfs/xfs_trans.c:757:23: note: byref variable will be forcibly initialized struct xfs_log_item *log_items[LOG_ITEM_BATCH_SIZE]; ^ /kisskb/src/fs/xfs/xfs_trans.c: In function 'xfs_trans_roll': /kisskb/src/fs/xfs/xfs_trans.c:1004:23: note: byref variable will be forcibly initialized struct xfs_trans_res tres; ^ /kisskb/src/fs/xfs/xfs_trans.c: In function 'xfs_trans_alloc_inode': /kisskb/src/fs/xfs/xfs_trans.c:1056:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_trans.c: In function 'xfs_trans_alloc_icreate': /kisskb/src/fs/xfs/xfs_trans.c:1112:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_trans.c: In function 'xfs_trans_alloc_ichange': /kisskb/src/fs/xfs/xfs_trans.c:1155:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:74, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'pick_file': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/file.c:611:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fdt->fd[fd], NULL); ^ In file included from /kisskb/src/include/linux/ring_buffer.h:5:0, from /kisskb/src/include/linux/trace_events.h:6, from /kisskb/src/include/trace/syscall.h:7, from /kisskb/src/include/linux/syscalls.h:85, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'kvmalloc_array': /kisskb/src/include/linux/mm.h:798:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:74, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'do_dup2': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/file.c:1029:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fdt->fd[fd], file); ^ /kisskb/src/fs/file.c: In function 'expand_fdtable': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/file.c:182:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(files->fdt, new_fdt); ^ In file included from /kisskb/src/include/linux/wait_bit.h:8:0, 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:74, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'expand_files': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/file.c:219:3: note: in expansion of macro 'wait_event' wait_event(files->resize_wait, !files->resize_in_progress); ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:74, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'alloc_fd': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/file.c:519:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fdt->fd[fd], NULL); ^ /kisskb/src/fs/file.c: In function 'dup_fd': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/file.c:373:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(newf->fdt, new_fdt); ^ /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/file.c:366:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(*new_fds++, f); ^ /kisskb/src/fs/file.c: In function 'fd_install': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/file.c:593:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fdt->fd[fd], file); ^ /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/file.c:585:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fdt->fd[fd], file); ^ /kisskb/src/fs/file.c: In function '__close_range': /kisskb/src/fs/file.c:674:45: note: byref variable will be forcibly initialized struct files_struct *cur_fds = me->files, *fds = NULL; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:74, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function '__close_fd_get_file': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/file.c:752:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fdt->fd[fd], NULL); ^ /kisskb/src/fs/file.c: In function 'do_close_on_exec': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/fs/file.c:803:4: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(fdt->fd[fd], NULL); ^ /kisskb/src/fs/xfs/xfs_xattr.c: In function 'xfs_vn_listxattr': /kisskb/src/fs/xfs/xfs_xattr.c:192:31: note: byref variable will be forcibly initialized struct xfs_attr_list_context context; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:74, 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/rcupdate.h:437:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^ /kisskb/src/include/linux/rculist.h:592:2: note: in expansion of macro 'rcu_assign_pointer' 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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' 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:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/fs/namespace.c:3918:2: note: in expansion of macro 'smp_store_release' smp_store_release(&mnt->mnt.mnt_userns, mnt_userns); ^ In file included from /kisskb/src/include/linux/wait.h:7:0, 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:74, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'umount_tree': /kisskb/src/fs/namespace.c:1500:12: note: byref variable will be forcibly initialized LIST_HEAD(tmp_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/namespace.c: In function 'shrink_submounts': /kisskb/src/fs/namespace.c:3089:12: note: byref variable will be forcibly initialized LIST_HEAD(graveyard); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/namespace.c: In function 'commit_tree': /kisskb/src/fs/namespace.c:911:12: note: byref variable will be forcibly initialized LIST_HEAD(head); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/namespace.c: In function 'mnt_warn_timestamp_expiry': /kisskb/src/fs/namespace.c:2554:13: note: byref variable will be forcibly initialized struct tm tm; ^ /kisskb/src/fs/namespace.c: In function 'init_mount_tree': /kisskb/src/fs/namespace.c:4186:14: note: byref variable will be forcibly initialized struct path root; ^ In file included from /kisskb/src/include/linux/wait.h:7:0, 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:74, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'mntput_no_expire': /kisskb/src/fs/namespace.c:1159:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/namespace.c: In function 'namespace_unlock': /kisskb/src/fs/namespace.c:1434:12: note: byref variable will be forcibly initialized LIST_HEAD(list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/namespace.c:1431:20: note: byref variable will be forcibly initialized struct hlist_head head; ^ /kisskb/src/fs/namespace.c: In function 'do_mount_setattr': /kisskb/src/fs/namespace.c:3963:6: note: byref variable will be forcibly initialized int err = 0; ^ /kisskb/src/fs/namespace.c: In function '__do_sys_mount_setattr': /kisskb/src/fs/namespace.c:4139:21: note: byref variable will be forcibly initialized struct mount_kattr kattr; ^ /kisskb/src/fs/namespace.c:4138:20: note: byref variable will be forcibly initialized struct mount_attr attr; ^ /kisskb/src/fs/namespace.c:4137:14: note: byref variable will be forcibly initialized struct path target; ^ /kisskb/src/fs/namespace.c: In function 'ksys_umount': /kisskb/src/fs/namespace.c:1766:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/namespace.c: In function '__do_sys_open_tree': /kisskb/src/fs/namespace.c:2444:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/namespace.c: In function '__do_sys_fsmount': /kisskb/src/fs/namespace.c:3505:15: note: byref variable will be forcibly initialized unsigned int mnt_flags = 0; ^ /kisskb/src/fs/namespace.c:3502:14: note: byref variable will be forcibly initialized struct path newmount; ^ In file included from /kisskb/src/include/linux/wait.h:7:0, 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:74, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'attach_recursive_mnt': /kisskb/src/fs/namespace.c:2128:13: note: byref variable will be forcibly initialized HLIST_HEAD(tree_list); ^ /kisskb/src/include/linux/list.h:790:44: note: in definition of macro 'HLIST_HEAD' #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } ^ /kisskb/src/fs/namespace.c: In function 'do_loopback': /kisskb/src/fs/namespace.c:2359:14: note: byref variable will be forcibly initialized struct path old_path; ^ /kisskb/src/fs/namespace.c: In function 'do_move_mount_old': /kisskb/src/fs/namespace.c:2769:14: note: byref variable will be forcibly initialized struct path old_path; ^ /kisskb/src/fs/namespace.c: In function '__do_sys_move_mount': /kisskb/src/fs/namespace.c:3631:25: note: byref variable will be forcibly initialized struct path from_path, to_path; ^ /kisskb/src/fs/namespace.c:3631:14: note: byref variable will be forcibly initialized struct path from_path, to_path; ^ /kisskb/src/fs/seq_file.c: In function 'seq_read': /kisskb/src/fs/seq_file.c:152:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^ /kisskb/src/fs/seq_file.c:151:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^ /kisskb/src/fs/seq_file.c:150:15: note: byref variable will be forcibly initialized struct iovec iov = { .iov_base = buf, .iov_len = size}; ^ In file included from /kisskb/src/include/linux/wait.h:7:0, 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:74, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'mark_mounts_for_expiry': /kisskb/src/fs/namespace.c:3004:12: note: byref variable will be forcibly initialized LIST_HEAD(graveyard); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/namespace.c: In function 'do_mount': /kisskb/src/fs/namespace.c:3240:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/seq_file.c: In function 'seq_printf': /kisskb/src/fs/seq_file.c:407:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/namespace.c: In function '__do_sys_pivot_root': /kisskb/src/fs/namespace.c:3729:24: note: byref variable will be forcibly initialized struct path new, old, root; ^ /kisskb/src/fs/namespace.c:3729:19: note: byref variable will be forcibly initialized struct path new, old, root; ^ /kisskb/src/fs/namespace.c:3729:14: note: byref variable will be forcibly initialized struct path new, old, root; ^ /kisskb/src/fs/namespace.c: In function 'mount_subtree': /kisskb/src/fs/namespace.c:3399:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/namespace.c: In function 'mntns_install': /kisskb/src/fs/namespace.c:4454:14: note: byref variable will be forcibly initialized struct path root; ^ /kisskb/src/fs/namespace.c: In function 'current_chrooted': /kisskb/src/fs/namespace.c:4302:14: note: byref variable will be forcibly initialized struct path fs_root; ^ /kisskb/src/fs/namespace.c:4301:14: note: byref variable will be forcibly initialized struct path ns_root; ^ /kisskb/src/fs/btrfs/space-info.c: In function '__reserve_bytes': /kisskb/src/fs/btrfs/space-info.c:1502:24: note: byref variable will be forcibly initialized struct reserve_ticket ticket; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^ /kisskb/src/fs/xattr.c: In function 'xattr_getsecurity': /kisskb/src/fs/xattr.c:320:8: note: byref variable will be forcibly initialized void *buffer = NULL; ^ /kisskb/src/fs/xattr.c: In function 'vfs_setxattr': /kisskb/src/fs/xattr.c:287:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^ /kisskb/src/fs/xattr.c: In function 'setxattr': /kisskb/src/fs/xattr.c:547:7: note: byref variable will be forcibly initialized char kname[XATTR_NAME_MAX + 1]; ^ /kisskb/src/fs/xattr.c: In function 'path_setxattr': /kisskb/src/fs/xattr.c:584:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/xattr.c: In function 'getxattr': /kisskb/src/fs/xattr.c:648:7: note: byref variable will be forcibly initialized char kname[XATTR_NAME_MAX + 1]; ^ /kisskb/src/fs/xattr.c: In function 'path_getxattr': /kisskb/src/fs/xattr.c:686:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/xattr.c: In function 'path_listxattr': /kisskb/src/fs/xattr.c:763:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/xattr.c: In function 'vfs_removexattr': /kisskb/src/fs/xattr.c:518:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^ /kisskb/src/fs/xattr.c: In function 'removexattr': /kisskb/src/fs/xattr.c:811:7: note: byref variable will be forcibly initialized char kname[XATTR_NAME_MAX + 1]; ^ /kisskb/src/fs/xattr.c: In function 'path_removexattr': /kisskb/src/fs/xattr.c:825:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/xattr.c: In function 'simple_xattr_list': /kisskb/src/fs/xattr.c:1086:10: note: byref variable will be forcibly initialized ssize_t remaining_size = size; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log.c:6: /kisskb/src/fs/xfs/xfs_log.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_state_clean_iclog': /kisskb/src/fs/xfs/xfs_log.c:2650:8: note: byref variable will be forcibly initialized int iclogs_changed = 0; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log.c:6: /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_state_do_iclog_callbacks': /kisskb/src/fs/xfs/xfs_log.c:2795:13: note: byref variable will be forcibly initialized LIST_HEAD(tmp); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/fs/xfs/xfs_log.c:22:0: /kisskb/src/fs/xfs/xfs_log.c: In function 'xfs_fs_has_sickness': /kisskb/src/fs/xfs/libxfs/xfs_health.h:129:21: note: byref variable will be forcibly initialized unsigned int sick, checked; ^ /kisskb/src/fs/xfs/libxfs/xfs_health.h:129:15: note: byref variable will be forcibly initialized unsigned int sick, checked; ^ /kisskb/src/fs/xfs/xfs_log.c: In function 'xfs_log_space_wake': /kisskb/src/fs/xfs/xfs_log.c:1023:8: note: byref variable will be forcibly initialized int free_bytes; ^ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_grant_head_check': /kisskb/src/fs/xfs/xfs_log.c:299:8: note: byref variable will be forcibly initialized int free_bytes; ^ /kisskb/src/fs/xfs/xfs_log.c: In function 'xfs_log_regrant': /kisskb/src/fs/xfs/xfs_log.c:381:8: note: byref variable will be forcibly initialized int need_bytes; ^ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_state_do_callback': /kisskb/src/fs/xfs/xfs_log.c:2820:9: note: byref variable will be forcibly initialized bool ioerror; ^ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_sync': /kisskb/src/fs/xfs/xfs_log.c:1910:16: note: byref variable will be forcibly initialized unsigned int roundoff; /* roundoff to BB or stripe */ ^ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_write': /kisskb/src/fs/xfs/xfs_log.c:2440:10: note: byref variable will be forcibly initialized int copy_off; ^ /kisskb/src/fs/xfs/xfs_log.c:2439:10: note: byref variable will be forcibly initialized int copy_len; ^ /kisskb/src/fs/xfs/xfs_log.c:2418:8: note: byref variable will be forcibly initialized int log_offset; ^ /kisskb/src/fs/xfs/xfs_log.c:2397:8: note: byref variable will be forcibly initialized int data_cnt = 0; ^ /kisskb/src/fs/xfs/xfs_log.c:2396:8: note: byref variable will be forcibly initialized int record_cnt = 0; ^ /kisskb/src/fs/xfs/xfs_log.c:2395:8: note: byref variable will be forcibly initialized int contwr = 0; ^ /kisskb/src/fs/xfs/xfs_log.c:2394:8: note: byref variable will be forcibly initialized int partial_copy_len = 0; ^ /kisskb/src/fs/xfs/xfs_log.c:2393:8: note: byref variable will be forcibly initialized int partial_copy = 0; ^ /kisskb/src/fs/xfs/xfs_log.c:2388:23: note: byref variable will be forcibly initialized struct xlog_in_core *iclog = NULL; ^ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_write_unmount_record': /kisskb/src/fs/xfs/xfs_log.c:826:23: note: byref variable will be forcibly initialized struct xfs_log_iovec reg = { ^ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_commit_record': /kisskb/src/fs/xfs/xfs_log.c:1533:23: note: byref variable will be forcibly initialized struct xfs_log_iovec reg = { ^ /kisskb/src/fs/xfs/xfs_log.c: In function 'xfs_log_reserve': /kisskb/src/fs/xfs/xfs_log.c:447:8: note: byref variable will be forcibly initialized int need_bytes; ^ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_unmount_write': /kisskb/src/fs/xfs/xfs_log.c:852:13: note: byref variable will be forcibly initialized xfs_lsn_t lsn; ^ /kisskb/src/fs/xfs/xfs_log.c:851:22: note: byref variable will be forcibly initialized struct xlog_ticket *tic = NULL; ^ In file included from /kisskb/src/fs/xfs/xfs_log.c:22:0: /kisskb/src/fs/xfs/xfs_log.c: In function 'xfs_log_unmount_write': /kisskb/src/fs/xfs/libxfs/xfs_health.h:129:15: note: byref variable will be forcibly initialized unsigned int sick, checked; ^ /kisskb/src/fs/xfs/libxfs/xfs_health.h:129:21: note: byref variable will be forcibly initialized unsigned int sick, checked; ^ /kisskb/src/fs/xfs/xfs_log_cil.c: In function 'xlog_discard_busy_extents': /kisskb/src/fs/xfs/xfs_log_cil.c:535:19: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/xfs/xfs_log_cil.c:534:15: note: byref variable will be forcibly initialized struct bio *bio = NULL; ^ /kisskb/src/fs/xfs/xfs_log_cil.c: In function 'xlog_cil_alloc_shadow_bufs': /kisskb/src/fs/xfs/xfs_log_cil.c:133:7: note: byref variable will be forcibly initialized int nbytes = 0; ^ /kisskb/src/fs/xfs/xfs_log_cil.c:132:7: note: byref variable will be forcibly initialized int niovecs = 0; ^ /kisskb/src/fs/xfs/xfs_log_cil.c: In function 'xlog_cil_insert_items': /kisskb/src/fs/xfs/xfs_log_cil.c:394:8: note: byref variable will be forcibly initialized int diff_iovecs = 0; ^ /kisskb/src/fs/xfs/xfs_log_cil.c:393:8: note: byref variable will be forcibly initialized int len = 0; ^ /kisskb/src/fs/xfs/xfs_log_cil.c: In function 'xlog_cil_push_work': /kisskb/src/fs/xfs/xfs_log_cil.c:657:13: note: byref variable will be forcibly initialized xfs_lsn_t commit_lsn; ^ /kisskb/src/fs/xfs/xfs_log_cil.c:655:23: note: byref variable will be forcibly initialized struct xfs_log_iovec lhdr; ^ /kisskb/src/fs/xfs/xfs_log_cil.c:654:26: note: byref variable will be forcibly initialized struct xfs_trans_header thdr; ^ /kisskb/src/fs/xfs/xfs_log_cil.c:650:23: note: byref variable will be forcibly initialized struct xlog_in_core *commit_iclog; ^ /kisskb/src/fs/btrfs/delalloc-space.c: In function 'btrfs_inode_rsv_release': /kisskb/src/fs/btrfs/delalloc-space.c:211:6: note: byref variable will be forcibly initialized u64 qgroup_to_release = 0; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/fs/btrfs/ctree.h:11, from /kisskb/src/fs/btrfs/block-group.c:4: /kisskb/src/fs/btrfs/block-group.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/btrfs/block-group.c: In function 'remove_block_group_item': /kisskb/src/fs/btrfs/block-group.c:839:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/block-group.c: In function 'read_bg_from_eb': /kisskb/src/fs/btrfs/block-group.c:1493:32: note: byref variable will be forcibly initialized struct btrfs_block_group_item bg; ^ /kisskb/src/fs/btrfs/block-group.c: In function 'find_first_block_group': /kisskb/src/fs/btrfs/block-group.c:1545:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/block-group.c: In function 'insert_block_group_item': /kisskb/src/fs/btrfs/block-group.c:2110:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/block-group.c:2108:32: note: byref variable will be forcibly initialized struct btrfs_block_group_item bgi; ^ /kisskb/src/fs/btrfs/block-group.c: In function 'cache_save_setup': /kisskb/src/fs/btrfs/block-group.c:2411:6: note: byref variable will be forcibly initialized u64 alloc_hint = 0; ^ /kisskb/src/fs/btrfs/block-group.c:2410:27: note: byref variable will be forcibly initialized struct extent_changeset *data_reserved = NULL; ^ /kisskb/src/fs/btrfs/block-group.c: In function 'update_block_group_item': /kisskb/src/fs/btrfs/block-group.c:2376:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/block-group.c:2375:32: note: byref variable will be forcibly initialized struct btrfs_block_group_item bgi; ^ /kisskb/src/fs/btrfs/block-group.c: In function 'fill_dummy_bgs': /kisskb/src/fs/btrfs/block-group.c:1969:27: note: byref variable will be forcibly initialized struct btrfs_space_info *space_info; ^ In file included from /kisskb/src/include/linux/fs.h:6:0, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:707, from /kisskb/src/fs/btrfs/ctree.h:9, from /kisskb/src/fs/btrfs/block-group.c:4: /kisskb/src/fs/btrfs/block-group.c: In function 'btrfs_wait_nocow_writers': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized struct wait_bit_queue_entry __wbq_entry; \ ^ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' __wait_var_event(var, condition); \ ^ /kisskb/src/fs/btrfs/block-group.c:321:2: note: in expansion of macro 'wait_var_event' wait_var_event(&bg->nocow_writers, !atomic_read(&bg->nocow_writers)); ^ /kisskb/src/fs/btrfs/block-group.c: In function 'btrfs_wait_block_group_reservations': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized struct wait_bit_queue_entry __wbq_entry; \ ^ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' __wait_var_event(var, condition); \ ^ /kisskb/src/fs/btrfs/block-group.c:358:2: note: in expansion of macro 'wait_var_event' wait_var_event(&bg->reservations, !atomic_read(&bg->reservations)); ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/misc.h:6, from /kisskb/src/fs/btrfs/block-group.c:3: /kisskb/src/fs/btrfs/block-group.c: In function 'btrfs_wait_block_group_cache_progress': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/block-group.c:406:2: note: in expansion of macro 'wait_event' wait_event(caching_ctl->wait, btrfs_block_group_done(cache) || ^ /kisskb/src/fs/btrfs/block-group.c: In function 'btrfs_wait_block_group_cache_done': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/block-group.c:421:2: note: in expansion of macro 'wait_event' wait_event(caching_ctl->wait, btrfs_block_group_done(cache)); ^ /kisskb/src/fs/btrfs/block-group.c: In function 'btrfs_wait_space_cache_v1_finished': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/block-group.c:442:2: note: in expansion of macro 'wait_event' wait_event(caching_ctl->wait, space_cache_v1_done(cache)); ^ /kisskb/src/fs/btrfs/block-group.c: In function 'add_new_free_space': /kisskb/src/fs/btrfs/block-group.c:475:20: note: byref variable will be forcibly initialized u64 extent_start, extent_end, size, total_added = 0; ^ /kisskb/src/fs/btrfs/block-group.c:475:6: note: byref variable will be forcibly initialized u64 extent_start, extent_end, size, total_added = 0; ^ /kisskb/src/fs/btrfs/block-group.c: In function 'load_extent_tree_free': /kisskb/src/fs/btrfs/block-group.c:518:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/block-group.c: In function 'exclude_super_stripes': /kisskb/src/fs/btrfs/block-group.c:1697:9: note: byref variable will be forcibly initialized int i, nr, ret; ^ /kisskb/src/fs/btrfs/block-group.c:1696:6: note: byref variable will be forcibly initialized int stripe_len; ^ /kisskb/src/fs/btrfs/block-group.c:1695:7: note: byref variable will be forcibly initialized u64 *logical; ^ /kisskb/src/fs/btrfs/block-group.c: In function 'read_one_block_group': /kisskb/src/fs/btrfs/block-group.c:1852:27: note: byref variable will be forcibly initialized struct btrfs_space_info *space_info; ^ /kisskb/src/fs/btrfs/block-group.c: In function 'btrfs_read_block_groups': /kisskb/src/fs/btrfs/block-group.c:2039:33: note: byref variable will be forcibly initialized struct btrfs_block_group_item bgi; ^ /kisskb/src/fs/btrfs/block-group.c:2017:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ In file included from /kisskb/src/include/linux/rculist.h:10:0, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/misc.h:6, from /kisskb/src/fs/btrfs/block-group.c:3: /kisskb/src/fs/btrfs/block-group.c: In function 'btrfs_start_dirty_block_groups': /kisskb/src/fs/btrfs/block-group.c:2614:12: note: byref variable will be forcibly initialized LIST_HEAD(dirty); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/include/linux/pid.h:6:0, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/misc.h:6, from /kisskb/src/fs/btrfs/block-group.c:3: /kisskb/src/fs/btrfs/block-group.c: In function 'btrfs_write_dirty_block_groups': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/btrfs/block-group.c:2868:5: note: in expansion of macro 'wait_event' wait_event(cur_trans->writer_wait, ^ /kisskb/src/fs/btrfs/discard.c: In function 'btrfs_discard_workfn': /kisskb/src/fs/btrfs/discard.c:443:6: note: byref variable will be forcibly initialized u64 trimmed = 0; ^ /kisskb/src/fs/btrfs/discard.c:442:6: note: byref variable will be forcibly initialized int discard_index = 0; ^ /kisskb/src/fs/btrfs/discard.c:441:27: note: byref variable will be forcibly initialized enum btrfs_discard_state discard_state; ^ /kisskb/src/fs/btrfs/reflink.c: In function 'copy_inline_to_page': /kisskb/src/fs/btrfs/reflink.c:59:27: note: byref variable will be forcibly initialized struct extent_changeset *data_reserved = NULL; ^ /kisskb/src/fs/btrfs/reflink.c: In function 'clone_copy_inline_extent': /kisskb/src/fs/btrfs/reflink.c:163:12: note: byref variable will be forcibly initialized static int clone_copy_inline_extent(struct inode *dst, ^ /kisskb/src/fs/btrfs/reflink.c:180:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/reflink.c: In function 'btrfs_clone': /kisskb/src/fs/btrfs/reflink.c:457:37: note: byref variable will be forcibly initialized struct btrfs_replace_extent_info clone_info; ^ /kisskb/src/fs/btrfs/reflink.c:360:20: note: byref variable will be forcibly initialized struct btrfs_key new_key; ^ /kisskb/src/fs/btrfs/reflink.c:330:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/reflink.c:328:29: note: byref variable will be forcibly initialized struct btrfs_trans_handle *trans; ^ /kisskb/src/fs/libfs.c: In function 'simple_attr_read': /kisskb/src/fs/libfs.c:943:7: note: byref variable will be forcibly initialized u64 val; ^ /kisskb/src/fs/libfs.c: In function 'simple_attr_write': /kisskb/src/fs/libfs.c:964:21: note: byref variable will be forcibly initialized unsigned long long val; ^ /kisskb/src/fs/xfs/xfs_bmap_item.c: In function 'xfs_bui_item_format': /kisskb/src/fs/xfs/xfs_bmap_item.c:90:24: note: byref variable will be forcibly initialized struct xfs_log_iovec *vecp = NULL; ^ /kisskb/src/fs/xfs/xfs_bmap_item.c: In function 'xfs_bud_item_format': /kisskb/src/fs/xfs/xfs_bmap_item.c:181:24: note: byref variable will be forcibly initialized struct xfs_log_iovec *vecp = NULL; ^ /kisskb/src/fs/xfs/xfs_bmap_item.c: In function 'xfs_bmap_update_finish_item': /kisskb/src/fs/xfs/xfs_bmap_item.c:371:18: note: byref variable will be forcibly initialized xfs_filblks_t count; ^ /kisskb/src/fs/xfs/xfs_bmap_item.c: In function 'xfs_bui_item_recover': /kisskb/src/fs/xfs/xfs_bmap_item.c:470:18: note: byref variable will be forcibly initialized xfs_filblks_t count; ^ /kisskb/src/fs/xfs/xfs_bmap_item.c:466:21: note: byref variable will be forcibly initialized struct xfs_inode *ip = NULL; ^ /kisskb/src/fs/xfs/xfs_bmap_item.c:465:21: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_bmap_item.c:463:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec irec; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/fs/fs-writeback.c:19: /kisskb/src/fs/fs-writeback.c: In function 'move_expired_inodes': /kisskb/src/fs/fs-writeback.c:1243:12: note: byref variable will be forcibly initialized LIST_HEAD(tmp); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/fs-writeback.c: In function 'wait_sb_inodes': /kisskb/src/fs/fs-writeback.c:2389:12: note: byref variable will be forcibly initialized LIST_HEAD(sync_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/fs-writeback.c:20: /kisskb/src/fs/fs-writeback.c: In function 'wb_wait_for_completion': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' __wait_event(wq_head, condition); \ ^ /kisskb/src/fs/fs-writeback.c:209:2: note: in expansion of macro 'wait_event' wait_event(*done->waitq, !atomic_read(&done->cnt)); ^ In file included from /kisskb/src/include/linux/writeback.h:12:0, from /kisskb/src/fs/fs-writeback.c:26: /kisskb/src/fs/fs-writeback.c: In function '__writeback_inodes_sb_nr': /kisskb/src/fs/fs-writeback.c:2476:23: note: byref variable will be forcibly initialized DEFINE_WB_COMPLETION(done, bdi); ^ /kisskb/src/include/linux/backing-dev-defs.h:86:23: note: in definition of macro 'DEFINE_WB_COMPLETION' struct wb_completion cmpl = WB_COMPLETION_INIT(bdi) ^ In file included from /kisskb/src/include/linux/mount.h:14:0, from /kisskb/src/fs/pnode.c:9: /kisskb/src/fs/pnode.c: In function 'propagate_umount': /kisskb/src/fs/pnode.c:540:12: note: byref variable will be forcibly initialized LIST_HEAD(visited); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/pnode.c:539:12: note: byref variable will be forcibly initialized LIST_HEAD(to_umount); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/pnode.c:538:12: note: byref variable will be forcibly initialized LIST_HEAD(to_restore); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/fs-writeback.c: In function 'wb_writeback': /kisskb/src/fs/fs-writeback.c:1861:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_start_all': /kisskb/src/fs/fs-writeback.c:2024:28: note: byref variable will be forcibly initialized struct wb_writeback_work work = { ^ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_old_data_flush': /kisskb/src/fs/fs-writeback.c:2001:28: note: byref variable will be forcibly initialized struct wb_writeback_work work = { ^ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_background_flush': /kisskb/src/fs/fs-writeback.c:1967:28: note: byref variable will be forcibly initialized struct wb_writeback_work work = { ^ /kisskb/src/fs/fs-writeback.c: In function 'writeback_inodes_wb': /kisskb/src/fs/fs-writeback.c:1825:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ In file included from /kisskb/src/include/linux/writeback.h:12:0, 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:2554:23: note: byref variable will be forcibly initialized DEFINE_WB_COMPLETION(done, bdi); ^ /kisskb/src/include/linux/backing-dev-defs.h:86:23: note: in definition of macro 'DEFINE_WB_COMPLETION' struct wb_completion cmpl = WB_COMPLETION_INIT(bdi) ^ /kisskb/src/fs/splice.c: In function 'pipe_to_sendpage': /kisskb/src/fs/splice.c:352:9: note: byref variable will be forcibly initialized loff_t pos = sd->pos; ^ In file included from /kisskb/src/include/linux/irq.h:21:0, 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:10, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/fs/splice.c:24: /kisskb/src/fs/splice.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/splice.c: In function 'iter_to_pipe': /kisskb/src/fs/splice.c:1171:10: note: byref variable will be forcibly initialized size_t start; ^ /kisskb/src/fs/splice.c:1169:16: note: byref variable will be forcibly initialized struct page *pages[16]; ^ /kisskb/src/fs/splice.c: In function 'generic_file_splice_read': /kisskb/src/fs/splice.c:303:15: note: byref variable will be forcibly initialized struct kiocb kiocb; ^ /kisskb/src/fs/splice.c:302:18: note: byref variable will be forcibly initialized struct iov_iter to; ^ /kisskb/src/fs/splice.c: In function '__do_sys_vmsplice': /kisskb/src/fs/splice.c:1304:6: note: byref variable will be forcibly initialized int type; ^ /kisskb/src/fs/splice.c:1301:18: note: byref variable will be forcibly initialized struct iov_iter iter; ^ /kisskb/src/fs/splice.c:1300:16: note: byref variable will be forcibly initialized struct iovec *iov = iovstack; ^ /kisskb/src/fs/splice.c:1299:15: note: byref variable will be forcibly initialized struct iovec iovstack[UIO_FASTIOV]; ^ /kisskb/src/fs/splice.c: In function 'iter_file_splice_write': /kisskb/src/fs/splice.c:639:19: note: byref variable will be forcibly initialized struct iov_iter from; ^ /kisskb/src/fs/splice.c: In function 'splice_direct_to_actor': /kisskb/src/fs/splice.c:868:10: note: byref variable will be forcibly initialized loff_t pos = sd->pos, prev_pos = pos; ^ /kisskb/src/fs/splice.c: In function 'do_splice': /kisskb/src/fs/splice.c:1033:9: note: byref variable will be forcibly initialized loff_t offset; ^ /kisskb/src/fs/splice.c: In function '__do_splice': /kisskb/src/fs/splice.c:1122:9: note: byref variable will be forcibly initialized loff_t offset, *__off_in = NULL, *__off_out = NULL; ^ /kisskb/src/fs/sync.c: In function 'do_sync_work': /kisskb/src/fs/sync.c:131:6: note: byref variable will be forcibly initialized int nowait = 0; ^ /kisskb/src/fs/sync.c: In function 'ksys_sync': /kisskb/src/fs/sync.c:111:18: note: byref variable will be forcibly initialized int nowait = 0, wait = 1; ^ /kisskb/src/fs/sync.c:111:6: note: byref variable will be forcibly initialized int nowait = 0, wait = 1; ^ /kisskb/src/fs/btrfs/subpage.c: In function 'btrfs_attach_subpage': /kisskb/src/fs/btrfs/subpage.c:10:24: note: byref variable will be forcibly initialized struct btrfs_subpage *subpage = NULL; ^ /kisskb/src/fs/btrfs/acl.c: In function 'btrfs_init_acl': /kisskb/src/fs/btrfs/acl.c:131:34: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^ /kisskb/src/fs/btrfs/acl.c:131:20: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^ /kisskb/src/fs/xfs/xfs_buf_item.c: In function 'xfs_buf_item_format': /kisskb/src/fs/xfs/xfs_buf_item.c:322:24: note: byref variable will be forcibly initialized struct xfs_log_iovec *vecp = NULL; ^ In file included from /kisskb/src/include/linux/blkdev.h:19:0, from /kisskb/src/fs/btrfs/check-integrity.c:82: /kisskb/src/fs/btrfs/check-integrity.c: In function 'bio_segments': /kisskb/src/include/linux/bio.h:203:19: note: byref variable will be forcibly initialized struct bvec_iter iter; ^ In file included from /kisskb/src/fs/btrfs/check-integrity.c:79:0: /kisskb/src/fs/btrfs/check-integrity.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/btrfs/check-integrity.c: In function 'btrfsic_test_for_metadata': /kisskb/src/fs/btrfs/check-integrity.c:1701:5: note: byref variable will be forcibly initialized u8 csum[BTRFS_CSUM_SIZE]; ^ In file included from /kisskb/src/fs/btrfs/check-integrity.c:85:0: /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ ^ /kisskb/src/fs/btrfs/check-integrity.c:1699:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' SHASH_DESC_ON_STACK(shash, fs_info->csum_shash); ^ /kisskb/src/fs/btrfs/check-integrity.c: In function 'btrfsic_map_block': /kisskb/src/fs/btrfs/check-integrity.c:1507:20: note: byref variable will be forcibly initialized struct btrfs_bio *multi = NULL; ^ /kisskb/src/fs/btrfs/check-integrity.c:1506:6: note: byref variable will be forcibly initialized u64 length; ^ /kisskb/src/fs/btrfs/check-integrity.c: In function 'btrfsic_process_written_superblock': /kisskb/src/fs/btrfs/check-integrity.c:2204:8: note: byref variable will be forcibly initialized int was_created; ^ /kisskb/src/fs/btrfs/check-integrity.c:2155:33: note: byref variable will be forcibly initialized struct btrfsic_block_data_ctx tmp_next_block_ctx; ^ /kisskb/src/fs/btrfs/check-integrity.c: In function 'btrfsic_cmp_log_and_dev_bytenr': /kisskb/src/fs/btrfs/check-integrity.c:2618:32: note: byref variable will be forcibly initialized struct btrfsic_block_data_ctx block_ctx; ^ /kisskb/src/fs/btrfs/check-integrity.c: In function 'btrfsic_handle_extent_data': /kisskb/src/fs/btrfs/check-integrity.c:1437:8: note: byref variable will be forcibly initialized int block_was_created; ^ /kisskb/src/fs/btrfs/check-integrity.c:1435:34: note: byref variable will be forcibly initialized struct btrfsic_block_data_ctx next_block_ctx; ^ /kisskb/src/fs/btrfs/check-integrity.c:1363:32: note: byref variable will be forcibly initialized struct btrfs_file_extent_item file_extent_item; ^ /kisskb/src/fs/btrfs/check-integrity.c: In function 'btrfsic_create_link_to_next_block': /kisskb/src/fs/btrfs/check-integrity.c:1232:6: note: byref variable will be forcibly initialized int block_was_created; ^ /kisskb/src/fs/btrfs/check-integrity.c: In function 'btrfsic_process_metablock': /kisskb/src/fs/btrfs/check-integrity.c:1102:25: note: byref variable will be forcibly initialized struct btrfs_key_ptr key_ptr; ^ /kisskb/src/fs/btrfs/check-integrity.c:1005:28: note: byref variable will be forcibly initialized struct btrfs_root_item root_item; ^ /kisskb/src/fs/btrfs/check-integrity.c:978:22: note: byref variable will be forcibly initialized struct btrfs_item disk_item; ^ /kisskb/src/fs/btrfs/check-integrity.c: In function 'btrfsic_process_written_block': /kisskb/src/fs/btrfs/check-integrity.c:1737:32: note: byref variable will be forcibly initialized struct btrfsic_block_data_ctx block_ctx; ^ /kisskb/src/fs/btrfs/check-integrity.c: In function '__btrfsic_submit_bio': /kisskb/src/fs/btrfs/check-integrity.c:2685:7: note: byref variable will be forcibly initialized int bio_is_patched; ^ /kisskb/src/fs/btrfs/check-integrity.c:2684:20: note: byref variable will be forcibly initialized struct bvec_iter iter; ^ /kisskb/src/fs/btrfs/check-integrity.c: In function 'btrfsic_process_superblock_dev_mirror': /kisskb/src/fs/btrfs/check-integrity.c:869:34: note: byref variable will be forcibly initialized struct btrfsic_block_data_ctx tmp_next_block_ctx; ^ /kisskb/src/fs/btrfs/check-integrity.c: In function 'btrfsic_process_superblock': /kisskb/src/fs/btrfs/check-integrity.c:698:34: note: byref variable will be forcibly initialized struct btrfsic_block_data_ctx tmp_next_block_ctx; ^ /kisskb/src/fs/btrfs/check-integrity.c:628:28: note: byref variable will be forcibly initialized struct btrfsic_dev_state *selected_dev_state = NULL; ^ In file included from /kisskb/src/fs/btrfs/zoned.c:4:0: /kisskb/src/fs/btrfs/zoned.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/btrfs/zoned.c: In function 'calculate_emulated_zone_size': /kisskb/src/fs/btrfs/zoned.c:198:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/zoned.c: In function 'sb_log_location': /kisskb/src/fs/btrfs/zoned.c:613:6: note: byref variable will be forcibly initialized u64 wp; ^ /kisskb/src/fs/btrfs/zoned.c: In function 'calculate_alloc_pointer': /kisskb/src/fs/btrfs/zoned.c:946:19: note: byref variable will be forcibly initialized struct btrfs_key found_key; ^ /kisskb/src/fs/btrfs/zoned.c:945:19: note: byref variable will be forcibly initialized struct btrfs_key key; ^ /kisskb/src/fs/btrfs/zoned.c: In function 'btrfs_get_dev_zone_info': /kisskb/src/fs/btrfs/zoned.c:363:7: note: byref variable will be forcibly initialized u64 sb_wp; ^ /kisskb/src/fs/btrfs/zoned.c:271:33: note: byref variable will be forcibly initialized unsigned int i, nreported = 0, nr_zones; ^ /kisskb/src/fs/btrfs/zoned.c: In function 'btrfs_get_dev_zone': /kisskb/src/fs/btrfs/zoned.c:465:15: note: byref variable will be forcibly initialized unsigned int nr_zones = 1; ^ /kisskb/src/fs/btrfs/zoned.c: In function 'read_zone_info': /kisskb/src/fs/btrfs/zoned.c:1394:6: note: byref variable will be forcibly initialized u64 mapped_length = PAGE_SIZE; ^ /kisskb/src/fs/btrfs/zoned.c:1393:20: note: byref variable will be forcibly initialized struct btrfs_bio *bbio = NULL; ^ /kisskb/src/fs/btrfs/zoned.c: In function 'btrfs_sb_log_location_bdev': /kisskb/src/fs/btrfs/zoned.c:660:18: note: byref variable will be forcibly initialized struct blk_zone zones[BTRFS_NR_SB_LOG_ZONES]; ^ /kisskb/src/fs/btrfs/zoned.c: In function 'btrfs_ensure_empty_zones': /kisskb/src/fs/btrfs/zoned.c:911:7: note: byref variable will be forcibly initialized u64 reset_bytes; ^ /kisskb/src/fs/btrfs/zoned.c: In function 'btrfs_load_block_group_zone_info': /kisskb/src/fs/btrfs/zoned.c:1040:19: note: byref variable will be forcibly initialized struct blk_zone zone; ^ /kisskb/src/fs/btrfs/zoned.c:1008:6: note: byref variable will be forcibly initialized u64 last_alloc = 0; ^ /kisskb/src/fs/btrfs/zoned.c: In function 'btrfs_rewrite_logical_zoned': /kisskb/src/fs/btrfs/zoned.c:1294:10: note: byref variable will be forcibly initialized int nr, stripe_len; ^ /kisskb/src/fs/btrfs/zoned.c:1294:6: note: byref variable will be forcibly initialized int nr, stripe_len; ^ /kisskb/src/fs/btrfs/zoned.c:1293:7: note: byref variable will be forcibly initialized u64 *logical = NULL; ^ /kisskb/src/fs/btrfs/zoned.c: In function 'btrfs_sync_zone_write_pointer': /kisskb/src/fs/btrfs/zoned.c:1439:18: note: byref variable will be forcibly initialized struct blk_zone zone; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^ /kisskb/src/fs/utimes.c: In function 'vfs_utimes': /kisskb/src/fs/utimes.c:24:16: note: byref variable will be forcibly initialized struct inode *delegated_inode = NULL; ^ /kisskb/src/fs/utimes.c:22:15: note: byref variable will be forcibly initialized struct iattr newattrs; ^ /kisskb/src/fs/utimes.c: In function 'do_utimes_path': /kisskb/src/fs/utimes.c:82:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/utimes.c: In function '__do_sys_utimensat': /kisskb/src/fs/utimes.c:150:20: note: byref variable will be forcibly initialized struct timespec64 tstimes[2]; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:74, 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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/fs/d_path.c:40:22: note: in expansion of macro 'smp_load_acquire' const char *dname = smp_load_acquire(&name->name); /* ^^^ */ ^ /kisskb/src/fs/d_path.c: In function 'prepend_path': /kisskb/src/fs/d_path.c:85:6: note: byref variable will be forcibly initialized int blen; ^ /kisskb/src/fs/d_path.c:84:8: note: byref variable will be forcibly initialized char *bptr; ^ /kisskb/src/fs/d_path.c:83:16: note: byref variable will be forcibly initialized unsigned seq, m_seq = 0; ^ /kisskb/src/fs/d_path.c:83:11: note: byref variable will be forcibly initialized unsigned seq, m_seq = 0; ^ /kisskb/src/fs/d_path.c: In function '__dentry_path': /kisskb/src/fs/d_path.c:333:11: note: byref variable will be forcibly initialized int len, seq = 0; ^ /kisskb/src/fs/d_path.c:333:6: note: byref variable will be forcibly initialized int len, seq = 0; ^ /kisskb/src/fs/d_path.c:332:8: note: byref variable will be forcibly initialized char *end, *retval; ^ /kisskb/src/fs/d_path.c: In function '__do_sys_getcwd': /kisskb/src/fs/d_path.c:445:7: note: byref variable will be forcibly initialized int buflen = PATH_MAX; ^ /kisskb/src/fs/d_path.c:444:9: note: byref variable will be forcibly initialized char *cwd = page + PATH_MAX; ^ /kisskb/src/fs/d_path.c:432:19: note: byref variable will be forcibly initialized struct path pwd, root; ^ /kisskb/src/fs/d_path.c:432:14: note: byref variable will be forcibly initialized struct path pwd, root; ^ /kisskb/src/fs/d_path.c: In function '__d_path': /kisskb/src/fs/d_path.c:184:8: note: byref variable will be forcibly initialized char *res = buf + buflen; ^ /kisskb/src/fs/d_path.c: In function 'd_absolute_path': /kisskb/src/fs/d_path.c:201:8: note: byref variable will be forcibly initialized char *res = buf + buflen; ^ /kisskb/src/fs/d_path.c: In function 'd_path': /kisskb/src/fs/d_path.c:265:14: note: byref variable will be forcibly initialized struct path root; ^ /kisskb/src/fs/d_path.c:264:8: note: byref variable will be forcibly initialized char *res = buf + buflen; ^ /kisskb/src/fs/d_path.c: In function 'dynamic_dname': /kisskb/src/fs/d_path.c:301:7: note: byref variable will be forcibly initialized char temp[64]; ^ /kisskb/src/fs/d_path.c:300:10: note: byref variable will be forcibly initialized va_list args; ^ /kisskb/src/fs/d_path.c: In function 'simple_dname': /kisskb/src/fs/d_path.c:317:8: note: byref variable will be forcibly initialized char *end = buffer + buflen; ^ /kisskb/src/fs/d_path.c: In function 'dentry_path': /kisskb/src/fs/d_path.c:382:8: note: byref variable will be forcibly initialized char *p = NULL; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_dquot_item_recover.c:6: /kisskb/src/fs/xfs/xfs_dquot_item_recover.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:224:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/xfs_dquot_item_recover.c: In function 'xlog_recover_dquot_commit_pass2': /kisskb/src/fs/xfs/xfs_trans.h:224:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/xfs_dquot_item_recover.c:67:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf_item_recover.c:6: /kisskb/src/fs/xfs/xfs_buf_item_recover.c: In function 'xfs_buf_read': /kisskb/src/fs/xfs/xfs_buf.h:230:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/xfs_buf_item_recover.c: In function 'xlog_recover_buf_commit_pass2': /kisskb/src/fs/xfs/xfs_buf_item_recover.c:872:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/xfs_extfree_item.c: In function 'xfs_efi_item_format': /kisskb/src/fs/xfs/xfs_extfree_item.c:103:24: note: byref variable will be forcibly initialized struct xfs_log_iovec *vecp = NULL; ^ /kisskb/src/fs/xfs/xfs_extfree_item.c: In function 'xfs_efd_item_format': /kisskb/src/fs/xfs/xfs_extfree_item.c:283:24: note: byref variable will be forcibly initialized struct xfs_log_iovec *vecp = NULL; ^ /kisskb/src/fs/xfs/xfs_extfree_item.c: In function 'xfs_efi_item_recover': /kisskb/src/fs/xfs/xfs_extfree_item.c:602:21: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_extfree_item.c: In function 'xfs_agfl_free_finish_item': /kisskb/src/fs/xfs/xfs_extfree_item.c:532:20: note: byref variable will be forcibly initialized struct xfs_buf *agbp; ^ /kisskb/src/fs/xfs/xfs_icreate_item.c: In function 'xfs_icreate_item_format': /kisskb/src/fs/xfs/xfs_icreate_item.c:55:24: note: byref variable will be forcibly initialized struct xfs_log_iovec *vecp = NULL; ^ /kisskb/src/fs/fs_struct.c: In function 'set_fs_root': /kisskb/src/fs/fs_struct.c:17:14: note: byref variable will be forcibly initialized struct path old_root; ^ /kisskb/src/fs/fs_struct.c: In function 'set_fs_pwd': /kisskb/src/fs/fs_struct.c:36:14: note: byref variable will be forcibly initialized struct path old_pwd; ^ /kisskb/src/fs/xfs/xfs_inode_item.c: In function 'xfs_inode_to_log_dinode_ts': /kisskb/src/fs/xfs/xfs_inode_item.c:308:21: note: byref variable will be forcibly initialized xfs_ictimestamp_t its; ^ /kisskb/src/fs/xfs/xfs_inode_item.c: In function 'xfs_inode_to_log_dinode': /kisskb/src/fs/xfs/xfs_inode_item.c:308:21: note: byref variable will be forcibly initialized /kisskb/src/fs/xfs/xfs_inode_item.c:308:21: note: byref variable will be forcibly initialized /kisskb/src/fs/xfs/xfs_inode_item.c:308:21: note: byref variable will be forcibly initialized /kisskb/src/fs/xfs/xfs_inode_item.c:308:21: note: byref variable will be forcibly initialized /kisskb/src/fs/xfs/xfs_inode_item.c: In function 'xfs_inode_item_format': /kisskb/src/fs/xfs/xfs_inode_item.c:413:24: note: byref variable will be forcibly initialized struct xfs_log_iovec *vecp = NULL; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_inode_item.c:6: /kisskb/src/fs/xfs/xfs_inode_item.c: In function 'xfs_buf_inode_iodone': /kisskb/src/fs/xfs/xfs_inode_item.c:740:12: note: byref variable will be forcibly initialized LIST_HEAD(ail_updates); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/xfs/xfs_inode_item.c:739:12: note: byref variable will be forcibly initialized LIST_HEAD(flushed_inodes); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/xfs/xfs_refcount_item.c: In function 'xfs_cui_item_format': /kisskb/src/fs/xfs/xfs_refcount_item.c:88:24: note: byref variable will be forcibly initialized struct xfs_log_iovec *vecp = NULL; ^ /kisskb/src/fs/xfs/xfs_refcount_item.c: In function 'xfs_cud_item_format': /kisskb/src/fs/xfs/xfs_refcount_item.c:186:24: note: byref variable will be forcibly initialized struct xfs_log_iovec *vecp = NULL; ^ /kisskb/src/fs/xfs/xfs_refcount_item.c: In function 'xfs_refcount_update_finish_item': /kisskb/src/fs/xfs/xfs_refcount_item.c:371:17: note: byref variable will be forcibly initialized xfs_extlen_t new_aglen; ^ /kisskb/src/fs/xfs/xfs_refcount_item.c:370:18: note: byref variable will be forcibly initialized xfs_fsblock_t new_fsb; ^ /kisskb/src/fs/xfs/xfs_refcount_item.c: In function 'xfs_cui_item_recover': /kisskb/src/fs/xfs/xfs_refcount_item.c:462:17: note: byref variable will be forcibly initialized xfs_extlen_t new_len; ^ /kisskb/src/fs/xfs/xfs_refcount_item.c:461:18: note: byref variable will be forcibly initialized xfs_fsblock_t new_fsb; ^ /kisskb/src/fs/xfs/xfs_refcount_item.c:459:25: note: byref variable will be forcibly initialized struct xfs_btree_cur *rcur = NULL; ^ /kisskb/src/fs/xfs/xfs_refcount_item.c:458:21: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_refcount_item.c:454:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec irec; ^ /kisskb/src/fs/xfs/xfs_rmap_item.c: In function 'xfs_rui_item_format': /kisskb/src/fs/xfs/xfs_rmap_item.c:87:24: note: byref variable will be forcibly initialized struct xfs_log_iovec *vecp = NULL; ^ /kisskb/src/fs/xfs/xfs_inode_item_recover.c: In function 'xfs_log_dinode_to_disk_ts': /kisskb/src/fs/xfs/xfs_inode_item_recover.c:132:20: note: byref variable will be forcibly initialized xfs_timestamp_t ts; ^ /kisskb/src/fs/xfs/xfs_rmap_item.c: In function 'xfs_rud_item_format': /kisskb/src/fs/xfs/xfs_rmap_item.c:209:24: note: byref variable will be forcibly initialized struct xfs_log_iovec *vecp = NULL; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_inode_item_recover.c:6: /kisskb/src/fs/xfs/xfs_inode_item_recover.c: In function 'xfs_buf_read': /kisskb/src/fs/xfs/xfs_buf.h:230:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/xfs_rmap_item.c: In function 'xfs_rui_item_recover': /kisskb/src/fs/xfs/xfs_rmap_item.c:512:25: note: byref variable will be forcibly initialized struct xfs_btree_cur *rcur = NULL; ^ /kisskb/src/fs/xfs/xfs_rmap_item.c:511:21: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_inode_item_recover.c: In function 'xlog_recover_inode_commit_pass2': /kisskb/src/fs/xfs/xfs_inode_item_recover.c:203:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_cancel_intents': /kisskb/src/fs/xfs/xfs_log_recover.c:2593:24: note: byref variable will be forcibly initialized struct xfs_ail_cursor cur; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log_recover.c:6: /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xfs_buf_readahead': /kisskb/src/fs/xfs/xfs_buf.h:243:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/statfs.c: In function 'do_statfs_native': /kisskb/src/fs/statfs.c:128:16: note: byref variable will be forcibly initialized struct statfs buf; ^ /kisskb/src/fs/statfs.c: In function 'do_statfs64': /kisskb/src/fs/statfs.c:170:18: note: byref variable will be forcibly initialized struct statfs64 buf; ^ /kisskb/src/fs/statfs.c: In function '__do_sys_ustat': /kisskb/src/fs/statfs.c:251:17: note: byref variable will be forcibly initialized struct kstatfs sbuf; ^ /kisskb/src/fs/statfs.c:250:15: note: byref variable will be forcibly initialized struct ustat tmp; ^ /kisskb/src/fs/statfs.c: In function 'vfs_get_fsid': /kisskb/src/fs/statfs.c:74:17: note: byref variable will be forcibly initialized struct kstatfs st; ^ /kisskb/src/fs/statfs.c: In function 'user_statfs': /kisskb/src/fs/statfs.c:99:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/statfs.c: In function '__do_sys_statfs': /kisskb/src/fs/statfs.c:194:17: note: byref variable will be forcibly initialized struct kstatfs st; ^ /kisskb/src/fs/statfs.c: In function '__do_sys_statfs64': /kisskb/src/fs/statfs.c:203:17: note: byref variable will be forcibly initialized struct kstatfs st; ^ /kisskb/src/fs/statfs.c: In function '__do_sys_fstatfs': /kisskb/src/fs/statfs.c:215:17: note: byref variable will be forcibly initialized struct kstatfs st; ^ /kisskb/src/fs/statfs.c: In function '__do_sys_fstatfs64': /kisskb/src/fs/statfs.c:224:17: note: byref variable will be forcibly initialized struct kstatfs st; ^ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_find_cycle_start': /kisskb/src/fs/xfs/xfs_log_recover.c:282:9: note: byref variable will be forcibly initialized char *offset; ^ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_rseek_logrec_hdr': /kisskb/src/fs/xfs/xfs_log_recover.c:782:10: note: byref variable will be forcibly initialized char *offset = NULL; ^ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_seek_logrec_hdr': /kisskb/src/fs/xfs/xfs_log_recover.c:856:10: note: byref variable will be forcibly initialized char *offset = NULL; ^ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_check_unmount_rec': /kisskb/src/fs/xfs/xfs_log_recover.c:1153:10: note: byref variable will be forcibly initialized char *offset; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log_recover.c:6: /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_reorder_trans': /kisskb/src/fs/xfs/xfs_log_recover.c:1854:12: note: byref variable will be forcibly initialized LIST_HEAD(item_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/xfs/xfs_log_recover.c:1853:12: note: byref variable will be forcibly initialized LIST_HEAD(inode_buffer_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/xfs/xfs_log_recover.c:1852:12: note: byref variable will be forcibly initialized LIST_HEAD(buffer_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/xfs/xfs_log_recover.c:1851:12: note: byref variable will be forcibly initialized LIST_HEAD(cancel_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/xfs/xfs_log_recover.c:1850:12: note: byref variable will be forcibly initialized LIST_HEAD(sort_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_commit_trans': /kisskb/src/fs/xfs/xfs_log_recover.c:1964:15: note: byref variable will be forcibly initialized LIST_HEAD (done_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/xfs/xfs_log_recover.c:1963:15: note: byref variable will be forcibly initialized LIST_HEAD (ra_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_find_verify_cycle': /kisskb/src/fs/xfs/xfs_log_recover.c:329:9: note: byref variable will be forcibly initialized char *buf = NULL; ^ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_find_verify_log_record': /kisskb/src/fs/xfs/xfs_log_recover.c:408:10: note: byref variable will be forcibly initialized char *offset = NULL; ^ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_find_zeroed': /kisskb/src/fs/xfs/xfs_log_recover.c:1405:23: note: byref variable will be forcibly initialized xfs_daddr_t new_blk, last_blk, start_blk; ^ /kisskb/src/fs/xfs/xfs_log_recover.c:1405:14: note: byref variable will be forcibly initialized xfs_daddr_t new_blk, last_blk, start_blk; ^ /kisskb/src/fs/xfs/xfs_log_recover.c:1403:9: note: byref variable will be forcibly initialized char *offset; ^ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_find_head': /kisskb/src/fs/xfs/xfs_log_recover.c:510:55: note: byref variable will be forcibly initialized xfs_daddr_t new_blk, first_blk, start_blk, last_blk, head_blk; ^ /kisskb/src/fs/xfs/xfs_log_recover.c:510:23: note: byref variable will be forcibly initialized xfs_daddr_t new_blk, first_blk, start_blk, last_blk, head_blk; ^ /kisskb/src/fs/xfs/xfs_log_recover.c:510:14: note: byref variable will be forcibly initialized xfs_daddr_t new_blk, first_blk, start_blk, last_blk, head_blk; ^ /kisskb/src/fs/xfs/xfs_log_recover.c:509:9: note: byref variable will be forcibly initialized char *offset; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log_recover.c:6: /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_do_recovery_pass': /kisskb/src/fs/xfs/xfs_log_recover.c:2945:14: note: byref variable will be forcibly initialized LIST_HEAD (buffer_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/xfs/xfs_log_recover.c:2944:20: note: byref variable will be forcibly initialized struct hlist_head rhash[XLOG_RHASH_SIZE]; ^ /kisskb/src/fs/xfs/xfs_log_recover.c:2937:10: note: byref variable will be forcibly initialized char *offset; ^ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_verify_tail': /kisskb/src/fs/xfs/xfs_log_recover.c:952:15: note: byref variable will be forcibly initialized xfs_daddr_t tmp_tail; ^ /kisskb/src/fs/xfs/xfs_log_recover.c:951:9: note: byref variable will be forcibly initialized bool wrapped; ^ /kisskb/src/fs/xfs/xfs_log_recover.c:949:15: note: byref variable will be forcibly initialized xfs_daddr_t first_bad; ^ /kisskb/src/fs/xfs/xfs_log_recover.c:947:26: note: byref variable will be forcibly initialized struct xlog_rec_header *thead; ^ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_verify_head': /kisskb/src/fs/xfs/xfs_log_recover.c:1041:9: note: byref variable will be forcibly initialized bool tmp_wrapped; ^ /kisskb/src/fs/xfs/xfs_log_recover.c:1038:15: note: byref variable will be forcibly initialized xfs_daddr_t tmp_rhead_blk; ^ /kisskb/src/fs/xfs/xfs_log_recover.c:1037:15: note: byref variable will be forcibly initialized xfs_daddr_t first_bad; ^ /kisskb/src/fs/xfs/xfs_log_recover.c:1035:26: note: byref variable will be forcibly initialized struct xlog_rec_header *tmp_rhead; ^ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_find_tail': /kisskb/src/fs/xfs/xfs_log_recover.c:1257:9: note: byref variable will be forcibly initialized bool clean = false; ^ /kisskb/src/fs/xfs/xfs_log_recover.c:1256:9: note: byref variable will be forcibly initialized bool wrapped = false; ^ /kisskb/src/fs/xfs/xfs_log_recover.c:1254:15: note: byref variable will be forcibly initialized xfs_daddr_t rhead_blk; ^ /kisskb/src/fs/xfs/xfs_log_recover.c:1251:10: note: byref variable will be forcibly initialized char *offset = NULL; ^ /kisskb/src/fs/xfs/xfs_log_recover.c:1250:21: note: byref variable will be forcibly initialized xlog_rec_header_t *rhead; ^ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_finish_defer_ops': /kisskb/src/fs/xfs/xfs_log_recover.c:2446:24: note: byref variable will be forcibly initialized struct xfs_trans_res resv; ^ /kisskb/src/fs/xfs/xfs_log_recover.c:2442:20: note: byref variable will be forcibly initialized struct xfs_inode *ip; ^ /kisskb/src/fs/xfs/xfs_log_recover.c:2441:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_process_intents': /kisskb/src/fs/xfs/xfs_log_recover.c:2518:24: note: byref variable will be forcibly initialized struct xfs_ail_cursor cur; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log_recover.c:6: /kisskb/src/fs/xfs/xfs_log_recover.c:2517:12: note: byref variable will be forcibly initialized LIST_HEAD(capture_list); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_clear_agi_bucket': /kisskb/src/fs/xfs/xfs_log_recover.c:2634:18: note: byref variable will be forcibly initialized struct xfs_buf *agibp; ^ /kisskb/src/fs/xfs/xfs_log_recover.c:2632:15: note: byref variable will be forcibly initialized xfs_trans_t *tp; ^ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_process_one_iunlink': /kisskb/src/fs/xfs/xfs_log_recover.c:2674:21: note: byref variable will be forcibly initialized struct xfs_inode *ip; ^ /kisskb/src/fs/xfs/xfs_log_recover.c:2673:22: note: byref variable will be forcibly initialized struct xfs_dinode *dip; ^ /kisskb/src/fs/xfs/xfs_log_recover.c:2672:20: note: byref variable will be forcibly initialized struct xfs_buf *ibp; ^ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_process_iunlinks': /kisskb/src/fs/xfs/xfs_log_recover.c:2752:18: note: byref variable will be forcibly initialized struct xfs_buf *agibp; ^ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_release_intent': /kisskb/src/fs/xfs/xfs_log_recover.c:1736:24: note: byref variable will be forcibly initialized struct xfs_ail_cursor cur; ^ /kisskb/src/fs/fs_pin.c: In function 'pin_kill': /kisskb/src/fs/fs_pin.c:32:21: note: byref variable will be forcibly initialized wait_queue_entry_t wait; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log_recover.c:6: /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_buf_readahead': /kisskb/src/fs/xfs/xfs_buf.h:243:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover': /kisskb/src/fs/xfs/xfs_log_recover.c:3351:24: note: byref variable will be forcibly initialized xfs_daddr_t head_blk, tail_blk; ^ /kisskb/src/fs/xfs/xfs_log_recover.c:3351:14: note: byref variable will be forcibly initialized xfs_daddr_t head_blk, tail_blk; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_trans_ail.c:7: /kisskb/src/fs/xfs/xfs_trans_ail.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/list.h:318:27: note: in expansion of macro 'smp_load_acquire' struct list_head *next = smp_load_acquire(&head->next); ^ /kisskb/src/fs/xfs/xfs_trans_ail.c: In function 'xfsaild_push': /kisskb/src/fs/xfs/xfs_trans_ail.c:421:24: note: byref variable will be forcibly initialized struct xfs_ail_cursor cur; ^ In file included from /kisskb/src/include/linux/preempt.h:11:0, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_trans_ail.c:7: /kisskb/src/fs/xfs/xfs_trans_ail.c: In function 'xfs_trans_ail_update_bulk': /kisskb/src/fs/xfs/xfs_trans_ail.c:788:12: note: byref variable will be forcibly initialized LIST_HEAD(tmp); ^ /kisskb/src/include/linux/list.h:24:19: note: in definition of macro 'LIST_HEAD' struct list_head name = LIST_HEAD_INIT(name) ^ /kisskb/src/fs/nsfs.c: In function 'ns_get_path': /kisskb/src/fs/nsfs.c:139:31: note: byref variable will be forcibly initialized struct ns_get_path_task_args args = { ^ /kisskb/src/fs/xfs/xfs_trans_buf.c: In function 'xfs_trans_get_buf_map': /kisskb/src/fs/xfs/xfs_trans_buf.c:124:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/xfs_trans_buf.c: In function 'xfs_trans_read_buf_map': /kisskb/src/fs/xfs/xfs_trans_buf.c:221:19: note: byref variable will be forcibly initialized struct xfs_buf *bp = NULL; ^ /kisskb/src/fs/fs_context.c: In function 'logfc': /kisskb/src/fs/fs_context.c:365:19: note: byref variable will be forcibly initialized struct va_format vaf = {.fmt = fmt, .va = &va}; ^ /kisskb/src/fs/fs_context.c:364:10: note: byref variable will be forcibly initialized va_list va; ^ /kisskb/src/fs/fs_context.c: In function 'generic_parse_monolithic': /kisskb/src/fs/fs_context.c:180:8: note: byref variable will be forcibly initialized char *options = data, *key; ^ /kisskb/src/fs/xfs/xfs_acl.c: In function 'xfs_acl_set_mode': /kisskb/src/fs/xfs/xfs_acl.c:222:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/xfs_acl.c: In function 'xfs_set_acl': /kisskb/src/fs/xfs/xfs_acl.c:244:10: note: byref variable will be forcibly initialized umode_t mode; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, 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:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^ /kisskb/src/fs/init.c: In function 'init_mount': /kisskb/src/fs/init.c:19:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/init.c: In function 'init_umount': /kisskb/src/fs/init.c:33:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/init.c: In function 'init_chdir': /kisskb/src/fs/init.c:46:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/init.c: In function 'init_chroot': /kisskb/src/fs/init.c:61:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/init.c: In function 'init_chown': /kisskb/src/fs/init.c:85:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/init.c: In function 'init_chmod': /kisskb/src/fs/init.c:102:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/init.c: In function 'init_eaccess': /kisskb/src/fs/init.c:115:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/init.c: In function 'init_stat': /kisskb/src/fs/init.c:129:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/init.c: In function 'init_mknod': /kisskb/src/fs/init.c:144:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/init.c: In function 'init_link': /kisskb/src/fs/init.c:169:24: note: byref variable will be forcibly initialized struct path old_path, new_path; ^ /kisskb/src/fs/init.c:169:14: note: byref variable will be forcibly initialized struct path old_path, new_path; ^ /kisskb/src/fs/init.c: In function 'init_symlink': /kisskb/src/fs/init.c:204:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/init.c: In function 'init_mkdir': /kisskb/src/fs/init.c:226:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/init.c: In function 'init_utimes': /kisskb/src/fs/init.c:249:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/fsopen.c: In function '__do_sys_fspick': /kisskb/src/fs/fsopen.c:161:14: note: byref variable will be forcibly initialized struct path target; ^ /kisskb/src/fs/kernel_read_file.c: In function 'kernel_read_file': /kisskb/src/fs/kernel_read_file.c:39:17: note: byref variable will be forcibly initialized 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:14: note: byref variable will be forcibly initialized struct path root; ^ /kisskb/src/fs/xfs/xfs_pnfs.c: In function 'xfs_pnfs_validate_isize': /kisskb/src/fs/xfs/xfs_pnfs.c:193:8: note: byref variable will be forcibly initialized int nimaps = 1; ^ /kisskb/src/fs/xfs/xfs_pnfs.c:192:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec imap; ^ /kisskb/src/fs/xfs/xfs_pnfs.c: In function 'xfs_fs_map_blocks': /kisskb/src/fs/xfs/xfs_pnfs.c:91:8: note: byref variable will be forcibly initialized int nimaps = 1; ^ /kisskb/src/fs/xfs/xfs_pnfs.c:87:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec imap; ^ /kisskb/src/fs/xfs/xfs_pnfs.c: In function 'xfs_fs_commit_blocks': /kisskb/src/fs/xfs/xfs_pnfs.c:229:20: note: byref variable will be forcibly initialized struct xfs_trans *tp; ^ /kisskb/src/fs/xfs/scrub/agheader.c: In function 'xchk_superblock_xref': /kisskb/src/fs/xfs/scrub/agheader.c:31:8: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/agheader.c: In function 'xchk_agf_xref_freeblks': /kisskb/src/fs/xfs/scrub/agheader.c:363:8: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/agheader.c:362:16: note: byref variable will be forcibly initialized xfs_extlen_t blocks = 0; ^ /kisskb/src/fs/xfs/scrub/agheader.c: In function 'xchk_agf_xref_cntbt': /kisskb/src/fs/xfs/scrub/agheader.c:385:8: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/agheader.c:384:8: note: byref variable will be forcibly initialized int have; ^ /kisskb/src/fs/xfs/scrub/agheader.c:383:16: note: byref variable will be forcibly initialized xfs_extlen_t blocks; ^ /kisskb/src/fs/xfs/scrub/agheader.c:382:17: note: byref variable will be forcibly initialized xfs_agblock_t agbno; ^ /kisskb/src/fs/xfs/scrub/agheader.c: In function 'xchk_agf_xref_btreeblks': /kisskb/src/fs/xfs/scrub/agheader.c:417:8: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/agheader.c:415:17: note: byref variable will be forcibly initialized xfs_agblock_t blocks; ^ /kisskb/src/fs/xfs/scrub/agheader.c: In function 'xchk_agf_xref_refcblks': /kisskb/src/fs/xfs/scrub/agheader.c:461:8: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/agheader.c:460:17: note: byref variable will be forcibly initialized xfs_agblock_t blocks; ^ /kisskb/src/fs/xfs/scrub/agheader.c: In function 'xchk_agi_xref_fiblocks': /kisskb/src/fs/xfs/scrub/agheader.c:791:8: note: byref variable will be forcibly initialized int error = 0; ^ /kisskb/src/fs/xfs/scrub/agheader.c:790:17: note: byref variable will be forcibly initialized xfs_agblock_t blocks; ^ /kisskb/src/fs/xfs/scrub/agheader.c: In function 'xchk_agi_xref_icounts': /kisskb/src/fs/xfs/scrub/agheader.c:771:8: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/agheader.c:770:15: note: byref variable will be forcibly initialized xfs_agino_t freecount; ^ /kisskb/src/fs/xfs/scrub/agheader.c:769:15: note: byref variable will be forcibly initialized xfs_agino_t icount; ^ /kisskb/src/fs/xfs/scrub/agheader.c: In function 'xchk_superblock': /kisskb/src/fs/xfs/scrub/agheader.c:68:8: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/agheader.c:63:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/scrub/agheader.c: In function 'xchk_agf': /kisskb/src/fs/xfs/scrub/agheader.c:519:8: note: byref variable will be forcibly initialized int error = 0; ^ /kisskb/src/fs/xfs/scrub/agheader.c: In function 'xchk_agfl': /kisskb/src/fs/xfs/scrub/agheader.c:697:8: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/agheader.c:692:24: note: byref variable will be forcibly initialized struct xchk_agfl_info sai; ^ /kisskb/src/fs/xfs/scrub/agheader.c: In function 'xchk_agi': /kisskb/src/fs/xfs/scrub/agheader.c:858:8: note: byref variable will be forcibly initialized int error = 0; ^ /kisskb/src/fs/xfs/scrub/agheader.c:854:15: note: byref variable will be forcibly initialized xfs_agino_t last_agino; ^ /kisskb/src/fs/xfs/scrub/agheader.c:853:15: note: byref variable will be forcibly initialized xfs_agino_t first_agino; ^ /kisskb/src/fs/xfs/scrub/alloc.c: In function 'xchk_allocbt_xref_other': /kisskb/src/fs/xfs/scrub/alloc.c:45:8: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/alloc.c:44:8: note: byref variable will be forcibly initialized int has_otherrec; ^ /kisskb/src/fs/xfs/scrub/alloc.c:43:16: note: byref variable will be forcibly initialized xfs_extlen_t flen; ^ /kisskb/src/fs/xfs/scrub/alloc.c:42:17: note: byref variable will be forcibly initialized xfs_agblock_t fbno; ^ /kisskb/src/fs/xfs/scrub/alloc.c: In function 'xchk_xref_is_used_space': /kisskb/src/fs/xfs/scrub/alloc.c:148:8: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/alloc.c:147:9: note: byref variable will be forcibly initialized bool is_freesp; ^ /kisskb/src/fs/xfs/scrub/attr.c: In function 'xchk_xattr_listent': /kisskb/src/fs/xfs/scrub/attr.c:116:9: note: byref variable will be forcibly initialized int error = 0; ^ /kisskb/src/fs/xfs/scrub/attr.c: In function 'xchk_xattr_block': /kisskb/src/fs/xfs/scrub/attr.c:318:17: note: byref variable will be forcibly initialized unsigned int usedbytes = 0; ^ /kisskb/src/fs/xfs/scrub/attr.c:317:11: note: byref variable will be forcibly initialized __u32 last_hashval = 0; ^ /kisskb/src/fs/xfs/scrub/attr.c:306:30: note: byref variable will be forcibly initialized struct xfs_attr3_icleaf_hdr leafhdr; ^ /kisskb/src/fs/xfs/scrub/attr.c: In function 'xchk_xattr': /kisskb/src/fs/xfs/scrub/attr.c:478:9: note: byref variable will be forcibly initialized int error = 0; ^ /kisskb/src/fs/xfs/scrub/attr.c:477:16: note: byref variable will be forcibly initialized xfs_dablk_t last_checked = -1U; ^ /kisskb/src/fs/xfs/scrub/attr.c:476:21: note: byref variable will be forcibly initialized struct xchk_xattr sx; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/remap_range.c:2: /kisskb/src/fs/remap_range.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^ /kisskb/src/fs/remap_range.c: In function 'generic_remap_checks': /kisskb/src/fs/remap_range.c:35:11: note: byref variable will be forcibly initialized uint64_t count = *req_count; ^ /kisskb/src/fs/remap_range.c: In function 'generic_remap_file_range_prep': /kisskb/src/fs/remap_range.c:352:9: note: byref variable will be forcibly initialized bool is_same = false; ^ /kisskb/src/fs/buffer.c: In function 'cont_expand_zero': /kisskb/src/fs/buffer.c:2380:8: note: byref variable will be forcibly initialized void *fsdata; ^ /kisskb/src/fs/buffer.c:2379:15: note: byref variable will be forcibly initialized struct page *page; ^ /kisskb/src/fs/buffer.c: In function 'clean_bdev_aliases': /kisskb/src/fs/buffer.c:1611:10: note: byref variable will be forcibly initialized pgoff_t index = block >> (PAGE_SHIFT - bd_inode->i_blkbits); ^ /kisskb/src/fs/buffer.c:1610:17: note: byref variable will be forcibly initialized struct pagevec pvec; ^ /kisskb/src/fs/buffer.c: In function 'generic_cont_expand_simple': /kisskb/src/fs/buffer.c:2354:8: note: byref variable will be forcibly initialized void *fsdata; ^ /kisskb/src/fs/buffer.c:2353:15: note: byref variable will be forcibly initialized struct page *page; ^ /kisskb/src/fs/buffer.c: In function 'write_boundary_block': /kisskb/src/fs/buffer.c:562:22: note: byref variable will be forcibly initialized struct buffer_head *bh = __find_get_block(bdev, bblock + 1, blocksize); ^ /kisskb/src/fs/buffer.c: In function 'fsync_buffers_list': /kisskb/src/fs/buffer.c:704:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/buffer.c:701:19: note: byref variable will be forcibly initialized struct list_head tmp; ^ /kisskb/src/fs/buffer.c: In function '__block_write_begin_int': /kisskb/src/fs/buffer.c:1983:34: note: byref variable will be forcibly initialized struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; ^ /kisskb/src/fs/buffer.c:1983:22: note: byref variable will be forcibly initialized struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; ^ /kisskb/src/fs/buffer.c: In function 'block_truncate_page': /kisskb/src/fs/buffer.c:2884:22: note: byref variable will be forcibly initialized struct buffer_head *bh; ^ /kisskb/src/fs/buffer.c: In function 'nobh_truncate_page': /kisskb/src/fs/buffer.c:2806:21: note: byref variable will be forcibly initialized struct buffer_head map_bh; ^ /kisskb/src/fs/buffer.c: In function 'try_to_free_buffers': /kisskb/src/fs/buffer.c:3229:22: note: byref variable will be forcibly initialized struct buffer_head *buffers_to_free = NULL; ^ /kisskb/src/fs/buffer.c: In function '__breadahead': /kisskb/src/fs/buffer.c:1364:22: note: byref variable will be forcibly initialized struct buffer_head *bh = __getblk(bdev, block, size); ^ /kisskb/src/fs/buffer.c: In function '__breadahead_gfp': /kisskb/src/fs/buffer.c:1375:22: note: byref variable will be forcibly initialized struct buffer_head *bh = __getblk_gfp(bdev, block, size, gfp); ^ /kisskb/src/fs/direct-io.c: In function 'do_blockdev_direct_IO': /kisskb/src/fs/direct-io.c:1143:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ In file included from /kisskb/src/fs/block_dev.c:11:0: /kisskb/src/fs/block_dev.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/block_dev.c: In function '__blkdev_direct_IO_simple': /kisskb/src/fs/block_dev.c:240:13: note: byref variable will be forcibly initialized struct bio bio; ^ /kisskb/src/fs/block_dev.c:237:17: note: byref variable will be forcibly initialized struct bio_vec inline_vecs[DIO_INLINE_BIO_VECS], *vecs; ^ /kisskb/src/fs/block_dev.c: In function '__blkdev_direct_IO': /kisskb/src/fs/block_dev.c:373:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/block_dev.c: In function 'blkdev_write_iter': /kisskb/src/fs/block_dev.c:1682:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/fs/block_dev.c:9: /kisskb/src/fs/block_dev.c: In function 'bd_prepare_to_claim': /kisskb/src/fs/block_dev.c:1024:15: note: byref variable will be forcibly initialized DEFINE_WAIT(wait); ^ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' struct wait_queue_entry name = { \ ^ /kisskb/src/fs/block_dev.c:1024:3: note: in expansion of macro 'DEFINE_WAIT' DEFINE_WAIT(wait); ^ /kisskb/src/fs/block_dev.c: In function 'lookup_bdev': /kisskb/src/fs/block_dev.c:1857:14: note: byref variable will be forcibly initialized struct path path; ^ /kisskb/src/fs/block_dev.c: In function 'blkdev_get_by_path': /kisskb/src/fs/block_dev.c:1513:8: note: byref variable will be forcibly initialized dev_t dev; ^ /kisskb/src/fs/xfs/scrub/bmap.c: In function 'xchk_bmap_btree': /kisskb/src/fs/xfs/scrub/bmap.c:448:8: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/bmap.c:443:24: note: byref variable will be forcibly initialized struct xfs_owner_info oinfo; ^ /kisskb/src/fs/xfs/scrub/bmap.c: In function 'xchk_bmapbt_rec': /kisskb/src/fs/xfs/scrub/bmap.c:393:19: note: byref variable will be forcibly initialized struct xfs_buf *bp = NULL; ^ /kisskb/src/fs/xfs/scrub/bmap.c:390:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/scrub/bmap.c:389:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec iext_irec; ^ /kisskb/src/fs/xfs/scrub/bmap.c:388:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec irec; ^ /kisskb/src/fs/xfs/scrub/bmap.c: In function 'xchk_bmap_check_rmap': /kisskb/src/fs/xfs/scrub/bmap.c:480:24: note: byref variable will be forcibly initialized struct xfs_bmbt_irec irec; ^ /kisskb/src/fs/xfs/scrub/bmap.c: In function 'xchk_bmap_get_rmap': /kisskb/src/fs/xfs/scrub/bmap.c:112:8: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/bmap.c:111:8: note: byref variable will be forcibly initialized int has_rmap; ^ /kisskb/src/fs/xfs/scrub/bmap.c: In function 'xchk_bmap_xref_rmap': /kisskb/src/fs/xfs/scrub/bmap.c:172:23: note: byref variable will be forcibly initialized struct xfs_rmap_irec rmap; ^ /kisskb/src/fs/xfs/scrub/bmap.c: In function 'xchk_bmap_iextent_xref': /kisskb/src/fs/xfs/scrub/bmap.c:257:8: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/bmap.c: In function 'xchk_bmap_check_ag_rmaps': /kisskb/src/fs/xfs/scrub/bmap.c:553:20: note: byref variable will be forcibly initialized struct xfs_buf *agf; ^ /kisskb/src/fs/xfs/scrub/bmap.c:551:35: note: byref variable will be forcibly initialized struct xchk_bmap_check_rmap_info sbcri; ^ /kisskb/src/fs/xfs/scrub/bmap.c: In function 'xchk_bmap': /kisskb/src/fs/xfs/scrub/bmap.c:641:8: note: byref variable will be forcibly initialized int error = 0; ^ /kisskb/src/fs/xfs/scrub/bmap.c:640:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/scrub/bmap.c:639:17: note: byref variable will be forcibly initialized xfs_fileoff_t endoff; ^ /kisskb/src/fs/xfs/scrub/bmap.c:634:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec irec; ^ /kisskb/src/fs/xfs/scrub/btree.c: In function 'xchk_btree_rec': /kisskb/src/fs/xfs/scrub/btree.c:135:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/scrub/btree.c:131:22: note: byref variable will be forcibly initialized union xfs_btree_key hkey; ^ /kisskb/src/fs/xfs/scrub/btree.c:130:22: note: byref variable will be forcibly initialized union xfs_btree_key key; ^ /kisskb/src/fs/xfs/scrub/btree.c: In function 'xchk_btree_block_keys': /kisskb/src/fs/xfs/scrub/btree.c:562:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/scrub/btree.c:556:22: note: byref variable will be forcibly initialized union xfs_btree_key block_keys; ^ /kisskb/src/fs/xfs/scrub/btree.c: In function 'xchk_btree_key': /kisskb/src/fs/xfs/scrub/btree.c:182:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/scrub/btree.c: In function 'xchk_btree_check_minrecs': /kisskb/src/fs/xfs/scrub/btree.c:473:20: note: byref variable will be forcibly initialized struct xfs_buf *root_bp; ^ /kisskb/src/fs/xfs/scrub/btree.c: In function 'xchk_btree_block_check_sibling': /kisskb/src/fs/xfs/scrub/btree.c:256:8: note: byref variable will be forcibly initialized int success; ^ /kisskb/src/fs/xfs/scrub/btree.c:254:24: note: byref variable will be forcibly initialized struct xfs_btree_cur *ncur = NULL; ^ /kisskb/src/fs/xfs/scrub/btree.c:253:19: note: byref variable will be forcibly initialized struct xfs_buf *pbp; ^ /kisskb/src/fs/xfs/scrub/btree.c: In function 'xchk_btree_block_check_siblings': /kisskb/src/fs/xfs/scrub/btree.c:314:22: note: byref variable will be forcibly initialized union xfs_btree_ptr rightsib; ^ /kisskb/src/fs/xfs/scrub/btree.c:313:22: note: byref variable will be forcibly initialized union xfs_btree_ptr leftsib; ^ /kisskb/src/fs/xfs/scrub/btree.c: In function 'xchk_btree': /kisskb/src/fs/xfs/scrub/btree.c:620:9: note: byref variable will be forcibly initialized int error = 0; ^ /kisskb/src/fs/xfs/scrub/btree.c:616:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/scrub/btree.c:614:27: note: byref variable will be forcibly initialized struct xfs_btree_block *block; ^ /kisskb/src/fs/xfs/scrub/btree.c:611:23: note: byref variable will be forcibly initialized union xfs_btree_ptr ptr; ^ /kisskb/src/fs/xfs/scrub/common.c: In function 'xchk_count_rmap_ownedby_ag': /kisskb/src/fs/xfs/scrub/common.c:355:32: note: byref variable will be forcibly initialized struct xchk_rmap_ownedby_info sroi = { ^ /kisskb/src/fs/xfs/scrub/common.c: In function 'xchk_get_inode': /kisskb/src/fs/xfs/scrub/common.c:663:20: note: byref variable will be forcibly initialized struct xfs_inode *ip = NULL; ^ /kisskb/src/fs/xfs/scrub/common.c:661:19: note: byref variable will be forcibly initialized struct xfs_imap imap; ^ /kisskb/src/fs/xfs/scrub/common.c: In function 'xchk_metadata_inode_forks': /kisskb/src/fs/xfs/scrub/common.c:817:9: note: byref variable will be forcibly initialized bool shared; ^ /kisskb/src/fs/mpage.c: In function 'mpage_end_io': /kisskb/src/fs/mpage.c:50:23: note: byref variable will be forcibly initialized struct bvec_iter_all iter_all; ^ /kisskb/src/fs/mpage.c: In function '__mpage_writepage': /kisskb/src/fs/mpage.c:498:21: note: byref variable will be forcibly initialized struct buffer_head map_bh; ^ /kisskb/src/fs/mpage.c: In function 'mpage_writepages': /kisskb/src/fs/mpage.c:705:21: note: byref variable will be forcibly initialized struct mpage_data mpd = { ^ /kisskb/src/fs/mpage.c:697:18: note: byref variable will be forcibly initialized struct blk_plug plug; ^ /kisskb/src/fs/mpage.c: In function 'mpage_writepage': /kisskb/src/fs/mpage.c:727:20: note: byref variable will be forcibly initialized struct mpage_data mpd = { ^ /kisskb/src/fs/xfs/scrub/dabtree.c: In function 'xchk_da_btree_node_entry': /kisskb/src/fs/xfs/scrub/dabtree.c:86:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr hdr; ^ /kisskb/src/fs/xfs/scrub/dabtree.c: In function 'xchk_da_btree_block_check_sibling': /kisskb/src/fs/xfs/scrub/dabtree.c:224:8: note: byref variable will be forcibly initialized int retval; ^ /kisskb/src/fs/xfs/scrub/dabtree.c: In function 'xchk_da_btree_block': /kisskb/src/fs/xfs/scrub/dabtree.c:86:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr hdr; ^ /kisskb/src/fs/xfs/scrub/dabtree.c:324:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr nodehdr; ^ /kisskb/src/fs/xfs/scrub/dabtree.c: In function 'xchk_da_btree_hash': /kisskb/src/fs/xfs/scrub/dabtree.c:86:28: note: byref variable will be forcibly initialized struct xfs_da3_icnode_hdr hdr; ^ /kisskb/src/fs/xfs/scrub/dabtree.c: In function 'xchk_da_btree': /kisskb/src/fs/xfs/scrub/dabtree.c:86:28: note: byref variable will be forcibly initialized /kisskb/src/fs/xfs/scrub/dabtree.c:482:9: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/dir.c: In function 'xchk_dir_rec': /kisskb/src/fs/xfs/scrub/dir.c:223:9: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/dir.c:221:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr hdr; ^ /kisskb/src/fs/xfs/scrub/dir.c:210:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/scrub/dir.c: In function 'xchk_dir_check_ftype': /kisskb/src/fs/xfs/scrub/dir.c:53:8: note: byref variable will be forcibly initialized int error = 0; ^ /kisskb/src/fs/xfs/scrub/dir.c:51:20: note: byref variable will be forcibly initialized struct xfs_inode *ip; ^ /kisskb/src/fs/xfs/scrub/dir.c: In function 'xchk_dir_actor': /kisskb/src/fs/xfs/scrub/dir.c:119:8: note: byref variable will be forcibly initialized int error = 0; ^ /kisskb/src/fs/xfs/scrub/dir.c:116:13: note: byref variable will be forcibly initialized xfs_ino_t lookup_ino; ^ /kisskb/src/fs/xfs/scrub/dir.c:115:19: note: byref variable will be forcibly initialized struct xfs_name xname; ^ /kisskb/src/fs/xfs/scrub/dir.c: In function 'xchk_directory_data_bestfree': /kisskb/src/fs/xfs/scrub/dir.c:359:9: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/dir.c:349:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/scrub/dir.c: In function 'xchk_directory_leaf1_bestfree': /kisskb/src/fs/xfs/scrub/dir.c:516:9: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/dir.c:507:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/scrub/dir.c:506:20: note: byref variable will be forcibly initialized struct xfs_buf *dbp; ^ /kisskb/src/fs/xfs/scrub/dir.c:503:29: note: byref variable will be forcibly initialized struct xfs_dir3_icleaf_hdr leafhdr; ^ /kisskb/src/fs/xfs/scrub/dir.c: In function 'xchk_directory_free_bestfree': /kisskb/src/fs/xfs/scrub/dir.c:619:9: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/dir.c:615:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/scrub/dir.c:614:20: note: byref variable will be forcibly initialized struct xfs_buf *dbp; ^ /kisskb/src/fs/xfs/scrub/dir.c:613:29: note: byref variable will be forcibly initialized struct xfs_dir3_icfree_hdr freehdr; ^ /kisskb/src/fs/xfs/scrub/dir.c: In function 'xchk_directory_blocks': /kisskb/src/fs/xfs/scrub/dir.c:675:8: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/dir.c:674:8: note: byref variable will be forcibly initialized int is_block = 0; ^ /kisskb/src/fs/xfs/scrub/dir.c:671:25: note: byref variable will be forcibly initialized struct xfs_iext_cursor icur; ^ /kisskb/src/fs/xfs/scrub/dir.c:665:21: note: byref variable will be forcibly initialized struct xfs_da_args args; ^ /kisskb/src/fs/xfs/scrub/dir.c:664:23: note: byref variable will be forcibly initialized struct xfs_bmbt_irec got; ^ /kisskb/src/fs/xfs/scrub/dir.c: In function 'xchk_directory': /kisskb/src/fs/xfs/scrub/dir.c:814:8: note: byref variable will be forcibly initialized int error = 0; ^ /kisskb/src/fs/xfs/scrub/dir.c:807:22: note: byref variable will be forcibly initialized struct xchk_dir_ctx sdc = { ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/fs/mbcache.c:2: /kisskb/src/fs/mbcache.c: In function 'arch_atomic64_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:80:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ ^ /kisskb/src/include/asm-generic/barrier.h:138:33: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) __smp_store_release(p, v) ^ /kisskb/src/include/linux/atomic-arch-fallback.h:1270:2: note: in expansion of macro 'smp_store_release' smp_store_release(&(v)->counter, i); ^ /kisskb/src/fs/xfs/scrub/fscounters.c: In function 'xchk_fscount_warmup': /kisskb/src/fs/xfs/scrub/fscounters.c:71:8: note: byref variable will be forcibly initialized int error = 0; ^ /kisskb/src/fs/xfs/scrub/fscounters.c:68:19: note: byref variable will be forcibly initialized struct xfs_buf *agf_bp = NULL; ^ /kisskb/src/fs/xfs/scrub/fscounters.c:67:19: note: byref variable will be forcibly initialized struct xfs_buf *agi_bp = NULL; ^ In file included from /kisskb/src/fs/mbcache.c:3:0: /kisskb/src/fs/mbcache.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/xfs/scrub/fscounters.c: In function 'xchk_fscount_aggregate_agcounts': /kisskb/src/fs/xfs/scrub/fscounters.c:163:8: note: byref variable will be forcibly initialized int error = 0; ^ /kisskb/src/fs/xfs/scrub/fscounters.c: In function 'xchk_fscounters': /kisskb/src/fs/xfs/scrub/fscounters.c:310:8: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/eventfd.c: In function 'eventfd_write': /kisskb/src/fs/eventfd.c:272:8: note: byref variable will be forcibly initialized __u64 ucnt; ^ /kisskb/src/fs/eventfd.c: In function 'eventfd_read': /kisskb/src/fs/eventfd.c:227:8: note: byref variable will be forcibly initialized __u64 ucnt = 0; ^ /kisskb/src/fs/binfmt_elf.c: In function 'fill_prstatus': /kisskb/src/fs/binfmt_elf.c:1524:14: note: byref variable will be forcibly initialized u64 utime, stime; ^ /kisskb/src/fs/binfmt_elf.c:1524:7: note: byref variable will be forcibly initialized u64 utime, stime; ^ /kisskb/src/fs/binfmt_elf.c:1514:23: note: byref variable will be forcibly initialized struct task_cputime cputime; ^ /kisskb/src/fs/binfmt_elf.c: In function 'fill_thread_core_info': /kisskb/src/fs/binfmt_elf.c:1761:9: note: byref variable will be forcibly initialized void *data; ^ /kisskb/src/fs/binfmt_elf.c: In function 'writenote': /kisskb/src/fs/binfmt_elf.c:1445:18: note: byref variable will be forcibly initialized struct elf_note en; ^ /kisskb/src/fs/binfmt_elf.c: In function 'elf_core_dump': /kisskb/src/fs/binfmt_elf.c:2236:19: note: byref variable will be forcibly initialized struct elf_phdr phdr; ^ /kisskb/src/fs/binfmt_elf.c:2166:28: note: byref variable will be forcibly initialized struct core_vma_metadata *vma_meta; ^ /kisskb/src/fs/binfmt_elf.c:2159:16: note: byref variable will be forcibly initialized struct elfhdr elf; ^ /kisskb/src/fs/binfmt_elf.c:2158:9: note: byref variable will be forcibly initialized size_t vma_data_size; ^ /kisskb/src/fs/binfmt_elf.c:2157:6: note: byref variable will be forcibly initialized int vma_count, segs, i; ^ /kisskb/src/fs/binfmt_elf.c: In function 'load_elf_phdrs': /kisskb/src/fs/binfmt_elf.c:460:25: note: byref variable will be forcibly initialized static struct elf_phdr *load_elf_phdrs(const struct elfhdr *elf_ex, ^ /kisskb/src/fs/binfmt_elf.c: In function 'load_elf_library': /kisskb/src/fs/binfmt_elf.c:1333:12: note: byref variable will be forcibly initialized static int load_elf_library(struct file *file) ^ /kisskb/src/fs/binfmt_elf.c:1333:12: note: byref variable will be forcibly initialized /kisskb/src/fs/binfmt_elf.c:1339:16: note: byref variable will be forcibly initialized struct elfhdr elf_ex; ^ /kisskb/src/fs/binfmt_elf.c: In function 'parse_elf_properties': /kisskb/src/fs/binfmt_elf.c:778:6: note: byref variable will be forcibly initialized u32 prev_type; ^ /kisskb/src/fs/binfmt_elf.c:775:9: note: byref variable will be forcibly initialized size_t off, datasz; ^ /kisskb/src/fs/binfmt_elf.c:773:9: note: byref variable will be forcibly initialized loff_t pos; ^ /kisskb/src/fs/binfmt_elf.c:772:4: note: byref variable will be forcibly initialized } note; ^ /kisskb/src/fs/binfmt_elf.c: In function 'create_elf_tables': /kisskb/src/fs/binfmt_elf.c:186:16: note: byref variable will be forcibly initialized unsigned char k_rand_bytes[16]; ^ /kisskb/src/fs/binfmt_elf.c: In function 'load_elf_binary': /kisskb/src/fs/binfmt_elf.c:823:12: note: byref variable will be forcibly initialized static int load_elf_binary(struct linux_binprm *bprm) ^ /kisskb/src/fs/binfmt_elf.c:823:12: note: byref variable will be forcibly initialized /kisskb/src/fs/binfmt_elf.c:842:24: note: byref variable will be forcibly initialized struct arch_elf_state arch_state = INIT_ARCH_ELF_STATE; ^ /kisskb/src/fs/posix_acl.c: In function 'posix_acl_chmod': /kisskb/src/fs/posix_acl.c:578:20: note: byref variable will be forcibly initialized struct posix_acl *acl; ^ /kisskb/src/fs/posix_acl.c: In function 'posix_acl_update_mode': /kisskb/src/fs/posix_acl.c:679:10: note: byref variable will be forcibly initialized umode_t mode = inode->i_mode; ^ /kisskb/src/fs/posix_acl.c: In function 'simple_set_acl': /kisskb/src/fs/posix_acl.c:679:10: note: byref variable will be forcibly initialized /kisskb/src/fs/posix_acl.c: In function 'simple_acl_create': /kisskb/src/fs/posix_acl.c:988:34: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^ /kisskb/src/fs/posix_acl.c:988:20: note: byref variable will be forcibly initialized struct posix_acl *default_acl, *acl; ^ In file included from /kisskb/src/fs/xfs/scrub/health.c:12:0: /kisskb/src/fs/xfs/scrub/health.c: In function 'xfs_ag_has_sickness': /kisskb/src/fs/xfs/libxfs/xfs_health.h:147:21: note: byref variable will be forcibly initialized unsigned int sick, checked; ^ /kisskb/src/fs/xfs/libxfs/xfs_health.h:147:15: note: byref variable will be forcibly initialized unsigned int sick, checked; ^ /kisskb/src/fs/xfs/scrub/health.c: In function 'xchk_ag_btree_healthy_enough': /kisskb/src/fs/xfs/libxfs/xfs_health.h:147:15: note: byref variable will be forcibly initialized /kisskb/src/fs/xfs/libxfs/xfs_health.h:147:21: note: byref variable will be forcibly initialized unsigned int sick, checked; ^ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15:0, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/atomic.h:5, from /kisskb/src/arch/arm64/include/asm/bitops.h:26, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/asm-generic/bug.h:20, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/coredump.c:2: /kisskb/src/fs/coredump.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:114:59: note: byref variable will be forcibly initialized union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/asm-generic/barrier.h:142:29: note: in expansion of macro '__smp_load_acquire' #define smp_load_acquire(p) __smp_load_acquire(p) ^ /kisskb/src/include/linux/mount.h:81:9: note: in expansion of macro 'smp_load_acquire' return smp_load_acquire(&mnt->mnt_userns); ^ /kisskb/src/fs/coredump.c: In function 'umh_pipe_setup': /kisskb/src/fs/coredump.c:561:15: note: byref variable will be forcibly initialized struct file *files[2]; ^ /kisskb/src/fs/coredump.c: In function 'zap_threads': /kisskb/src/fs/coredump.c:376:16: note: byref variable will be forcibly initialized unsigned long flags; ^ /kisskb/src/fs/coredump.c: In function 'cn_vprintf': /kisskb/src/fs/coredump.c:86:10: note: byref variable will be forcibly initialized va_list arg_copy; ^ /kisskb/src/fs/coredump.c: In function 'cn_printf': /kisskb/src/fs/coredump.c:108:10: note: byref variable will be forcibly initialized va_list arg; ^ /kisskb/src/fs/coredump.c: In function 'cn_esc_printf': /kisskb/src/fs/coredump.c:122:10: note: byref variable will be forcibly initialized va_list arg; ^ In file included from /kisskb/src/fs/coredump.c:2:0: /kisskb/src/fs/coredump.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:588:9: note: byref variable will be forcibly initialized size_t bytes; ^ In file included from /kisskb/src/include/linux/mmzone.h:10:0, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/coredump.c:2: /kisskb/src/fs/coredump.c: In function 'wait_for_dump_helpers': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized struct wait_queue_entry __wq_entry; \ ^ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ ^ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' __ret = __wait_event_interruptible(wq_head, condition); \ ^ /kisskb/src/fs/coredump.c:540:2: note: in expansion of macro 'wait_event_interruptible' wait_event_interruptible(pipe->rd_wait, pipe->readers == 1); ^ In file included from /kisskb/src/fs/coredump.c:6:0: /kisskb/src/fs/coredump.c: In function 'kvmalloc_array': /kisskb/src/include/linux/mm.h:798:9: note: byref variable will be forcibly initialized size_t bytes; ^ /kisskb/src/fs/coredump.c: In function 'do_coredump': /kisskb/src/fs/coredump.c:753:16: note: byref variable will be forcibly initialized struct path root; ^ /kisskb/src/fs/coredump.c:588:6: note: byref variable will be forcibly initialized int argc = 0; ^ /kisskb/src/fs/coredump.c:587:10: note: byref variable will be forcibly initialized size_t *argv = NULL; ^ /kisskb/src/fs/coredump.c:580:19: note: byref variable will be forcibly initialized struct core_name cn; ^ /kisskb/src/fs/coredump.c:579:20: note: byref variable will be forcibly initialized struct core_state core_state; ^ /kisskb/src/fs/coredump.c: In function 'dump_emit': /kisskb/src/fs/coredump.c:841:9: note: byref variable will be forcibly initialized loff_t pos = file->f_pos; ^ /kisskb/src/fs/xfs/scrub/ialloc.c: In function 'xchk_iallocbt_chunk_xref_other': /kisskb/src/fs/xfs/scrub/ialloc.c:64:9: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/ialloc.c:63:10: note: byref variable will be forcibly initialized bool has_irec; ^ /kisskb/src/fs/xfs/scrub/ialloc.c: In function 'xchk_iallocbt_check_cluster_ifree': /kisskb/src/fs/xfs/scrub/ialloc.c:157:9: note: byref variable will be forcibly initialized int error = 0; ^ /kisskb/src/fs/xfs/scrub/ialloc.c:155:10: note: byref variable will be forcibly initialized bool ino_inuse; ^ /kisskb/src/fs/xfs/scrub/ialloc.c: In function 'xchk_iallocbt_check_cluster': /kisskb/src/fs/xfs/scrub/ialloc.c:223:9: note: byref variable will be forcibly initialized int error = 0; ^ /kisskb/src/fs/xfs/scrub/ialloc.c:216:20: note: byref variable will be forcibly initialized struct xfs_buf *cluster_bp; ^ /kisskb/src/fs/xfs/scrub/ialloc.c:215:22: note: byref variable will be forcibly initialized struct xfs_dinode *dip; ^ /kisskb/src/fs/xfs/scrub/ialloc.c:213:20: note: byref variable will be forcibly initialized struct xfs_imap imap; ^ /kisskb/src/fs/xfs/scrub/ialloc.c: In function 'xchk_iallocbt_rec': /kisskb/src/fs/xfs/scrub/ialloc.c:426:30: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore irec; ^ /kisskb/src/fs/xfs/scrub/ialloc.c: In function 'xchk_iallocbt_xref_rmap_btreeblks': /kisskb/src/fs/xfs/scrub/ialloc.c:518:8: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/ialloc.c:517:16: note: byref variable will be forcibly initialized xfs_extlen_t finobt_blocks = 0; ^ /kisskb/src/fs/xfs/scrub/ialloc.c:516:16: note: byref variable will be forcibly initialized xfs_extlen_t inobt_blocks = 0; ^ /kisskb/src/fs/xfs/scrub/ialloc.c:515:17: note: byref variable will be forcibly initialized xfs_filblks_t blocks; ^ /kisskb/src/fs/xfs/scrub/ialloc.c: In function 'xchk_iallocbt_xref_rmap_inodes': /kisskb/src/fs/xfs/scrub/ialloc.c:556:8: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/ialloc.c:554:17: note: byref variable will be forcibly initialized xfs_filblks_t blocks; ^ /kisskb/src/fs/xfs/scrub/ialloc.c: In function 'xchk_iallocbt': /kisskb/src/fs/xfs/scrub/ialloc.c:578:23: note: byref variable will be forcibly initialized struct xchk_iallocbt iabt = { ^ /kisskb/src/fs/xfs/scrub/ialloc.c: In function 'xchk_xref_inode_check': /kisskb/src/fs/xfs/scrub/ialloc.c:630:8: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/ialloc.c:629:9: note: byref variable will be forcibly initialized bool has_inodes; ^ /kisskb/src/fs/xfs/scrub/parent.c: In function 'xchk_parent_validate': /kisskb/src/fs/xfs/scrub/parent.c:139:8: note: byref variable will be forcibly initialized int error = 0; ^ /kisskb/src/fs/xfs/scrub/parent.c:138:15: note: byref variable will be forcibly initialized xfs_nlink_t nlink; ^ /kisskb/src/fs/xfs/scrub/parent.c:136:20: note: byref variable will be forcibly initialized struct xfs_inode *dp = NULL; ^ /kisskb/src/fs/xfs/scrub/parent.c: In function 'xchk_parent_actor': /kisskb/src/fs/xfs/scrub/parent.c:52:8: note: byref variable will be forcibly initialized int error = 0; ^ /kisskb/src/fs/xfs/scrub/parent.c: In function 'xchk_parent': /kisskb/src/fs/xfs/scrub/parent.c:271:8: note: byref variable will be forcibly initialized int error = 0; ^ /kisskb/src/fs/xfs/scrub/parent.c:269:9: note: byref variable will be forcibly initialized bool try_again; ^ /kisskb/src/fs/xfs/scrub/parent.c:268:13: note: byref variable will be forcibly initialized xfs_ino_t dnum; ^ /kisskb/src/fs/xfs/scrub/inode.c: In function 'xchk_inode_check_reflink_iflag': /kisskb/src/fs/xfs/scrub/inode.c:548:8: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/inode.c:547:9: note: byref variable will be forcibly initialized bool has_shared; ^ /kisskb/src/fs/xfs/scrub/inode.c: In function 'xchk_inode_xref_finobt': /kisskb/src/fs/xfs/scrub/inode.c:437:9: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/inode.c:436:9: note: byref variable will be forcibly initialized int has_record; ^ /kisskb/src/fs/xfs/scrub/inode.c:434:30: note: byref variable will be forcibly initialized struct xfs_inobt_rec_incore rec; ^ /kisskb/src/fs/xfs/scrub/inode.c: In function 'xchk_inode_xref_bmap': /kisskb/src/fs/xfs/scrub/inode.c:480:8: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/inode.c:479:17: note: byref variable will be forcibly initialized xfs_filblks_t acount; ^ /kisskb/src/fs/xfs/scrub/inode.c:478:17: note: byref variable will be forcibly initialized xfs_filblks_t count; ^ /kisskb/src/fs/xfs/scrub/inode.c:477:16: note: byref variable will be forcibly initialized xfs_extnum_t nextents; ^ /kisskb/src/fs/xfs/scrub/inode.c: In function 'xchk_inode_xref': /kisskb/src/fs/xfs/scrub/inode.c:514:8: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/inode.c: In function 'xchk_inode': /kisskb/src/fs/xfs/scrub/inode.c:569:20: note: byref variable will be forcibly initialized struct xfs_dinode di; ^ /kisskb/src/fs/xfs/scrub/refcount.c: In function 'xchk_refcountbt_rmap_check': /kisskb/src/fs/xfs/scrub/refcount.c:101:9: note: byref variable will be forcibly initialized int error = 0; ^ /kisskb/src/fs/xfs/scrub/refcount.c: In function 'xchk_refcountbt_process_rmap_fragments': /kisskb/src/fs/xfs/scrub/refcount.c:150:20: note: byref variable will be forcibly initialized struct list_head worklist; ^ /kisskb/src/fs/xfs/scrub/refcount.c: In function 'xchk_refcountbt_xref_rmap': /kisskb/src/fs/xfs/scrub/refcount.c:285:9: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/refcount.c:282:24: note: byref variable will be forcibly initialized struct xfs_rmap_irec high; ^ /kisskb/src/fs/xfs/scrub/refcount.c:281:24: note: byref variable will be forcibly initialized struct xfs_rmap_irec low; ^ /kisskb/src/fs/xfs/scrub/refcount.c: In function 'xchk_refcount_xref_rmap': /kisskb/src/fs/xfs/scrub/refcount.c:377:8: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/refcount.c:376:17: note: byref variable will be forcibly initialized xfs_filblks_t blocks; ^ /kisskb/src/fs/xfs/scrub/refcount.c:375:16: note: byref variable will be forcibly initialized xfs_extlen_t refcbt_blocks = 0; ^ /kisskb/src/fs/xfs/scrub/refcount.c: In function 'xchk_refcountbt': /kisskb/src/fs/xfs/scrub/refcount.c:407:17: note: byref variable will be forcibly initialized xfs_agblock_t cow_blocks = 0; ^ /kisskb/src/fs/xfs/scrub/refcount.c: In function 'xchk_xref_is_cow_staging': /kisskb/src/fs/xfs/scrub/refcount.c:430:9: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/refcount.c:429:9: note: byref variable will be forcibly initialized int has_refcount; ^ /kisskb/src/fs/xfs/scrub/refcount.c:427:27: note: byref variable will be forcibly initialized struct xfs_refcount_irec rc; ^ /kisskb/src/fs/xfs/scrub/refcount.c: In function 'xchk_xref_is_not_shared': /kisskb/src/fs/xfs/scrub/refcount.c:474:8: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/refcount.c:473:9: note: byref variable will be forcibly initialized bool shared; ^ /kisskb/src/fs/xfs/scrub/rmap.c: In function 'xchk_rmapbt_xref_refc': /kisskb/src/fs/xfs/scrub/rmap.c:44:8: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/rmap.c:39:16: note: byref variable will be forcibly initialized xfs_extlen_t flen; ^ /kisskb/src/fs/xfs/scrub/rmap.c:38:17: note: byref variable will be forcibly initialized xfs_agblock_t fbno; ^ /kisskb/src/fs/xfs/scrub/rmap.c: In function 'xchk_rmapbt_rec': /kisskb/src/fs/xfs/scrub/rmap.c:100:8: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/rmap.c:94:23: note: byref variable will be forcibly initialized struct xfs_rmap_irec irec; ^ /kisskb/src/fs/xfs/scrub/rmap.c: In function 'xchk_xref_check_owner': /kisskb/src/fs/xfs/scrub/rmap.c:182:9: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/rmap.c:181:10: note: byref variable will be forcibly initialized bool has_rmap; ^ /kisskb/src/fs/xfs/scrub/rmap.c: In function 'xchk_xref_has_no_owner': /kisskb/src/fs/xfs/scrub/rmap.c:225:8: note: byref variable will be forcibly initialized int error; ^ /kisskb/src/fs/xfs/scrub/rmap.c:224:9: note: byref variable will be forcibly initialized bool has_rmap; ^ /kisskb/src/fs/xfs/scrub/symlink.c: In function 'xchk_symlink': /kisskb/src/fs/xfs/scrub/symlink.c:41:8: note: byref variable will be forcibly initialized int error = 0; ^ /kisskb/src/fs/xfs/scrub/scrub.c: In function 'xchk_probe': /kisskb/src/fs/xfs/scrub/scrub.c:138:8: note: byref variable will be forcibly initialized int error = 0; ^ /kisskb/src/fs/xfs/scrub/bitmap.c: In function 'xbitmap_collect_btblock': /kisskb/src/fs/xfs/scrub/bitmap.c:280:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/scrub/bitmap.c: In function 'xbitmap_set_btcur_path': /kisskb/src/fs/xfs/scrub/bitmap.c:254:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/scrub/agheader_repair.c:6: /kisskb/src/fs/xfs/scrub/agheader_repair.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:224:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/scrub/agheader_repair.c: In function 'xrep_agf_calc_from_btrees': /kisskb/src/fs/xfs/scrub/agheader_repair.c:244:17: note: byref variable will be forcibly initialized xfs_agblock_t blocks; ^ /kisskb/src/fs/xfs/scrub/agheader_repair.c: In function 'xrep_agf_walk_allocbt': /kisskb/src/fs/xfs/scrub/agheader_repair.c:76:9: note: byref variable will be forcibly initialized int error = 0; ^ /kisskb/src/fs/xfs/scrub/agheader_repair.c: In function 'xrep_agi_find_btrees': /kisskb/src/fs/xfs/scrub/agheader_repair.c:720:20: note: byref variable will be forcibly initialized struct xfs_buf *agf_bp; ^ /kisskb/src/fs/xfs/scrub/agheader_repair.c: In function 'xrep_agfl_collect_blocks': /kisskb/src/fs/xfs/scrub/agheader_repair.c:482:19: note: byref variable will be forcibly initialized struct xrep_agfl ra; ^ /kisskb/src/fs/xfs/scrub/agheader_repair.c: In function 'xrep_agfl_walk_rmap': /kisskb/src/fs/xfs/scrub/agheader_repair.c:449:8: note: byref variable will be forcibly initialized int error = 0; ^ /kisskb/src/fs/xfs/scrub/agheader_repair.c: In function 'xrep_agi_calc_from_btrees': /kisskb/src/fs/xfs/scrub/agheader_repair.c:828:17: note: byref variable will be forcibly initialized xfs_agblock_t blocks; ^ /kisskb/src/fs/xfs/scrub/agheader_repair.c:814:17: note: byref variable will be forcibly initialized xfs_agblock_t blocks; ^ /kisskb/src/fs/xfs/scrub/agheader_repair.c:805:15: note: byref variable will be forcibly initialized xfs_agino_t freecount; ^ /kisskb/src/fs/xfs/scrub/agheader_repair.c:804:15: note: byref variable will be forcibly initialized xfs_agino_t count; ^ /kisskb/src/fs/xfs/scrub/agheader_repair.c: In function 'xrep_superblock': /kisskb/src/fs/xfs/scrub/agheader_repair.c:37:19: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/scrub/agheader_repair.c:6: /kisskb/src/fs/xfs/scrub/agheader_repair.c: In function 'xrep_agf': /kisskb/src/fs/xfs/xfs_trans.h:224:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/scrub/agheader_repair.c:360:20: note: byref variable will be forcibly initialized struct xfs_buf *agfl_bp; ^ /kisskb/src/fs/xfs/scrub/agheader_repair.c:359:20: note: byref variable will be forcibly initialized struct xfs_buf *agf_bp; ^ /kisskb/src/fs/xfs/scrub/agheader_repair.c:357:19: note: byref variable will be forcibly initialized struct xfs_agf old_agf; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/scrub/agheader_repair.c:6: /kisskb/src/fs/xfs/scrub/agheader_repair.c: In function 'xrep_agfl': /kisskb/src/fs/xfs/xfs_trans.h:224:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/scrub/agheader_repair.c:636:17: note: byref variable will be forcibly initialized xfs_agblock_t flcount; ^ /kisskb/src/fs/xfs/scrub/agheader_repair.c:635:19: note: byref variable will be forcibly initialized struct xfs_buf *agfl_bp; ^ /kisskb/src/fs/xfs/scrub/agheader_repair.c:634:19: note: byref variable will be forcibly initialized struct xfs_buf *agf_bp; ^ /kisskb/src/fs/xfs/scrub/agheader_repair.c:632:18: note: byref variable will be forcibly initialized struct xbitmap agfl_extents; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/scrub/agheader_repair.c:6: /kisskb/src/fs/xfs/scrub/agheader_repair.c: In function 'xrep_agi': /kisskb/src/fs/xfs/xfs_trans.h:224:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/scrub/agheader_repair.c:890:20: note: byref variable will be forcibly initialized struct xfs_buf *agi_bp; ^ /kisskb/src/fs/xfs/scrub/agheader_repair.c:888:19: note: byref variable will be forcibly initialized struct xfs_agi old_agi; ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79:0, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/scrub/repair.c:6: /kisskb/src/fs/xfs/scrub/repair.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:201:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/scrub/repair.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:224:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/scrub/repair.c: In function 'xrep_findroot_block': /kisskb/src/fs/xfs/xfs_trans.h:224:24: note: byref variable will be forcibly initialized DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); ^ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; ^ /kisskb/src/fs/xfs/scrub/repair.c:682:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/scrub/repair.c: In function 'xrep_findroot_rmap': /kisskb/src/fs/xfs/scrub/repair.c:837:10: note: byref variable will be forcibly initialized bool done; ^ /kisskb/src/fs/xfs/scrub/repair.c: In function 'xrep_probe': /kisskb/src/fs/xfs/scrub/repair.c:105:8: note: byref variable will be forcibly initialized int error = 0; ^ /kisskb/src/fs/xfs/scrub/repair.c: In function 'xrep_calc_ag_resblks': /kisskb/src/fs/xfs/scrub/repair.c:223:22: note: byref variable will be forcibly initialized xfs_agino_t first, last; ^ /kisskb/src/fs/xfs/scrub/repair.c:223:15: note: byref variable will be forcibly initialized xfs_agino_t first, last; ^ /kisskb/src/fs/xfs/scrub/repair.c:181:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/scrub/repair.c: In function 'xrep_alloc_ag_block': /kisskb/src/fs/xfs/scrub/repair.c:292:18: note: byref variable will be forcibly initialized xfs_agblock_t bno; ^ /kisskb/src/fs/xfs/scrub/repair.c: In function 'xrep_init_btblock': /kisskb/src/fs/xfs/scrub/repair.c:345:20: note: byref variable will be forcibly initialized struct xfs_buf *bp; ^ /kisskb/src/fs/xfs/scrub/repair.c: In function 'xrep_reap_block': /kisskb/src/fs/xfs/scrub/repair.c:536:10: note: byref variable will be forcibly initialized bool has_other_rmap; ^ /kisskb/src/fs/xfs/scrub/repair.c:533:20: note: byref variable will be forcibly initialized struct xfs_buf *agf_bp = NULL; ^ /kisskb/src/fs/xfs/scrub/repair.c: In function 'xrep_find_ag_btree_roots': /kisskb/src/fs/xfs/scrub/repair.c:872:24: note: byref variable will be forcibly initialized struct xrep_findroot ri; ^ make: *** [Makefile:215: __sub-make] Error 2 Command 'make -s -j 8 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 # Build took: 0:03:03.790485